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
|
||||
{"breaklonglines", BREAK_LONG_LINES},
|
||||
#endif
|
||||
{"casesensitive", CASE_SENSITIVE},
|
||||
{"constantshow", CONSTANT_SHOW},
|
||||
{"emptyline", EMPTY_LINE},
|
||||
#ifdef ENABLED_WRAPORJUSTIFY
|
||||
|
@ -102,7 +103,6 @@ static const rcoption rcopts[] = {
|
|||
{"autoindent", AUTOINDENT},
|
||||
{"backup", MAKE_BACKUP},
|
||||
{"backupdir", 0},
|
||||
{"casesensitive", CASE_SENSITIVE},
|
||||
{"cutfromcursor", CUT_FROM_CURSOR},
|
||||
{"guidestripe", 0},
|
||||
{"locking", LOCKING},
|
||||
|
|
Loading…
Reference in New Issue