summaryrefslogtreecommitdiff
path: root/runtime/doc/usr_29.txt
diff options
context:
space:
mode:
authorvimboss <devnull@localhost>2008-06-24 21:56:24 +0000
committervimboss <devnull@localhost>2008-06-24 21:56:24 +0000
commit0fef5afcecafb08f0827115b5a0a1e1c41ca0321 (patch)
tree6c1fe56f2db8d4adbeee792b181b0659c4d1f216 /runtime/doc/usr_29.txt
parente29aa5eaeb2537a6ea2e43a45fd4e7737935b354 (diff)
downloadvim-0fef5afcecafb08f0827115b5a0a1e1c41ca0321.tar.gz
updated for version 7.2a
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 40ea33c6..a314256c 100644
--- a/runtime/doc/usr_29.txt
+++ b/runtime/doc/usr_29.txt
@@ -1,4 +1,4 @@
-*usr_29.txt* For Vim version 7.1. Last change: 2006 Apr 24
+*usr_29.txt* For Vim version 7.2a. Last change: 2007 Nov 10
VIM USER MANUAL - by Bram Moolenaar
@@ -384,7 +384,7 @@ pairs of {} at the same level. "]}" jumps to the end.
When writing C++ or Java, the outer {} block is for the class. The next level
of {} is for a method. When somewhere inside a class use "[m" to find the
-previous start of a method. "]m" finds the next end of a method.
+previous start of a method. "]m" finds the next start of a method.
Additionally, "[]" moves backward to the end of a function and "]]" moves
forward to the start of the next function. The end of a function is defined
@@ -497,7 +497,7 @@ use: >
:set path+=/usr/local/X11
-When there are many subdirectories, you an use the "*" wildcard. Example: >
+When there are many subdirectories, you can use the "*" wildcard. Example: >
:set path+=/usr/*/include