mirror of git://git.sv.gnu.org/nano.git
build: fix compilation when configured with --disable-color
This commit is contained in:
parent
e542e5943e
commit
48a19178b8
|
@ -1110,7 +1110,7 @@ void toggle_this(int flag)
|
|||
refresh_needed = TRUE;
|
||||
break;
|
||||
#endif
|
||||
#ifdef ENABLE_NANORC
|
||||
#if defined(ENABLE_NANORC) && defined(ENABLE_COLOR)
|
||||
case TABS_TO_SPACES:
|
||||
if (openfile->syntax && openfile->syntax->tab) {
|
||||
statusline(AHEM, _("Current syntax determines Tab"));
|
||||
|
|
Loading…
Reference in New Issue