diff options
Diffstat (limited to 'src/nvim/window.c')
-rw-r--r-- | src/nvim/window.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/nvim/window.c b/src/nvim/window.c index 21d668a2bd..4c996aea79 100644 --- a/src/nvim/window.c +++ b/src/nvim/window.c @@ -5577,8 +5577,7 @@ int match_add(win_T *wp, const char *const grp, const char *const pat, } // Set up position matches - if (pos_list != NULL) - { + if (pos_list != NULL) { linenr_T toplnum = 0; linenr_T botlnum = 0; |