startup: allow presetting case-sensitive search also in the tiny version
If nanorc-file support is re-enabled (--enable-tiny --enable-nanorc), then it ought to be possible to set case sensitivity at startup.master
parent
d909291b0c
commit
5a7cdacf46
|
@ -46,6 +46,7 @@ static const rcoption rcopts[] = {
|
||||||
#ifdef ENABLE_WRAPPING
|
#ifdef ENABLE_WRAPPING
|
||||||
{"breaklonglines", BREAK_LONG_LINES},
|
{"breaklonglines", BREAK_LONG_LINES},
|
||||||
#endif
|
#endif
|
||||||
|
{"casesensitive", CASE_SENSITIVE},
|
||||||
{"constantshow", CONSTANT_SHOW},
|
{"constantshow", CONSTANT_SHOW},
|
||||||
{"emptyline", EMPTY_LINE},
|
{"emptyline", EMPTY_LINE},
|
||||||
#ifdef ENABLED_WRAPORJUSTIFY
|
#ifdef ENABLED_WRAPORJUSTIFY
|
||||||
|
@ -102,7 +103,6 @@ static const rcoption rcopts[] = {
|
||||||
{"autoindent", AUTOINDENT},
|
{"autoindent", AUTOINDENT},
|
||||||
{"backup", MAKE_BACKUP},
|
{"backup", MAKE_BACKUP},
|
||||||
{"backupdir", 0},
|
{"backupdir", 0},
|
||||||
{"casesensitive", CASE_SENSITIVE},
|
|
||||||
{"cutfromcursor", CUT_FROM_CURSOR},
|
{"cutfromcursor", CUT_FROM_CURSOR},
|
||||||
{"guidestripe", 0},
|
{"guidestripe", 0},
|
||||||
{"locking", LOCKING},
|
{"locking", LOCKING},
|
||||||
|
|
Loading…
Reference in New Issue