comparison runtime/doc/version7.txt @ 619:66263e241ce3 v7.0176

updated for version 7.0176
author vimboss
date Fri, 23 Dec 2005 22:19:46 +0000
parents 7fe13e0f5dce
children 9e359e5759f6
comparison
equal deleted inserted replaced
618:cd967cc647dd 619:66263e241ce3
1 *version7.txt* For Vim version 7.0aa. Last change: 2005 Dec 20 1 *version7.txt* For Vim version 7.0aa. Last change: 2005 Dec 23
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
915 then a cursor key. Now keep the previously inserted text if nothing is 915 then a cursor key. Now keep the previously inserted text if nothing is
916 inserted after the CTRL-O. Allows using CTRL-O commands to move the cursor 916 inserted after the CTRL-O. Allows using CTRL-O commands to move the cursor
917 without losing the last inserted text. 917 without losing the last inserted text.
918 918
919 The exists() function now supports checking for autocmd group definition 919 The exists() function now supports checking for autocmd group definition
920 and for supported autocommands. (Yegappan Lakshmanan) 920 and for supported autocommand events. (Yegappan Lakshmanan)
921 921
922 ============================================================================== 922 ==============================================================================
923 COMPILE TIME CHANGES *compile-changes-7* 923 COMPILE TIME CHANGES *compile-changes-7*
924 924
925 Dropped the support for the BeOS and Amiga GUI. They were not maintained and 925 Dropped the support for the BeOS and Amiga GUI. They were not maintained and
1510 recording. 1510 recording.
1511 1511
1512 Unix: the src/configure script used ${srcdir-.}, not all shells understand 1512 Unix: the src/configure script used ${srcdir-.}, not all shells understand
1513 that. Use ${srcdir:-.} instead. 1513 that. Use ${srcdir:-.} instead.
1514 1514
1515 When editing file "a" which is a symlink to file "b" that doesn't exist,
1516 writing file "a" to create "b" and then ":split b" resulted in two buffers on
1517 the same file with two different swapfile names. Now set the inode in the
1518 buffer when creating a new file.
1519
1515 vim:tw=78:ts=8:ft=help:norl: 1520 vim:tw=78:ts=8:ft=help:norl: