diff options
author | Bram Moolenaar <Bram@vim.org> | 2014-07-26 13:40:44 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2014-07-26 13:40:44 +0200 |
commit | dbc28022514a858015e957e0038559ed024bdc53 (patch) | |
tree | 6dbf261603872d9cf2eb4a9bc27a88a8fde5d78f /runtime/doc/if_pyth.txt | |
parent | 2bace3e2fb9dd138bd267bbf648e4473dba6eb2c (diff) | |
download | vim-dbc28022514a858015e957e0038559ed024bdc53.zip |
Update runtime files. Add vroom file support.
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: > |