diff options
Diffstat (limited to 'src/nvim/option.c')
-rw-r--r-- | src/nvim/option.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/nvim/option.c b/src/nvim/option.c index b60699b66f..a9bff8285c 100644 --- a/src/nvim/option.c +++ b/src/nvim/option.c @@ -6509,8 +6509,6 @@ void set_context_in_set_cmd(expand_T *xp, char_u *arg, int opt_flags) break; } } - - return; } int ExpandSettings(expand_T *xp, regmatch_T *regmatch, int *num_file, char_u ***file) |