diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2018-08-24 23:11:53 +0200 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2018-10-11 19:32:44 +0200 |
commit | b12c20e4665b170841bf1d90c3f36be3304fcd60 (patch) | |
tree | c464fa4b1c87268d735162ec161e0bc2e6df0ba7 /runtime/doc/if_pyth.txt | |
parent | b11f5aa119af001a6ebee4cb610ff2cce20936ce (diff) | |
download | rneovim-b12c20e4665b170841bf1d90c3f36be3304fcd60.tar.gz rneovim-b12c20e4665b170841bf1d90c3f36be3304fcd60.tar.bz2 rneovim-b12c20e4665b170841bf1d90c3f36be3304fcd60.zip |
doc: emphasize that "python" means "python 2"
Diffstat (limited to 'runtime/doc/if_pyth.txt')
-rw-r--r-- | runtime/doc/if_pyth.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/doc/if_pyth.txt b/runtime/doc/if_pyth.txt index 6769dd87e8..e33f89e771 100644 --- a/runtime/doc/if_pyth.txt +++ b/runtime/doc/if_pyth.txt @@ -118,7 +118,7 @@ Instead, put the Python command in a function and call that function: Note that "EOF" must be at the start of the line. ============================================================================== -2. The vim module *python-vim* +2. The vim module *python-vim* *python2* Python code gets all of its access to vim (with one exception - see |python-output| below) via the "vim" module. The vim module implements two |