comparison runtime/doc/version7.txt @ 865:f41fa84cd738 v7.0g03

updated for version 7.0g03
author vimboss
date Thu, 04 May 2006 21:57:11 +0000
parents 2fe516aa3710
children 95c5a7508d2d
comparison
equal deleted inserted replaced
864:bc620d6bdf06 865:f41fa84cd738
1 *version7.txt* For Vim version 7.0g. Last change: 2006 May 03 1 *version7.txt* For Vim version 7.0g. Last change: 2006 May 04
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
98 98
99 Buffers without a name report "No Name" instead of "No File". It was 99 Buffers without a name report "No Name" instead of "No File". It was
100 confusing for buffers with a name and 'buftype' set to "nofile". 100 confusing for buffers with a name and 'buftype' set to "nofile".
101 101
102 When ":file xxx" is used in a buffer without a name, the alternate file name 102 When ":file xxx" is used in a buffer without a name, the alternate file name
103 isn't set. This avoids creating buffers without a name that are not useful. 103 isn't set. This avoids creating buffers without a name, they are not useful.
104 104
105 The "2html.vim" script now converts closed folds to HTML. This means the HTML 105 The "2html.vim" script now converts closed folds to HTML. This means the HTML
106 looks like its displayed, with the same folds open and closed. Use "zR", or 106 looks like it's displayed, with the same folds open and closed. Use "zR", or
107 "let html_ignore_folding=1", if no folds should appear in the HTML. (partly by 107 "let html_ignore_folding=1", if no folds should appear in the HTML. (partly by
108 Carl Osterwisch) 108 Carl Osterwisch)
109 Diff mode is now also converted to HTML as it is displayed. 109 Diff mode is now also converted to HTML as it is displayed.
110 110
111 Win32: The effect of the <F10> key depended on 'winaltkeys'. Now it depends 111 Win32: The effect of the <F10> key depended on 'winaltkeys'. Now it depends
2886 changed to be able to use <> notation. Also do this for ":menu" for 2886 changed to be able to use <> notation. Also do this for ":menu" for
2887 consistency. 2887 consistency.
2888 2888
2889 When using "/encoding=abc" in a spell word list, only "bc" was used. 2889 When using "/encoding=abc" in a spell word list, only "bc" was used.
2890 2890
2891 When 'encoding' and 'printencoding' were both "utf-8" then ":hardcopy" didn't
2892 work. (Mike Williams)
2893
2894 Mac: When building with "--disable-gui" the install directory would still be
2895 "/Applications" and Vim.app would be installed. Now install in /usr/local as
2896 usual for a console application.
2897
2898 GUI: when doing completion and there is one match and still searching for
2899 another, the cursor was displayed at the end of the line instead of after the
2900 match. Now show the cursor after the match while still searching for matches.
2901
2902 GUI: The mouse shape changed on the statusline even when 'mouse' was empty and
2903 they can't be dragged..
2904
2905 GTK2: Selecting a button in the confirm() dialog with Tab or cursor keys and
2906 hitting Enter didn't select that button. Removed GTK 1 specific code. (Neil
2907 Bird)
2908
2909 When evaluating 'balloonexpr' takes a long time it could be called
2910 recursively, which could cause a crash.
2911
2912 exists() could not be used to detect whether ":2match" is supported. Added a
2913 check for it specifically.
2914
2891 2915
2892 vim:tw=78:ts=8:ft=help:norl: 2916 vim:tw=78:ts=8:ft=help:norl: