diff options
author | Bram Moolenaar <Bram@vim.org> | 2006-02-27 00:11:10 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2006-02-27 00:11:10 +0000 |
commit | eddf53b02e2b007208b19c74fb616be2c0839b36 (patch) | |
tree | b7b2bdc89dcd35bf68f4f7a5801152cc9424b8dd /runtime/doc/usr_12.txt | |
parent | a23ccb8ac6c470d72eb3d081625926965d3a9f52 (diff) | |
download | vim-git-eddf53b02e2b007208b19c74fb616be2c0839b36.tar.gz |
updated for version 7.0208v7.0208
Diffstat (limited to 'runtime/doc/usr_12.txt')
-rw-r--r-- | runtime/doc/usr_12.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/doc/usr_12.txt b/runtime/doc/usr_12.txt index 24d6101e3..b2530cc8b 100644 --- a/runtime/doc/usr_12.txt +++ b/runtime/doc/usr_12.txt @@ -1,4 +1,4 @@ -*usr_12.txt* For Vim version 7.0aa. Last change: 2004 Dec 29 +*usr_12.txt* For Vim version 7.0aa. Last change: 2006 Feb 26 VIM USER MANUAL - by Bram Moolenaar @@ -273,7 +273,7 @@ To display a man page for the word under the cursor, use this: > For example, you want to know the return value of "strstr()" while editing this line: - if (strstr(input, "aap") == ) ~ + if ( strstr (input, "aap") == ) ~ Move the cursor to somewhere on "strstr" and type "\K". A window will open to display the man page for strstr(). |