]> git.ipfire.org Git - thirdparty/vim.git/commit
updated for version 7.3.507 v7.3.507
authorBram Moolenaar <Bram@vim.org>
Wed, 25 Apr 2012 15:32:18 +0000 (17:32 +0200)
committerBram Moolenaar <Bram@vim.org>
Wed, 25 Apr 2012 15:32:18 +0000 (17:32 +0200)
commit8218f60b610a004c17a5f74bcc6a1187f6fc4e75
tree73490cab27209c860b7d98f15ef44a42dad65767
parent68fb5dcd1314e371df1b1ee24d99fab776711a65
updated for version 7.3.507
Problem:    When exiting with unsaved changes, selecting an existing file in
            the file dialog, there is no dialog to ask whether the existing
            file should be overwritten. (Felipe G. Nievinski)
Solution:   Call check_overwrite() before writing. (Christian Brabandt)
src/ex_cmds.c
src/ex_cmds2.c
src/proto/ex_cmds.pro
src/version.c