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/develop.txt | |
parent | 5a91e34372debf8ee425f1ba5ca57a36bd2e1d4f (diff) | |
download | vim-git-9e368dba9d9fd9344a2a7f10c488fba4366bae51.tar.gz |
updated for version 7.1
Diffstat (limited to 'runtime/doc/develop.txt')
-rw-r--r-- | runtime/doc/develop.txt | 4 |
1 files changed, 2 insertions, 2 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 |