aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc/if_pyth.txt
diff options
context:
space:
mode:
authorJames McCoy <jamessan@jamessan.com>2017-01-01 20:48:26 -0500
committerJames McCoy <jamessan@jamessan.com>2017-01-09 20:23:41 -0500
commit60e306368d5b6261acdcd88128461259663d8418 (patch)
tree745a755449a5ac6a026454537e0d29664ba7c5c6 /runtime/doc/if_pyth.txt
parentb260004d65ab55838cce9442a29e4f10941c5f51 (diff)
downloadrneovim-60e306368d5b6261acdcd88128461259663d8418.tar.gz
rneovim-60e306368d5b6261acdcd88128461259663d8418.tar.bz2
rneovim-60e306368d5b6261acdcd88128461259663d8418.zip
vim-patch:aa3b15d
Updated runtime files. https://github.com/vim/vim/commit/aa3b15dbebf333282503d6031e2f9ba6ee4398ed
Diffstat (limited to 'runtime/doc/if_pyth.txt')
-rw-r--r--runtime/doc/if_pyth.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/doc/if_pyth.txt b/runtime/doc/if_pyth.txt
index 8946dd2e5a..b6fe234de4 100644
--- a/runtime/doc/if_pyth.txt
+++ b/runtime/doc/if_pyth.txt
@@ -699,7 +699,7 @@ if the `:py3` command is working: >
:py3 print("Hello")
< *:py3file*
The `:py3file` command works similar to `:pyfile`.
- *:py3do* *E863*
+ *:py3do*
The `:py3do` command works similar to `:pydo`.
*E880*