From b8329db36a886355e6e9cb9986a3668fef78c438 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Wed, 6 Jul 2022 13:31:28 +0100 Subject: patch 9.0.0044: typos in comments, wrapping lines Problem: Typos in comments, wrapping lines. Solution: Adjust comments. Wrap lines. --- src/textformat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/textformat.c') diff --git a/src/textformat.c b/src/textformat.c index 5ba2f1798..f34c99848 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; -- cgit v1.2.1