aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc/if_pyth.txt
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2017-04-28 23:19:10 +0200
committerJustin M. Keyes <justinkz@gmail.com>2017-04-28 23:26:55 +0200
commita5e9974ed77621c224b2b8fa49f76cab954fb2c6 (patch)
tree3fe4509c834e0a424445d363c6c631f27ce07a16 /runtime/doc/if_pyth.txt
parent2e64752250c89623ff5d6dc54e8a54038f32d78f (diff)
downloadrneovim-a5e9974ed77621c224b2b8fa49f76cab954fb2c6.tar.gz
rneovim-a5e9974ed77621c224b2b8fa49f76cab954fb2c6.tar.bz2
rneovim-a5e9974ed77621c224b2b8fa49f76cab954fb2c6.zip
vim-patch:50ba526fbf3e
Updated runtime files. https://github.com/vim/vim/commit/50ba526fbf3e9e5e0e6b0b3086a4d5df581ebc7e vim-patch:20eeb6129d12
Diffstat (limited to 'runtime/doc/if_pyth.txt')
-rw-r--r--runtime/doc/if_pyth.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/doc/if_pyth.txt b/runtime/doc/if_pyth.txt
index 8d6a3e1cfa..e19a80059a 100644
--- a/runtime/doc/if_pyth.txt
+++ b/runtime/doc/if_pyth.txt
@@ -696,11 +696,11 @@ functions to evaluate Python expressions and pass their values to VimL.
The `:py3` and `:python3` commands work similar to `:python`. A simple check
if the `:py3` command is working: >
:py3 print("Hello")
-< *:py3file*
+
To see what version of Python you have: >
:py3 import sys
:py3 print(sys.version)
-
+< *:py3file*
The `:py3file` command works similar to `:pyfile`.
*:py3do*
The `:py3do` command works similar to `:pydo`.