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 --- runtime/doc/nvim_python.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'runtime/doc/nvim_python.txt') diff --git a/runtime/doc/nvim_python.txt b/runtime/doc/nvim_python.txt index bb644507f7..b618562900 100644 --- a/runtime/doc/nvim_python.txt +++ b/runtime/doc/nvim_python.txt @@ -30,7 +30,7 @@ simple step-by-step: - Add the following snippet to your `vimrc`, before any python plugins are loaded: > - if has('neovim') + if has('nvim') runtime! plugin/python_setup.vim endif < -- cgit