comparison runtime/doc/version5.txt @ 3750:536aa8b0c934

Update runtime files.
author Bram Moolenaar <bram@vim.org>
date Wed, 15 Aug 2012 17:43:31 +0200
parents 073ff46fe397
children 6ec6b7ff2d43
comparison
equal deleted inserted replaced
3749:270bb87555db 3750:536aa8b0c934
1 *version5.txt* For Vim version 7.3. Last change: 2008 Dec 17 1 *version5.txt* For Vim version 7.3. Last change: 2012 Aug 08
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 Welcome to Vim Version 5.0! 6 Welcome to Vim Version 5.0!
7 7
8 This document lists the differences between Vim 4.x and Vim 5.0. 8 This document lists the differences between Vim 4.x and Vim 5.0.
9 Although 5.0 is mentioned here, this is also for version 5.1, 5.2, etc.. 9 Although 5.0 is mentioned here, this is also for version 5.1, 5.2, etc.
10 See |vi_diff.txt| for an overview of differences between Vi and Vim 5.0. 10 See |vi_diff.txt| for an overview of differences between Vi and Vim 5.0.
11 See |version4.txt| for differences between Vim 3.0 and Vim 4.0. 11 See |version4.txt| for differences between Vim 3.0 and Vim 4.0.
12 12
13 INCOMPATIBLE: |incompatible-5| 13 INCOMPATIBLE: |incompatible-5|
14 14
3886 character is typed. Helps to close a /* */ comment in C. (Webb) 3886 character is typed. Helps to close a /* */ comment in C. (Webb)
3887 3887
3888 When expand() has a second argument which is non-zero, don't use 'suffixes' 3888 When expand() has a second argument which is non-zero, don't use 'suffixes'
3889 and 'wildignore', return all matches. 3889 and 'wildignore', return all matches.
3890 3890
3891 'O' flag in 'cpoptions: When not included, Vim will not overwrite a file, if 3891 'O' flag in 'cpoptions' When not included, Vim will not overwrite a file, if
3892 it didn't exist when editing started but it does exist when the buffer is 3892 it didn't exist when editing started but it does exist when the buffer is
3893 written to the file. The file must have been created outside of Vim, possibly 3893 written to the file. The file must have been created outside of Vim, possibly
3894 without the user knowing it. When this is detected after a shell command, 3894 without the user knowing it. When this is detected after a shell command,
3895 give a warning message. 3895 give a warning message.
3896 3896
4497 mksession didn't restore the cursor column properly when it was after a tab. 4497 mksession didn't restore the cursor column properly when it was after a tab.
4498 Could not get all windows back when using a smaller terminal screen. Didn't 4498 Could not get all windows back when using a smaller terminal screen. Didn't
4499 restore all windows when "winsize" was not in 'sessionoptions'. (Webb) 4499 restore all windows when "winsize" was not in 'sessionoptions'. (Webb)
4500 4500
4501 Command line completion for ":buffer" depended on 'ignorecase' for Unix, but 4501 Command line completion for ":buffer" depended on 'ignorecase' for Unix, but
4502 not for DOS et al.. Now don't use 'ignorecase', but let it depend on whether 4502 not for DOS et al. Now don't use 'ignorecase', but let it depend on whether
4503 file names are case sensitive or not (like when expanding file names). 4503 file names are case sensitive or not (like when expanding file names).
4504 4504
4505 Win32 GUI: (Negri) 4505 Win32 GUI: (Negri)
4506 - Redrawing the background caused flicker when resizing the window. Removed 4506 - Redrawing the background caused flicker when resizing the window. Removed
4507 _OnEraseBG(). Removed CS_HREDRAW and CS_VREDRAW flags from the 4507 _OnEraseBG(). Removed CS_HREDRAW and CS_VREDRAW flags from the