diff runtime/doc/index.txt @ 2366:7a57fe6a5157 vim73

Fix that :py3file was not working.
author Bram Moolenaar <bram@vim.org>
date Wed, 21 Jul 2010 16:00:43 +0200
parents 7b7508ee56f1
children 9973354ee964
line wrap: on
line diff
--- a/runtime/doc/index.txt
+++ b/runtime/doc/index.txt
@@ -1,4 +1,4 @@
-*index.txt*     For Vim version 7.3b.  Last change: 2010 Jul 20
+*index.txt*     For Vim version 7.3b.  Last change: 2010 Jul 21
 
 
 		  VIM REFERENCE MANUAL    by Bram Moolenaar
@@ -1383,7 +1383,8 @@ The commands are sorted on the non-optio
 |:put|		:pu[t]		insert contents of register in the text
 |:pwd|		:pw[d]		print current directory
 |:py3|		:py3		execute Python 3 command
-|:p3yfile|	:py3f[ile]	execute Python 3 script file
+|:python3|	:python3	same as :py3
+|:py3yfile|	:py3f[ile]	execute Python 3 script file
 |:python|	:py[thon]	execute Python command
 |:pyfile|	:pyf[ile]	execute Python script file
 |:quit|		:q[uit]		quit current window (when one window quit Vim)