mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
Fix comment typo.
This commit is contained in:
parent
9eb68075d8
commit
4fc6e06465
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user