]> granicus.if.org Git - vim/commitdiff
Small docs fixes.
authorBram Moolenaar <Bram@vim.org>
Wed, 21 Jul 2010 18:36:22 +0000 (20:36 +0200)
committerBram Moolenaar <Bram@vim.org>
Wed, 21 Jul 2010 18:36:22 +0000 (20:36 +0200)
runtime/doc/editing.txt
runtime/doc/index.txt
runtime/doc/tags
runtime/doc/various.txt

index 21e420575f89f2a05e15ceec0bf3213e2c598915..0d242ff86427e6215b277e6ba5cc515ae51b55b4 100644 (file)
@@ -1,4 +1,4 @@
-*editing.txt*   For Vim version 7.3b.  Last change: 2010 Jul 20
+*editing.txt*   For Vim version 7.3b.  Last change: 2010 Jul 21
 
 
                  VIM REFERENCE MANUAL    by Bram Moolenaar
@@ -1410,8 +1410,8 @@ your shoulder.
 Since the value of the 'key' option is supposed to be a secret, its value can
 never be viewed.  You should not set this option in a vimrc file.
 
-An encrypted file can be recognized by the "file" command, if you add this
-line to "/etc/magic", "/usr/share/misc/magic" or wherever your system has the
+An encrypted file can be recognized by the "file" command, if you add these
+lines to "/etc/magic", "/usr/share/misc/magic" or wherever your system has the
 "magic" file: >
      0 string  VimCrypt~       Vim encrypted file
      >9        string  01      - "zip" cryptmethod
index c82605c47ab0e332237acce532f9eff69fae9cec..c198dc7e16e6506a1a4da458e1118416d519637b 100644 (file)
@@ -1384,7 +1384,7 @@ The commands are sorted on the non-optional part of their name.
 |:pwd|         :pw[d]          print current directory
 |:py3|         :py3            execute Python 3 command
 |:python3|     :python3        same as :py3
-|:py3yfile|    :py3f[ile]      execute Python 3 script file
+|:py3file|     :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)
index 249d66d166946059a842f630c5d7fc8e2acb68ce..e36c6a4c4637d29ba1d40cf7bd854124d8c80bb7 100644 (file)
@@ -1193,6 +1193,8 @@ $VIMRUNTIME       starting.txt    /*$VIMRUNTIME*
 +profile       various.txt     /*+profile*
 +python        various.txt     /*+python*
 +python/dyn    various.txt     /*+python\/dyn*
++python3       various.txt     /*+python3*
++python3/dyn   various.txt     /*+python3\/dyn*
 +quickfix      various.txt     /*+quickfix*
 +reltime       various.txt     /*+reltime*
 +rightleft     various.txt     /*+rightleft*
@@ -7041,7 +7043,7 @@ ports-6   version6.txt    /*ports-6*
 posix  vi_diff.txt     /*posix*
 posix-compliance       vi_diff.txt     /*posix-compliance*
 posix-screen-size      vi_diff.txt     /*posix-screen-size*
-postgress      ft_sql.txt      /*postgress*
+postgresql     ft_sql.txt      /*postgresql*
 postscr.vim    syntax.txt      /*postscr.vim*
 postscript-cjk-printing        print.txt       /*postscript-cjk-printing*
 postscript-print-encoding      print.txt       /*postscript-print-encoding*
index 8ee92f4fb91642ad9579ee83bf89dab6e7931c96..5f898f1916f430e5b6ef991be6f75251197c511f 100644 (file)
@@ -1,4 +1,4 @@
-*various.txt*   For Vim version 7.3b.  Last change: 2010 Jul 20
+*various.txt*   For Vim version 7.3b.  Last change: 2010 Jul 21
 
 
                  VIM REFERENCE MANUAL    by Bram Moolenaar
@@ -367,8 +367,10 @@ H  *+persistent_undo*      Persistent undo |undo-persistence|
    *+postscript*       |:hardcopy| writes a PostScript file
 N  *+printer*          |:hardcopy| command
 H  *+profile*          |:profile| command
-m  *+python*           Python interface |python|
-m  *+python/dyn*       Python interface |python-dynamic| |/dyn|
+m  *+python*           Python 2 interface |python|
+m  *+python/dyn*       Python 2 interface |python-dynamic| |/dyn|
+m  *+python3*          Python 3 interface |python|
+m  *+python3/dyn*      Python 3 interface |python-dynamic| |/dyn|
 N  *+quickfix*         |:make| and |quickfix| commands
 N  *+reltime*          |reltime()| function, 'hlsearch'/'incsearch' timeout,
                        'redrawtime' option