Commit 2439e1e4 authored by Benno Schulenberg's avatar Benno Schulenberg
Browse files

linting: treat a tab as one "column", not eight

This fixes https://savannah.gnu.org/bugs/?47131.
No related merge requests found
Showing with 2 additions and 1 deletion
+2 -1
......@@ -3306,8 +3306,9 @@ void do_linter(void)
}
}
#endif /* !NANO_TINY */
do_gotolinecolumn(curlint->lineno, curlint->colno, FALSE, FALSE);
goto_line_posx(curlint->lineno, curlint->colno - 1);
titlebar(NULL);
adjust_viewport(CENTERING);
edit_refresh();
statusbar(curlint->msg);
bottombars(MLINTER);
......
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