Fix comment typo.

This commit is contained in:
Justin M. Keyes 2014-05-19 08:59:24 -04:00
parent 9eb68075d8
commit 4fc6e06465

View File

@ -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 */