diff options
author | Thiago de Arruda <tpadilha84@gmail.com> | 2014-09-14 10:12:33 -0300 |
---|---|---|
committer | Thiago de Arruda <tpadilha84@gmail.com> | 2014-09-15 08:21:31 -0300 |
commit | 037ca796a0782fc03409dd7f9500113937ed32b7 (patch) | |
tree | e4bdc56cb3dbbddbb8603e7239bd65ac97c3c5a9 /src/nvim/eval.c | |
parent | 5d35484203cb950a7ba0ed0d9428cb58b37212ff (diff) | |
download | rneovim-037ca796a0782fc03409dd7f9500113937ed32b7.tar.gz rneovim-037ca796a0782fc03409dd7f9500113937ed32b7.tar.bz2 rneovim-037ca796a0782fc03409dd7f9500113937ed32b7.zip |
eval.c: Rename has('neovim') feature to has('nvim')
To follow the convention of 'nvim' for technical references
Diffstat (limited to 'src/nvim/eval.c')
-rw-r--r-- | src/nvim/eval.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/eval.c b/src/nvim/eval.c index ee6b94e849..00033e3866 100644 --- a/src/nvim/eval.c +++ b/src/nvim/eval.c @@ -9842,7 +9842,7 @@ static void f_has(typval_T *argvars, typval_T *rettv) "windows", "winaltkeys", "writebackup", - "neovim", + "nvim", NULL }; |