diff options
author | Thiago de Arruda <tpadilha84@gmail.com> | 2014-11-17 12:45:52 -0300 |
---|---|---|
committer | Thiago de Arruda <tpadilha84@gmail.com> | 2014-11-18 14:58:31 -0300 |
commit | d971cb169184a1fa59e93a5216635261d8c47e11 (patch) | |
tree | abff58ba79dddfbf4d3667c7fdcf1642546f4c51 /runtime/doc/nvim_python.txt | |
parent | f291f41525ad051d36924849a23b89a9d3e3d580 (diff) | |
download | rneovim-d971cb169184a1fa59e93a5216635261d8c47e11.tar.gz rneovim-d971cb169184a1fa59e93a5216635261d8c47e11.tar.bz2 rneovim-d971cb169184a1fa59e93a5216635261d8c47e11.zip |
docs: Update to the latest changes in the plugin infrastructure
Diffstat (limited to 'runtime/doc/nvim_python.txt')
-rw-r--r-- | runtime/doc/nvim_python.txt | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/runtime/doc/nvim_python.txt b/runtime/doc/nvim_python.txt index 9e6f408657..e60cc93b19 100644 --- a/runtime/doc/nvim_python.txt +++ b/runtime/doc/nvim_python.txt @@ -27,13 +27,6 @@ simple step-by-step: > $ pip install neovim < -- Add the following snippet to your `vimrc`, before any python plugins are - loaded: -> - if has('nvim') - runtime! python_setup.vim - endif -< Most python plugins created for Vim 7.3 should work after these steps. ============================================================================== |