comparison runtime/doc/repeat.txt @ 333:18f024844150 v7.0086

updated for version 7.0086
author vimboss
date Thu, 16 Jun 2005 21:59:56 +0000
parents 73354c21f1e4
children 6c62b9b939bd
comparison
equal deleted inserted replaced
332:d5e895294dce 333:18f024844150
1 *repeat.txt* For Vim version 7.0aa. Last change: 2005 Apr 01 1 *repeat.txt* For Vim version 7.0aa. Last change: 2005 Jun 16
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
288 is not empty and the first line does not end in a <CR>. This fails if the 288 is not empty and the first line does not end in a <CR>. This fails if the
289 first line has something like ":map <F1> :help^M", where "^M" is a <CR>. If 289 first line has something like ":map <F1> :help^M", where "^M" is a <CR>. If
290 the first line ends in a <CR>, but following ones don't, you will get an error 290 the first line ends in a <CR>, but following ones don't, you will get an error
291 message, because the <CR> from the first lines will be lost. 291 message, because the <CR> from the first lines will be lost.
292 292
293 Macintosh: Files that are read with ":source" normally have <CR> <EOL>s. 293 Mac Classic: Files that are read with ":source" normally have <CR> <EOL>s.
294 These always work. If you are using a file with <NL> <EOL>s (for example, a 294 These always work. If you are using a file with <NL> <EOL>s (for example, a
295 file made on Unix), this will be recognized if 'fileformats' is not empty and 295 file made on Unix), this will be recognized if 'fileformats' is not empty and
296 the first line does not end in a <CR>. Be careful not to use a file with <NL> 296 the first line does not end in a <CR>. Be careful not to use a file with <NL>
297 linebreaks which has a <CR> in first line. 297 linebreaks which has a <CR> in first line.
298 298