commit | b65905262bc250810b4b3b5fedc4302c6cc4c9d2 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jul 21 16:00:43 2010 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jul 21 16:00:43 2010 +0200 |
tree | 0ae4be3b7c281b030282f3445b8e4559172255dd | |
parent | b8521960d660465208303254b47ad76cd7e3ef0e [diff] [blame] |
Fix that :py3file was not working.
diff --git a/runtime/doc/if_pyth.txt b/runtime/doc/if_pyth.txt index e3822ec..953d95b 100644 --- a/runtime/doc/if_pyth.txt +++ b/runtime/doc/if_pyth.txt
@@ -1,4 +1,4 @@ -*if_pyth.txt* For Vim version 7.3b. Last change: 2010 Jul 20 +*if_pyth.txt* For Vim version 7.3b. Last change: 2010 Jul 21 VIM REFERENCE MANUAL by Paul Moore @@ -335,7 +335,7 @@ Python 3 support can exist next to Python 2.x. -*:py3* *:py3file* +*:py3* *:python3* *:py3file* TODO