comparison runtime/doc/usr_24.txt @ 236:4707450c2b33

updated for version 7.0066
author vimboss
date Fri, 15 Apr 2005 21:00:38 +0000
parents 3fc0f57ecb91
children 6beb2c667935
comparison
equal deleted inserted replaced
235:23d380e32c95 236:4707450c2b33
1 *usr_24.txt* For Vim version 7.0aa. Last change: 2003 Aug 18 1 *usr_24.txt* For Vim version 7.0aa. Last change: 2005 Apr 01
2 2
3 VIM USER MANUAL - by Bram Moolenaar 3 VIM USER MANUAL - by Bram Moolenaar
4 4
5 Inserting quickly 5 Inserting quickly
6 6
102 :set showmatch 102 :set showmatch
103 103
104 When you now type a text like "(example)", as soon as you type the ) Vim will 104 When you now type a text like "(example)", as soon as you type the ) Vim will
105 briefly move the cursor to the matching (, keep it there for half a second, 105 briefly move the cursor to the matching (, keep it there for half a second,
106 and move back to where you were typing. 106 and move back to where you were typing.
107 In case there is not matching (, Vim will beep. Then you know that you 107 In case there is no matching (, Vim will beep. Then you know that you
108 might have forgotten the ( somewhere, or typed a ) too many. 108 might have forgotten the ( somewhere, or typed a ) too many.
109 The match will also be shown for [] and {} pairs. You don't have to wait 109 The match will also be shown for [] and {} pairs. You don't have to wait
110 with typing the next character, as soon as Vim sees it the cursor will move 110 with typing the next character, as soon as Vim sees it the cursor will move
111 back and inserting continues as before. 111 back and inserting continues as before.
112 You can change the time Vim waits with the 'matchtime' option. For 112 You can change the time Vim waits with the 'matchtime' option. For