summaryrefslogtreecommitdiff
path: root/runtime/doc/if_pyth.txt
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2010-07-19 20:46:22 +0200
committerBram Moolenaar <Bram@vim.org>2010-07-19 20:46:22 +0200
commit368373e9092da2d609b540afdac998b474441d57 (patch)
treeb1c849bc91035a665489d10e0a8aeb773805ae07 /runtime/doc/if_pyth.txt
parenta7781e0516ce0b95afc21ad65bf47571922c022a (diff)
downloadvim-git-368373e9092da2d609b540afdac998b474441d57.tar.gz
Rename some "python3" symbols to "py3", as the command name.
Documentation updates.
Diffstat (limited to 'runtime/doc/if_pyth.txt')
-rw-r--r--runtime/doc/if_pyth.txt6
1 files changed, 4 insertions, 2 deletions
diff --git a/runtime/doc/if_pyth.txt b/runtime/doc/if_pyth.txt
index 42e6478c0..435355143 100644
--- a/runtime/doc/if_pyth.txt
+++ b/runtime/doc/if_pyth.txt
@@ -16,8 +16,10 @@ The Python Interface to Vim *python* *Python*
{Vi does not have any of these commands}
-The Python interface is available only when Vim was compiled with the
+The Python 2.x interface is available only when Vim was compiled with the
|+python| feature.
+The Python 3 interface is available only when Vim was compiled with the
+|+python3| feature.
==============================================================================
1. Commands *python-commands*
@@ -333,7 +335,7 @@ sure edit "gvim.exe" and search for "python\d*.dll\c".
Python 3 support can exist next to Python 2.x.
-*:py3* *:python3* *:py3file*
+*:py3* *:py3file*
TODO