summaryrefslogtreecommitdiffstats
path: root/runtime/doc/usr_12.txt
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2006-02-27 00:11:10 +0000
committerBram Moolenaar <Bram@vim.org>2006-02-27 00:11:10 +0000
commiteddf53b02e2b007208b19c74fb616be2c0839b36 (patch)
treeb7b2bdc89dcd35bf68f4f7a5801152cc9424b8dd /runtime/doc/usr_12.txt
parenta23ccb8ac6c470d72eb3d081625926965d3a9f52 (diff)
updated for version 7.0208v7.0208
Diffstat (limited to 'runtime/doc/usr_12.txt')
-rw-r--r--runtime/doc/usr_12.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/doc/usr_12.txt b/runtime/doc/usr_12.txt
index 24d6101e34..b2530cc8b2 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().