aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/eval.c
diff options
context:
space:
mode:
authorJan Edmund Lazo <jan.lazo@mail.utoronto.ca>2019-06-21 07:31:42 -0400
committerJan Edmund Lazo <jan.lazo@mail.utoronto.ca>2019-06-23 18:17:08 -0400
commit8bc365c886ecd9ba502dc0d4a7b46ec9bc92387d (patch)
tree4bcbcff16025714749f6aacd21a7edabb54ed16f /src/nvim/eval.c
parent83ef740e150c5f29bd8ed92681d892160474fd7f (diff)
downloadrneovim-8bc365c886ecd9ba502dc0d4a7b46ec9bc92387d.tar.gz
rneovim-8bc365c886ecd9ba502dc0d4a7b46ec9bc92387d.tar.bz2
rneovim-8bc365c886ecd9ba502dc0d4a7b46ec9bc92387d.zip
lint
Diffstat (limited to 'src/nvim/eval.c')
-rw-r--r--src/nvim/eval.c2
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;