diff options
author | Bram Moolenaar <Bram@vim.org> | 2010-07-21 20:36:22 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2010-07-21 20:36:22 +0200 |
commit | 60aad974be620cfd3e4f76e3cd29a968289bd4f7 (patch) | |
tree | d02bd037e4c7a63ae4f9c95226881cb151cd0f4b /runtime | |
parent | ce69e82711b0f965a6a40aae955749bf4ac363b7 (diff) | |
download | vim-60aad974be620cfd3e4f76e3cd29a968289bd4f7.zip |
Small docs fixes.
Diffstat (limited to 'runtime')
-rw-r--r-- | runtime/doc/editing.txt | 6 | ||||
-rw-r--r-- | runtime/doc/index.txt | 2 | ||||
-rw-r--r-- | runtime/doc/tags | 4 | ||||
-rw-r--r-- | runtime/doc/various.txt | 8 |
4 files changed, 12 insertions, 8 deletions
diff --git a/runtime/doc/editing.txt b/runtime/doc/editing.txt index 21e420575..0d242ff86 100644 --- a/runtime/doc/editing.txt +++ b/runtime/doc/editing.txt @@ -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 diff --git a/runtime/doc/index.txt b/runtime/doc/index.txt index c82605c47..c198dc7e1 100644 --- a/runtime/doc/index.txt +++ b/runtime/doc/index.txt @@ -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) diff --git a/runtime/doc/tags b/runtime/doc/tags index 249d66d16..e36c6a4c4 100644 --- a/runtime/doc/tags +++ b/runtime/doc/tags @@ -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* diff --git a/runtime/doc/various.txt b/runtime/doc/various.txt index 8ee92f4fb..5f898f191 100644 --- a/runtime/doc/various.txt +++ b/runtime/doc/various.txt @@ -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 |