Also fix minor problem with search history where the current
search item could be at the bottom of the history twice in a
row under certain conditions. (DLR)
+ - Move down NANO_SMALL in tab check so nano won't complain if
+ just NANO_SMALL is defined (David Benbennick, presumed fix).
edit_refresh()
- Miscellaneous cleanups that fix a bug where the screen
isn't updated after uncutting chunks of upwardly marked cut
#ifndef DISABLE_TABCOMP
else {
#endif
-#endif
#ifndef DISABLE_TABCOMP
if (allowtabs) {
int shift = 0;
}
}
#endif
+#endif /* NANO_SMALL */
break;
case KEY_LEFT:
case NANO_BACK_KEY: