diff options
author | Jan Edmund Lazo <jan.lazo@mail.utoronto.ca> | 2019-06-21 07:31:42 -0400 |
---|---|---|
committer | Jan Edmund Lazo <jan.lazo@mail.utoronto.ca> | 2019-06-23 18:17:08 -0400 |
commit | 8bc365c886ecd9ba502dc0d4a7b46ec9bc92387d (patch) | |
tree | 4bcbcff16025714749f6aacd21a7edabb54ed16f /src/nvim/eval.c | |
parent | 83ef740e150c5f29bd8ed92681d892160474fd7f (diff) | |
download | rneovim-8bc365c886ecd9ba502dc0d4a7b46ec9bc92387d.tar.gz rneovim-8bc365c886ecd9ba502dc0d4a7b46ec9bc92387d.tar.bz2 rneovim-8bc365c886ecd9ba502dc0d4a7b46ec9bc92387d.zip |
lint
Diffstat (limited to 'src/nvim/eval.c')
-rw-r--r-- | src/nvim/eval.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/eval.c b/src/nvim/eval.c index 8c27956242..05f001496a 100644 --- a/src/nvim/eval.c +++ b/src/nvim/eval.c @@ -14715,7 +14715,7 @@ do_searchpair( /* clear the start flag to avoid getting stuck here */ options &= ~SEARCH_START; - /* If the skip pattern matches, ignore this match. */ + // If the skip pattern matches, ignore this match. if (use_skip) { save_pos = curwin->w_cursor; curwin->w_cursor = pos; |