From 037ca796a0782fc03409dd7f9500113937ed32b7 Mon Sep 17 00:00:00 2001 From: Thiago de Arruda Date: Sun, 14 Sep 2014 10:12:33 -0300 Subject: eval.c: Rename has('neovim') feature to has('nvim') To follow the convention of 'nvim' for technical references --- src/nvim/testdir/test86.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/nvim/testdir') diff --git a/src/nvim/testdir/test86.in b/src/nvim/testdir/test86.in index ecb06bafd3..11ff35cfd3 100644 --- a/src/nvim/testdir/test86.in +++ b/src/nvim/testdir/test86.in @@ -9,7 +9,7 @@ STARTTEST :so small.vim :set encoding=latin1 :set noswapfile -:if !has('python') || has('neovim') | e! test.ok | wq! test.out | endif +:if !has('python') || has('nvim') | e! test.ok | wq! test.out | endif :lang C :fun Test() :py import vim -- cgit