comparison runtime/doc/version7.txt @ 597:b9975513fe24 v7.0169

updated for version 7.0169
author vimboss
date Tue, 13 Dec 2005 20:09:08 +0000
parents 35cef95a6b76
children bc7ec0f1f7f3
comparison
equal deleted inserted replaced
596:e612bbdb670f 597:b9975513fe24
1 *version7.txt* For Vim version 7.0aa. Last change: 2005 Dec 12 1 *version7.txt* For Vim version 7.0aa. Last change: 2005 Dec 13
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
436 |:keepalt| Do not change the alternate file. 436 |:keepalt| Do not change the alternate file.
437 437
438 |:noautocmd| Do not trigger autocommand events. 438 |:noautocmd| Do not trigger autocommand events.
439 439
440 |:sandbox| Execute a command in the sandbox. 440 |:sandbox| Execute a command in the sandbox.
441
442
443 Ex command arguments: ~
444
445 |++bad| Specify what happens with characters that can't be
446 converted and illegal bytes. (code example by Yasuhiro
447 Matsumoto)
448 Also, when a conversion error occurs or illegal bytes
449 are found include the line number in the error
450 message.
441 451
442 452
443 New and extended functions: ~ 453 New and extended functions: ~
444 454
445 |add()| append an item to a List 455 |add()| append an item to a List