diff options
author | Bram Moolenaar <Bram@vim.org> | 2005-02-12 14:29:27 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2005-02-12 14:29:27 +0000 |
commit | 4399ef4764584a24080670b4869cb8b5d31a4f78 (patch) | |
tree | c47e4671d16eeeadc9aa0b9a9cb19576e7c653b9 /runtime/doc/usr_03.txt | |
parent | b11bd7e43f6cdca944dceebaa3c8012d6bf1a74e (diff) | |
download | vim-4399ef4764584a24080670b4869cb8b5d31a4f78.zip |
updated for version 7.0050
Diffstat (limited to 'runtime/doc/usr_03.txt')
-rw-r--r-- | runtime/doc/usr_03.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/runtime/doc/usr_03.txt b/runtime/doc/usr_03.txt index f2ef2af02..8ff6c392f 100644 --- a/runtime/doc/usr_03.txt +++ b/runtime/doc/usr_03.txt @@ -1,4 +1,4 @@ -*usr_03.txt* For Vim version 7.0aa. Last change: 2004 Jan 17 +*usr_03.txt* For Vim version 7.0aa. Last change: 2005 Feb 08 VIM USER MANUAL - by Bram Moolenaar @@ -13,7 +13,7 @@ these commands below |Q_lr|. |03.1| Word movement |03.2| Moving to the start or end of a line |03.3| Moving to a character -|03.4| Matching a paren +|03.4| Matching a parenthesis |03.5| Moving to a specific line |03.6| Telling where you are |03.7| Scrolling around @@ -145,7 +145,7 @@ aborted forward search and doesn't do anything. Note: <Esc> cancels most operations, not just searches. ============================================================================== -*03.4* Matching a paren +*03.4* Matching a parenthesis When writing a program you often end up with nested () constructs. Then the "%" command is very handy: It moves to the matching paren. If the cursor is |