diff options
author | Bram Moolenaar <Bram@vim.org> | 2007-05-12 13:25:01 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2007-05-12 13:25:01 +0000 |
commit | 9e368dba9d9fd9344a2a7f10c488fba4366bae51 (patch) | |
tree | cd7af7da4a89510b350d232876ce32a9f799956d /runtime/doc | |
parent | 5a91e34372debf8ee425f1ba5ca57a36bd2e1d4f (diff) | |
download | vim-git-9e368dba9d9fd9344a2a7f10c488fba4366bae51.tar.gz |
updated for version 7.1
Diffstat (limited to 'runtime/doc')
-rw-r--r-- | runtime/doc/develop.txt | 4 | ||||
-rw-r--r-- | runtime/doc/editing.txt | 4 | ||||
-rw-r--r-- | runtime/doc/if_pyth.txt | 2 | ||||
-rw-r--r-- | runtime/doc/netbeans.txt | 2 | ||||
-rw-r--r-- | runtime/doc/os_beos.txt | 2 | ||||
-rw-r--r-- | runtime/doc/sponsor.txt | 2 | ||||
-rw-r--r-- | runtime/doc/uganda.txt | 2 |
7 files changed, 9 insertions, 9 deletions
diff --git a/runtime/doc/develop.txt b/runtime/doc/develop.txt index e9b9ca1e9..a6e9e026f 100644 --- a/runtime/doc/develop.txt +++ b/runtime/doc/develop.txt @@ -1,4 +1,4 @@ -*develop.txt* For Vim version 7.1b. Last change: 2007 May 08 +*develop.txt* For Vim version 7.1. Last change: 2007 May 11 VIM REFERENCE MANUAL by Bram Moolenaar @@ -187,7 +187,7 @@ strcpy() STRCPY() Includes cast to (char *), for char_u * args strchr() vim_strchr() Accepts special characters strrchr() vim_strrchr() Accepts special characters isspace() vim_isspace() Can handle characters > 128 -iswhite() vim_iswhite() Only TRUE for Tab and space +iswhite() vim_iswhite() Only TRUE for tab and space memcpy() mch_memmove() Handles overlapped copies bcopy() mch_memmove() Handles overlapped copies memset() vim_memset() Uniform for all systems diff --git a/runtime/doc/editing.txt b/runtime/doc/editing.txt index 4f7ab5234..0df39dc4f 100644 --- a/runtime/doc/editing.txt +++ b/runtime/doc/editing.txt @@ -1,4 +1,4 @@ -*editing.txt* For Vim version 7.1b. Last change: 2006 Oct 10 +*editing.txt* For Vim version 7.1. Last change: 2007 May 11 VIM REFERENCE MANUAL by Bram Moolenaar @@ -749,7 +749,7 @@ Thus you can use the command "vim *.c" to edit all the C files. From within Vim the command ":n *.c" does the same. White space is used to separate file names. Put a backslash before a space or -Tab to include it in a file name. E.g., to edit the single file "foo bar": > +tab to include it in a file name. E.g., to edit the single file "foo bar": > :next foo\ bar On Unix and a few other systems you can also use backticks, for example: > diff --git a/runtime/doc/if_pyth.txt b/runtime/doc/if_pyth.txt index 50d53ba61..4c53f593b 100644 --- a/runtime/doc/if_pyth.txt +++ b/runtime/doc/if_pyth.txt @@ -1,4 +1,4 @@ -*if_pyth.txt* For Vim version 7.1b. Last change: 2006 Apr 30 +*if_pyth.txt* For Vim version 7.1. Last change: 2006 Apr 30 VIM REFERENCE MANUAL by Paul Moore diff --git a/runtime/doc/netbeans.txt b/runtime/doc/netbeans.txt index 20d6ff8a1..3ac503ad7 100644 --- a/runtime/doc/netbeans.txt +++ b/runtime/doc/netbeans.txt @@ -1,4 +1,4 @@ -*netbeans.txt* For Vim version 7.1b. Last change: 2006 Nov 14 +*netbeans.txt* For Vim version 7.1. Last change: 2006 Nov 14 VIM REFERENCE MANUAL by Gordon Prieur diff --git a/runtime/doc/os_beos.txt b/runtime/doc/os_beos.txt index 46f19040c..c13986a61 100644 --- a/runtime/doc/os_beos.txt +++ b/runtime/doc/os_beos.txt @@ -1,4 +1,4 @@ -*os_beos.txt* For Vim version 7.1b. Last change: 2005 Mar 29 +*os_beos.txt* For Vim version 7.1. Last change: 2005 Mar 29 VIM REFERENCE MANUAL by Bram Moolenaar diff --git a/runtime/doc/sponsor.txt b/runtime/doc/sponsor.txt index 026262556..fe99640ba 100644 --- a/runtime/doc/sponsor.txt +++ b/runtime/doc/sponsor.txt @@ -1,4 +1,4 @@ -*sponsor.txt* For Vim version 7.1b. Last change: 2007 Jan 05 +*sponsor.txt* For Vim version 7.1. Last change: 2007 Jan 05 VIM REFERENCE MANUAL by Bram Moolenaar diff --git a/runtime/doc/uganda.txt b/runtime/doc/uganda.txt index 560e060e9..28a28dd48 100644 --- a/runtime/doc/uganda.txt +++ b/runtime/doc/uganda.txt @@ -1,4 +1,4 @@ -*uganda.txt* For Vim version 7.1b. Last change: 2007 May 05 +*uganda.txt* For Vim version 7.1. Last change: 2007 May 05 VIM REFERENCE MANUAL by Bram Moolenaar |