diff options
author | Thiago de Arruda <tpadilha84@gmail.com> | 2014-09-15 10:12:12 -0300 |
---|---|---|
committer | Thiago de Arruda <tpadilha84@gmail.com> | 2014-09-15 10:12:12 -0300 |
commit | 3ec4e18cd00700abdffb564835dd4cd7e68a0093 (patch) | |
tree | 6010e814bb0d10681aaf1369b664a041d8aab2e4 /runtime/doc/nvim_python.txt | |
parent | 5d35484203cb950a7ba0ed0d9428cb58b37212ff (diff) | |
parent | e0beb6d0c4b5f0b573f09418b5e02b1ba5eeaeb9 (diff) | |
download | rneovim-3ec4e18cd00700abdffb564835dd4cd7e68a0093.tar.gz rneovim-3ec4e18cd00700abdffb564835dd4cd7e68a0093.tar.bz2 rneovim-3ec4e18cd00700abdffb564835dd4cd7e68a0093.zip |
Merge PR #1175 'Some fixes to nvim initial documentation'
Diffstat (limited to 'runtime/doc/nvim_python.txt')
-rw-r--r-- | runtime/doc/nvim_python.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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 < |