aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2014-05-19 08:59:24 -0400
committerJustin M. Keyes <justinkz@gmail.com>2014-05-19 08:59:24 -0400
commit4fc6e06465a03c295e70d11eb0864dbed906550d (patch)
treee6b23531564701a3ce3f27e39dc37b2a4c118a2a /src
parent9eb68075d80a755bf546b20f99a36a542de1ecfd (diff)
downloadrneovim-4fc6e06465a03c295e70d11eb0864dbed906550d.tar.gz
rneovim-4fc6e06465a03c295e70d11eb0864dbed906550d.tar.bz2
rneovim-4fc6e06465a03c295e70d11eb0864dbed906550d.zip
Fix comment typo.
Diffstat (limited to 'src')
-rw-r--r--src/nvim/vim.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/vim.h b/src/nvim/vim.h
index 4444bd8a2a..4292c1cf0e 100644
--- a/src/nvim/vim.h
+++ b/src/nvim/vim.h
@@ -419,7 +419,7 @@ enum {
/* Values for find_ident_under_cursor() */
#define FIND_IDENT 1 /* find identifier (word) */
#define FIND_STRING 2 /* find any string (WORD) */
-#define FIND_EVAL 4 /* include "nvim/->", "[]" and "." */
+#define FIND_EVAL 4 /* include "->", "[]" and "." */
/* Values for file_name_in_line() */
#define FNAME_MESS 1 /* give error message */