diff options
author | Bram Moolenaar <Bram@vim.org> | 2008-07-13 17:41:49 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2008-07-13 17:41:49 +0000 |
commit | c236c16d0884c7d6cdc4dbaddb8cb3992085f83e (patch) | |
tree | 7d87344cdf07b6b9234abe26ccef39fbbee54f63 /runtime/doc/usr_29.txt | |
parent | b316376b4893ac3ae62f7f33c483b28b7fc147c0 (diff) | |
download | vim-git-c236c16d0884c7d6cdc4dbaddb8cb3992085f83e.tar.gz |
updated for version 7.2b-000v7.2b.000
Diffstat (limited to 'runtime/doc/usr_29.txt')
-rw-r--r-- | runtime/doc/usr_29.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/runtime/doc/usr_29.txt b/runtime/doc/usr_29.txt index a314256c1..20f72ea28 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) { |