commit e561358be936615ffd51576682e429955c59330c
Author: Jean-Marc Lasgouttes <[email protected]>
Date:   Sat Dec 5 19:44:54 2020 +0100

    Move stuff
---
 src/LyXRC.h |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/LyXRC.h b/src/LyXRC.h
index 8950ea5..530a781 100644
--- a/src/LyXRC.h
+++ b/src/LyXRC.h
@@ -373,8 +373,6 @@ public:
        bool spellcheck_continuously = false;
        /// spellcheck notes and comments?
        bool spellcheck_notes = true;
-       /// minimum length of words to complete
-       unsigned int completion_minlength = 6;
        ///
        bool use_kbmap = false;
        ///
@@ -523,6 +521,8 @@ public:
        bool completion_inline_text = false;
        ///
        int completion_inline_dots = -1;
+       /// minimum length of words to complete
+       unsigned int completion_minlength = 6;
        ///
        double completion_popup_delay = 2.0;
        ///
-- 
lyx-cvs mailing list
[email protected]
http://lists.lyx.org/mailman/listinfo/lyx-cvs

Reply via email to