From e561358be936615ffd51576682e429955c59330c Mon Sep 17 00:00:00 2001 From: Jean-Marc Lasgouttes Date: Sat, 5 Dec 2020 19:44:54 +0100 Subject: [PATCH] Move stuff --- src/LyXRC.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/LyXRC.h b/src/LyXRC.h index 8950ea511c..530a78187f 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; /// -- 2.39.5