summaryrefslogtreecommitdiffstats
path: root/src/match.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2022-11-18 22:14:09 +0000
committerBram Moolenaar <Bram@vim.org>2022-11-18 22:14:09 +0000
commit88456cd3c49a3dd1fda17cf350daa9b8216b1aa6 (patch)
treebd241035e3d905b74667faca9f75e48c9c9c310d /src/match.c
parentd13166e788fcaef59ec65c20b46ca4be16625669 (diff)
patch 9.0.0904: various comment and indent flawsv9.0.0904
Problem: Various comment and indent flaws. Solution: Improve comments and indenting.
Diffstat (limited to 'src/match.c')
-rw-r--r--src/match.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/match.c b/src/match.c
index ceb317c381..6ac6513ca8 100644
--- a/src/match.c
+++ b/src/match.c
@@ -435,7 +435,7 @@ next_search_hl(
colnr_T matchcol;
long nmatched;
int called_emsg_before = called_emsg;
- int timed_out = FALSE;
+ int timed_out = FALSE;
// for :{range}s/pat only highlight inside the range
if ((lnum < search_first_line || lnum > search_last_line) && cur == NULL)