summaryrefslogtreecommitdiff
path: root/runtime/doc/usr_29.txt
diff options
context:
space:
mode:
authorvimboss <devnull@localhost>2008-07-13 17:41:49 +0000
committervimboss <devnull@localhost>2008-07-13 17:41:49 +0000
commite1a6281c45fe56ea49326d589e7f7b650a165a95 (patch)
tree7d87344cdf07b6b9234abe26ccef39fbbee54f63 /runtime/doc/usr_29.txt
parentaa6a6565fb09541b63e41ac0864d1f3a5461d629 (diff)
downloadvim-e1a6281c45fe56ea49326d589e7f7b650a165a95.tar.gz
updated for version 7.2b-000v7.2b.000v7-2b-000
Diffstat (limited to 'runtime/doc/usr_29.txt')
-rw-r--r--runtime/doc/usr_29.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/runtime/doc/usr_29.txt b/runtime/doc/usr_29.txt
index a314256c..20f72ea2 100644
--- a/runtime/doc/usr_29.txt
+++ b/runtime/doc/usr_29.txt
@@ -1,4 +1,4 @@
-*usr_29.txt* For Vim version 7.2a. Last change: 2007 Nov 10
+*usr_29.txt* For Vim version 7.2b. Last change: 2008 Jun 28
VIM USER MANUAL - by Bram Moolenaar
@@ -594,8 +594,8 @@ use this command: >
This will go back to the start of the current function and find the first
occurrence of the word under the cursor. Actually, it searches backwards to
-an empty line above the a "{" in the first column. From there it searches
-forward for the identifier. Example (cursor on "idx"):
+an empty line above a "{" in the first column. From there it searches forward
+for the identifier. Example (cursor on "idx"):
int find_entry(char *name)
{