diff options
author | Thiago de Arruda <tpadilha84@gmail.com> | 2014-11-18 15:57:42 -0300 |
---|---|---|
committer | Thiago de Arruda <tpadilha84@gmail.com> | 2014-11-18 15:57:42 -0300 |
commit | 9e37c1d3b6b9d0d35d7f7558d3efb555757278c0 (patch) | |
tree | abff58ba79dddfbf4d3667c7fdcf1642546f4c51 /runtime/doc/nvim_python.txt | |
parent | a67fd6f21378bc01b41e5349abff2eb214f6c288 (diff) | |
parent | d971cb169184a1fa59e93a5216635261d8c47e11 (diff) | |
download | rneovim-9e37c1d3b6b9d0d35d7f7558d3efb555757278c0.tar.gz rneovim-9e37c1d3b6b9d0d35d7f7558d3efb555757278c0.tar.bz2 rneovim-9e37c1d3b6b9d0d35d7f7558d3efb555757278c0.zip |
Merge PR #1454 'Refactor plugin system'
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. ============================================================================== |