diff options
author | Felipe Oliveira Carvalho <felipekde@gmail.com> | 2015-04-23 00:03:36 -0300 |
---|---|---|
committer | Felipe Oliveira Carvalho <felipekde@gmail.com> | 2015-04-24 22:17:02 -0300 |
commit | c96b933acc4d9ec7382d451055e44c85959772b9 (patch) | |
tree | 4a3aff2749eb0b70b7947ecfc7cd56d56ad4e29d /runtime | |
parent | bcfc37ea98136c449077baa8d97e2334da20d9fc (diff) | |
download | rneovim-c96b933acc4d9ec7382d451055e44c85959772b9.tar.gz rneovim-c96b933acc4d9ec7382d451055e44c85959772b9.tar.bz2 rneovim-c96b933acc4d9ec7382d451055e44c85959772b9.zip |
Improve comments and fix ascii_* attributes
Diffstat (limited to 'runtime')
-rw-r--r-- | runtime/doc/develop.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/doc/develop.txt b/runtime/doc/develop.txt index ead19742d1..2f96c4c6dc 100644 --- a/runtime/doc/develop.txt +++ b/runtime/doc/develop.txt @@ -186,7 +186,7 @@ strcpy() STRCPY() Includes cast to (char *), for char_u * args strchr() vim_strchr() Accepts special characters strrchr() vim_strrchr() Accepts special characters isspace() ascii_isspace() Can handle characters > 128 -iswhite() ascii_iswhite() Only TRUE for tab and space +iswhite() ascii_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 |