comparison runtime/doc/mbyte.txt @ 167:c93c9cad9618

updated for version 7.0051
author vimboss
date Tue, 22 Feb 2005 08:39:57 +0000
parents 410fa1a31baf
children 4707450c2b33
comparison
equal deleted inserted replaced
166:3a28ed993bbe 167:c93c9cad9618
1 *mbyte.txt* For Vim version 7.0aa. Last change: 2004 Dec 19 1 *mbyte.txt* For Vim version 7.0aa. Last change: 2005 Feb 13
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar et al. 4 VIM REFERENCE MANUAL by Bram Moolenaar et al.
5 5
6 6
1317 1317
1318 1318
1319 COMMAND ARGUMENTS *utf-8-char-arg* 1319 COMMAND ARGUMENTS *utf-8-char-arg*
1320 1320
1321 Commands like |f|, |F|, |t| and |r| take an argument of one character. For 1321 Commands like |f|, |F|, |t| and |r| take an argument of one character. For
1322 UTF-8 this argument may include one or two composing characters. These needs 1322 UTF-8 this argument may include one or two composing characters. These need
1323 to be produced together with the base character, Vim doesn't wait for the next 1323 to be produced together with the base character, Vim doesn't wait for the next
1324 character to be typed to find out if it is a composing character or not. 1324 character to be typed to find out if it is a composing character or not.
1325 Using 'keymap' or |:lmap| is a nice way to type these characters. 1325 Using 'keymap' or |:lmap| is a nice way to type these characters.
1326 1326
1327 The commands that search for a character in a line handle composing characters 1327 The commands that search for a character in a line handle composing characters