diff options
Diffstat (limited to 'src/nvim/match.c')
-rw-r--r-- | src/nvim/match.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/nvim/match.c b/src/nvim/match.c index afbf28c77b..86ddad0d47 100644 --- a/src/nvim/match.c +++ b/src/nvim/match.c @@ -1215,4 +1215,3 @@ void ex_match(exarg_T *eap) } eap->nextcmd = find_nextcmd(end); } - |