Move stuff

This commit is contained in:
Jean-Marc Lasgouttes 2020-12-05 19:44:54 +01:00
parent 22719a97d7
commit e561358be9

View File

@ -373,8 +373,6 @@ public:
bool spellcheck_continuously = false; bool spellcheck_continuously = false;
/// spellcheck notes and comments? /// spellcheck notes and comments?
bool spellcheck_notes = true; bool spellcheck_notes = true;
/// minimum length of words to complete
unsigned int completion_minlength = 6;
/// ///
bool use_kbmap = false; bool use_kbmap = false;
/// ///
@ -523,6 +521,8 @@ public:
bool completion_inline_text = false; bool completion_inline_text = false;
/// ///
int completion_inline_dots = -1; int completion_inline_dots = -1;
/// minimum length of words to complete
unsigned int completion_minlength = 6;
/// ///
double completion_popup_delay = 2.0; double completion_popup_delay = 2.0;
/// ///