summaryrefslogtreecommitdiffstats
path: root/src/textformat.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/textformat.c')
-rw-r--r--src/textformat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/textformat.c b/src/textformat.c
index 5ba2f1798d..f34c998481 100644
--- a/src/textformat.c
+++ b/src/textformat.c
@@ -92,7 +92,7 @@ internal_format(
int did_do_comment = FALSE;
virtcol = get_nolist_virtcol()
- + char2cells(c != NUL ? c : gchar_cursor());
+ + char2cells(c != NUL ? c : gchar_cursor());
if (virtcol <= (colnr_T)textwidth)
break;