comparison runtime/doc/version7.txt @ 860:2fe516aa3710

updated for version 7.0g02
author vimboss
date Wed, 03 May 2006 21:28:47 +0000
parents b933657f7c9d
children f41fa84cd738
comparison
equal deleted inserted replaced
859:99305c4c42d4 860:2fe516aa3710
1 *version7.txt* For Vim version 7.0g. Last change: 2006 May 02 1 *version7.txt* For Vim version 7.0g. Last change: 2006 May 03
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
2863 briefly. 2863 briefly.
2864 2864
2865 When setting the Vim window height with -geometry the 'window' option could be 2865 When setting the Vim window height with -geometry the 'window' option could be
2866 at a value that makes CTRL-F behave differently. 2866 at a value that makes CTRL-F behave differently.
2867 2867
2868 When opening a quickfix window in two tabs they used different buffers,
2869 causing redrawing problems later. Now use the same buffer for all quickfix
2870 windows. (Yegappan Lakshmanan)
2871
2872 When 'mousefocus' is set moving the mouse to the text tab pages line would
2873 move focus to the first window. Also, the mouse pointer would jump to the
2874 active window.
2875
2876 In a session file, when an empty buffer is wiped out, do this silently.
2877
2878 When one window has the cursor on the last line and another window is resized
2879 to make that window smaller, the cursor line could go below the displayed
2880 lines. In win_new_height() subtract one from the available space.
2881 Also avoid that using "~" lines makes the window scroll down.
2882
2883 Mac: When sourcing the "macmap.vim" script and then finding a .vimrc file the
2884 'cpo' option isn't set properly, because it was already set and restored.
2885 Added the <special> argument to ":map", so that 'cpo' doesn't need to be
2886 changed to be able to use <> notation. Also do this for ":menu" for
2887 consistency.
2888
2889 When using "/encoding=abc" in a spell word list, only "bc" was used.
2890
2868 2891
2869 vim:tw=78:ts=8:ft=help:norl: 2892 vim:tw=78:ts=8:ft=help:norl: