[LyX/master] Move stuff

Jean-Marc Lasgouttes lasgouttes at lyx.org
Sat Dec 5 18:15:16 UTC 2020


commit e561358be936615ffd51576682e429955c59330c
Author: Jean-Marc Lasgouttes <lasgouttes at lyx.org>
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;
 	///


More information about the lyx-cvs mailing list