diff options
Diffstat (limited to 'runtime/doc/if_pyth.txt')
-rw-r--r-- | runtime/doc/if_pyth.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/doc/if_pyth.txt b/runtime/doc/if_pyth.txt index 889101b19..4ed8eac74 100644 --- a/runtime/doc/if_pyth.txt +++ b/runtime/doc/if_pyth.txt @@ -1,4 +1,4 @@ -*if_pyth.txt* For Vim version 7.4. Last change: 2013 Jul 10 +*if_pyth.txt* For Vim version 7.4. Last change: 2014 Jul 23 VIM REFERENCE MANUAL by Paul Moore @@ -28,7 +28,7 @@ Both can be available at the same time, but read |python-2-and-3|. ============================================================================== 1. Commands *python-commands* - *:python* *:py* *E205* *E263* *E264* + *:python* *:py* *E263* *E264* *E887* :[range]py[thon] {stmt} Execute Python statement {stmt}. A simple check if the `:python` command is working: > |