aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/edit.c
diff options
context:
space:
mode:
authorJames McCoy <jamessan@jamessan.com>2017-05-12 12:01:07 -0400
committerJames McCoy <jamessan@jamessan.com>2017-05-12 17:07:25 -0400
commitad80a83a1aeda03cbc3cb19b2f1ebff8715ce042 (patch)
tree7f3d9666dcdfc95dfd6b0f01f17e00a81933e1bc /src/nvim/edit.c
parent901c8fbcdb113173dd7e11adf35d193f6d4b3986 (diff)
downloadrneovim-ad80a83a1aeda03cbc3cb19b2f1ebff8715ce042.tar.gz
rneovim-ad80a83a1aeda03cbc3cb19b2f1ebff8715ce042.tar.bz2
rneovim-ad80a83a1aeda03cbc3cb19b2f1ebff8715ce042.zip
lint
Diffstat (limited to 'src/nvim/edit.c')
-rw-r--r--src/nvim/edit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/edit.c b/src/nvim/edit.c
index b8aa3167fe..bfdec90a32 100644
--- a/src/nvim/edit.c
+++ b/src/nvim/edit.c
@@ -4926,7 +4926,7 @@ static unsigned quote_meta(char_u *dest, char_u *src, int len)
|| ctrl_x_mode == CTRL_X_THESAURUS)
break;
// fallthrough
- case '^': /* currently it's not needed. */
+ case '^': // currently it's not needed.
case '$':
m++;
if (dest != NULL)