diff options
author | Bram Moolenaar <Bram@vim.org> | 2008-06-24 22:09:24 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2008-06-24 22:09:24 +0000 |
commit | c1a11ed54c7974b74be38f2aef6a200d7cfc878e (patch) | |
tree | cbd3d302d09444426d21d905b56dbfafb6cf2497 /runtime/doc | |
parent | 446cb837a017fc1c1b144cb5c2a35cb90abfbbcf (diff) | |
download | vim-c1a11ed54c7974b74be38f2aef6a200d7cfc878e.zip |
updated for version 7.2a
Diffstat (limited to 'runtime/doc')
-rw-r--r-- | runtime/doc/arabic.txt | 2 | ||||
-rw-r--r-- | runtime/doc/spell.txt | 9 | ||||
-rw-r--r-- | runtime/doc/usr_01.txt | 5 | ||||
-rw-r--r-- | runtime/doc/usr_11.txt | 2 | ||||
-rw-r--r-- | runtime/doc/usr_27.txt | 4 | ||||
-rw-r--r-- | runtime/doc/usr_28.txt | 6 | ||||
-rw-r--r-- | runtime/doc/usr_40.txt | 2 | ||||
-rw-r--r-- | runtime/doc/windows.txt | 12 |
8 files changed, 23 insertions, 19 deletions
diff --git a/runtime/doc/arabic.txt b/runtime/doc/arabic.txt index 8e0b79644..9445f2e09 100644 --- a/runtime/doc/arabic.txt +++ b/runtime/doc/arabic.txt @@ -1,4 +1,4 @@ -*arabic.txt* For Vim version 7.1. Last change: 2005 Mar 29 +*arabic.txt* For Vim version 7.2a. Last change: 2005 Mar 29 VIM REFERENCE MANUAL by Nadim Shaikli diff --git a/runtime/doc/spell.txt b/runtime/doc/spell.txt index 832dee361..e6c40c83a 100644 --- a/runtime/doc/spell.txt +++ b/runtime/doc/spell.txt @@ -1,4 +1,4 @@ -*spell.txt* For Vim version 7.1. Last change: 2007 May 07 +*spell.txt* For Vim version 7.2a. Last change: 2008 Jun 21 VIM REFERENCE MANUAL by Bram Moolenaar @@ -21,7 +21,7 @@ vimspell" to find about it. But you will probably want to get rid of the plugin and use the 'spell' option instead, it works better. ============================================================================== -1. Quick start *spell-quickstart* +1. Quick start *spell-quickstart* *E756* This command switches on spell checking: > @@ -46,7 +46,7 @@ won't work. To search for the next misspelled word: - *]s* *E756* + *]s* ]s Move to next misspelled word after the cursor. A count before the command can be used to repeat. 'wrapscan' applies. @@ -619,7 +619,8 @@ SPELL FILE MISSING *spell-SpellFileMissing* *spellfile.vim* If the spell file for the language you are using is not available, you will get an error message. But if the "spellfile.vim" plugin is active it will offer you to download the spell file. Just follow the instructions, it will -ask you where to write the file. +ask you where to write the file (there must be a writable directory in +'runtimepath' for this). The plugin has a default place where to look for spell files, on the Vim ftp server. If you want to use another location or another protocol, set the diff --git a/runtime/doc/usr_01.txt b/runtime/doc/usr_01.txt index 50f3649e2..1e00a110c 100644 --- a/runtime/doc/usr_01.txt +++ b/runtime/doc/usr_01.txt @@ -1,4 +1,4 @@ -*usr_01.txt* For Vim version 7.1. Last change: 2006 Oct 08 +*usr_01.txt* For Vim version 7.2a. Last change: 2008 May 07 VIM USER MANUAL - by Bram Moolenaar @@ -118,6 +118,9 @@ available, use the two-letter language code. For French: > vimtutor fr +On Unix, if you prefer using the GUI version of Vim, use "gvimtutor" or +"vimtutor -g" instead of "vimtutor". + For OpenVMS, if Vim has been properly installed, you can start vimtutor from a VMS prompt with: > diff --git a/runtime/doc/usr_11.txt b/runtime/doc/usr_11.txt index 88916d9cb..edb45981f 100644 --- a/runtime/doc/usr_11.txt +++ b/runtime/doc/usr_11.txt @@ -1,4 +1,4 @@ -*usr_11.txt* For Vim version 7.1. Last change: 2006 Apr 24 +*usr_11.txt* For Vim version 7.2a. Last change: 2006 Apr 24 VIM USER MANUAL - by Bram Moolenaar diff --git a/runtime/doc/usr_27.txt b/runtime/doc/usr_27.txt index 713dd42fc..71bfdda98 100644 --- a/runtime/doc/usr_27.txt +++ b/runtime/doc/usr_27.txt @@ -1,4 +1,4 @@ -*usr_27.txt* For Vim version 7.1. Last change: 2006 Apr 24 +*usr_27.txt* For Vim version 7.2a. Last change: 2007 Nov 10 VIM USER MANUAL - by Bram Moolenaar @@ -516,7 +516,7 @@ items mentioned above can be combined. FINDING A CALIFORNIA LICENSE PLATE -A sample license place number is "1MGU103". It has one digit, three uppercase +A sample license plate number is "1MGU103". It has one digit, three uppercase letters and three digits. Directly putting this into a search pattern: > /\d\u\u\u\d\d\d diff --git a/runtime/doc/usr_28.txt b/runtime/doc/usr_28.txt index 9c621d729..76644bb67 100644 --- a/runtime/doc/usr_28.txt +++ b/runtime/doc/usr_28.txt @@ -1,4 +1,4 @@ -*usr_28.txt* For Vim version 7.1. Last change: 2006 Apr 24 +*usr_28.txt* For Vim version 7.2a. Last change: 2008 Jun 14 VIM USER MANUAL - by Bram Moolenaar @@ -378,7 +378,7 @@ More about folding by expression in the reference manual: |fold-expr| This is useful when you set the 'diff' option in the same window. The |vimdiff| command does this for you. Example: > - setlocal diff foldmethod=diff scrollbind nowrap foldlevel=1 + :setlocal diff foldmethod=diff scrollbind nowrap foldlevel=1 Do this in every window that shows a different version of the same file. You will clearly see the differences between the files, while the text that didn't @@ -389,7 +389,7 @@ For more details see |fold-diff|. ============================================================================== *28.10* Which fold method to use? -All these possibilities makes you wonder which method you should chose. +All these possibilities make you wonder which method you should chose. Unfortunately, there is no golden rule. Here are some hints. If there is a syntax file with folding for the language you are editing, that diff --git a/runtime/doc/usr_40.txt b/runtime/doc/usr_40.txt index a9e48bf72..dd90ba925 100644 --- a/runtime/doc/usr_40.txt +++ b/runtime/doc/usr_40.txt @@ -1,4 +1,4 @@ -*usr_40.txt* For Vim version 7.1. Last change: 2006 Jun 21 +*usr_40.txt* For Vim version 7.2a. Last change: 2006 Jun 21 VIM USER MANUAL - by Bram Moolenaar diff --git a/runtime/doc/windows.txt b/runtime/doc/windows.txt index f95b2da84..dc9c20ccb 100644 --- a/runtime/doc/windows.txt +++ b/runtime/doc/windows.txt @@ -1,4 +1,4 @@ -*windows.txt* For Vim version 7.1. Last change: 2007 Mar 17 +*windows.txt* For Vim version 7.2a. Last change: 2007 Oct 07 VIM REFERENCE MANUAL by Bram Moolenaar @@ -146,7 +146,7 @@ CTRL-W v *CTRL-W_v* 1. a width was not specified, 2. 'equalalways' is set, 3. 'eadirection' isn't "ver", and - 4. one of the other windows are wider than the current or new + 4. one of the other windows is wider than the current or new window. Note: In other places CTRL-Q does the same as CTRL-V, but here it doesn't! @@ -1033,8 +1033,8 @@ list of buffers. |unlisted-buffer| [!]. This will also edit a buffer that is not in the buffer list, without setting the 'buflisted' flag. -:[N]b[uffer][!] {filename} - Edit buffer for {filename} from the buffer list. See +:[N]b[uffer][!] {bufname} + Edit buffer for {bufname} from the buffer list. See |:buffer-!| for [!]. This will also edit a buffer that is not in the buffer list, without setting the 'buflisted' flag. @@ -1045,8 +1045,8 @@ list of buffers. |unlisted-buffer| also edit a buffer that is not in the buffer list, without setting the 'buflisted' flag. -:[N]sb[uffer] {filename} - Split window and edit buffer for {filename} from the buffer +:[N]sb[uffer] {bufname} + Split window and edit buffer for {bufname} from the buffer list. This will also edit a buffer that is not in the buffer list, without setting the 'buflisted' flag. Note: If what you want to do is split the buffer, make a copy |