Commit e2ce2792 authored by David Lawrence Ramsey's avatar David Lawrence Ramsey
Browse files

remove redundancy

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2546 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
No related merge requests found
Showing with 1 addition and 3 deletions
+1 -3
......@@ -2494,11 +2494,9 @@ int nanogetstr(bool allow_tabs, const char *buf, const char *curranswer,
switch (kbinput) {
case NANO_TAB_KEY:
#ifndef DISABLE_TABCOMP
if (allow_tabs) {
if (allow_tabs)
answer = input_tab(answer, &statusbar_x, &tabbed,
list);
statusbar_x = strlen(answer);
}
#endif
break;
case NANO_PREVLINE_KEY:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment