diff options
Diffstat (limited to 'src/nvim/eval.c')
-rw-r--r-- | src/nvim/eval.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/nvim/eval.c b/src/nvim/eval.c index 7215052a9f..85361b50f4 100644 --- a/src/nvim/eval.c +++ b/src/nvim/eval.c @@ -416,15 +416,10 @@ static dictitem_T vimvars_var; /* variable used for v: */ # include "eval.c.generated.h" #endif - - - #define FNE_INCL_BR 1 /* find_name_end(): include [] in name */ #define FNE_CHECK_START 2 /* find_name_end(): check name starts with valid character */ - - /* * Initialize the global and v: variables. */ |