diff options
author | Bram Moolenaar <Bram@vim.org> | 2006-03-04 21:49:37 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2006-03-04 21:49:37 +0000 |
commit | 36fc535cb1353786d7edacfea1cd3ececaf6cf5d (patch) | |
tree | d6384287d657b4fb88c1f66176d870986d5a38fe /runtime/doc/insert.txt | |
parent | d0131a8bd20b330a5ded49989ffc8b79e051dd9d (diff) | |
download | vim-git-36fc535cb1353786d7edacfea1cd3ececaf6cf5d.tar.gz |
updated for version 7.0214
Diffstat (limited to 'runtime/doc/insert.txt')
-rw-r--r-- | runtime/doc/insert.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/runtime/doc/insert.txt b/runtime/doc/insert.txt index 0f4436c29..7d904a819 100644 --- a/runtime/doc/insert.txt +++ b/runtime/doc/insert.txt @@ -1,4 +1,4 @@ -*insert.txt* For Vim version 7.0aa. Last change: 2006 Mar 02 +*insert.txt* For Vim version 7.0aa. Last change: 2006 Mar 04 VIM REFERENCE MANUAL by Bram Moolenaar @@ -1142,9 +1142,9 @@ Completion of C code requires a tags file. You should use Exuberant ctags, because it adds extra information that is needed for completion. You can find it here: http://ctags.sourceforge.net/ For version 5.5.4 you should add a patch that adds the "typename:" field: -ftp://ftp.vim.org/pub/vim/unstable/patches/ctags-5.5.4.patch + ftp://ftp.vim.org/pub/vim/unstable/patches/ctags-5.5.4.patch A compiled .exe for MS-Windows can be found at: -http://georgevreilly.com/vim/ctags.html + http://georgevreilly.com/vim/ctags.html If you want to complete system functions you can do something like this. Use ctags to generate a tags file for all the system header files: > |