comparison runtime/doc/version7.txt @ 843:9f279ebda751 v7.0f01

updated for version 7.0f01
author vimboss
date Tue, 25 Apr 2006 22:13:59 +0000
parents a209672376fd
children d3bbb5dd3913
comparison
equal deleted inserted replaced
842:a209672376fd 843:9f279ebda751
1 *version7.txt* For Vim version 7.0f. Last change: 2006 Apr 24 1 *version7.txt* For Vim version 7.0f. Last change: 2006 Apr 25
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
1102 ":helpgrep" accepts a language specifier after the pattern: "pat@it". 1102 ":helpgrep" accepts a language specifier after the pattern: "pat@it".
1103 1103
1104 Move the help for printing to a separate help file. It's quite a lot now. 1104 Move the help for printing to a separate help file. It's quite a lot now.
1105 1105
1106 When doing completion for ":!cmd", ":r !cmd" or ":w !cmd" executable files are 1106 When doing completion for ":!cmd", ":r !cmd" or ":w !cmd" executable files are
1107 found in $PATH instead of looking for ordinary files in the current directlry. 1107 found in $PATH instead of looking for ordinary files in the current directory.
1108 1108
1109 When ":silent" is used and a backwards range is given for an Ex command the 1109 When ":silent" is used and a backwards range is given for an Ex command the
1110 range is swapped automatically instead of asking if that is OK. 1110 range is swapped automatically instead of asking if that is OK.
1111 1111
1112 The pattern matching code was changed from a recursive function to an 1112 The pattern matching code was changed from a recursive function to an
2607 Mac: Added the 'macatsui' option as a temporary work around for text drawing 2607 Mac: Added the 'macatsui' option as a temporary work around for text drawing
2608 problems. 2608 problems.
2609 2609
2610 Line completion on "/**" gave error messages when scanning an unloaded buffer. 2610 Line completion on "/**" gave error messages when scanning an unloaded buffer.
2611 2611
2612 --- fixes and changes since Vim 7.0f ---
2613
2614 Win32: The height of the tab page labels is now adjusted to the font height.
2615 (Yegappan Lakshmanan)
2616
2617 Win32: selecting the tab label was off by one. (Yegappan Lakshmanan)
2612 2618
2613 vim:tw=78:ts=8:ft=help:norl: 2619 vim:tw=78:ts=8:ft=help:norl: