comparison runtime/doc/version7.txt @ 625:81fe2ccc1207 v7.0179

updated for version 7.0179
author vimboss
date Thu, 12 Jan 2006 23:22:24 +0000
parents 9e359e5759f6
children 732c7ae5743e
comparison
equal deleted inserted replaced
624:91e7d4a7b3b0 625:81fe2ccc1207
1 *version7.txt* For Vim version 7.0aa. Last change: 2005 Dec 28 1 *version7.txt* For Vim version 7.0aa. Last change: 2006 Jan 09
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
432 |:caddfile| Add error messages to an existing quickfix list 432 |:caddfile| Add error messages to an existing quickfix list
433 (Yegappan Lakshmanan). 433 (Yegappan Lakshmanan).
434 434
435 |:cexpr| Read error messages from a Vim expression (Yegappan 435 |:cexpr| Read error messages from a Vim expression (Yegappan
436 Lakshmanan). 436 Lakshmanan).
437
438 |:caddexpr| Add error messages from a Vim expression to an
439 existing quickfix list. (Yegappan Lakshmanan).
437 440
438 441
439 Ex command modifiers: ~ 442 Ex command modifiers: ~
440 443
441 |:keepalt| Do not change the alternate file. 444 |:keepalt| Do not change the alternate file.
917 without losing the last inserted text. 920 without losing the last inserted text.
918 921
919 The exists() function now supports checking for autocmd group definition 922 The exists() function now supports checking for autocmd group definition
920 and for supported autocommand events. (Yegappan Lakshmanan) 923 and for supported autocommand events. (Yegappan Lakshmanan)
921 924
925 Allow using ":global" in the sandbox, it doesn't do anything harmful by
926 itself.
927
922 ============================================================================== 928 ==============================================================================
923 COMPILE TIME CHANGES *compile-changes-7* 929 COMPILE TIME CHANGES *compile-changes-7*
924 930
925 Dropped the support for the BeOS and Amiga GUI. They were not maintained and 931 Dropped the support for the BeOS and Amiga GUI. They were not maintained and
926 probably didn't work. If you want to work on this: get the Vim 6.x version 932 probably didn't work. If you want to work on this: get the Vim 6.x version
1521 string, because it may cause trouble in Insert mode. 1527 string, because it may cause trouble in Insert mode.
1522 1528
1523 When evaluating an expression for CTRL-R = on the command line it was possible 1529 When evaluating an expression for CTRL-R = on the command line it was possible
1524 to open a new window, resulting in errors for incremental search, and many 1530 to open a new window, resulting in errors for incremental search, and many
1525 other nasty things were possible. Now evaluate the expression in the sandbox 1531 other nasty things were possible. Now evaluate the expression in the sandbox
1526 to protect from unexpected behavior. 1532 to protect from unexpected behavior. Same for CTRL-\ e.
1527 1533
1528 "d(" deleted the character under the cursor, while the documentation specified 1534 "d(" deleted the character under the cursor, while the documentation specified
1529 an exclusive motion. Vi also doesn't delete the character under the cursor. 1535 an exclusive motion. Vi also doesn't delete the character under the cursor.
1530 1536
1531 Shift-Insert in Insert mode could put the cursor before the last character 1537 Shift-Insert in Insert mode could put the cursor before the last character
1532 when it just fits in the window. In coladvance() don't stop at the window 1538 when it just fits in the window. In coladvance() don't stop at the window
1533 edge when filling with spaces and when in Insert mode. In mswin.vim avoid 1539 edge when filling with spaces and when in Insert mode. In mswin.vim avoid
1534 getting a beep from the "l" command. 1540 getting a beep from the "l" command.
1535 1541
1542 Win32 GUI: When Alt-F4 is used to close the window and Cancel is selected in
1543 the dialog then Vim would insert <M-F4> in the text. Now it's ignored.
1544
1545 When ":silent! {cmd}" caused the swap file dialog, which isn't displayed,
1546 there would still be a hit-enter prompt.
1547
1536 vim:tw=78:ts=8:ft=help:norl: 1548 vim:tw=78:ts=8:ft=help:norl: