]> git.ipfire.org Git - thirdparty/vim.git/commit
updated for version 7.3.102 v7.3.102
authorBram Moolenaar <Bram@vim.org>
Mon, 17 Jan 2011 19:08:11 +0000 (20:08 +0100)
committerBram Moolenaar <Bram@vim.org>
Mon, 17 Jan 2011 19:08:11 +0000 (20:08 +0100)
commitd2c340a6a696ecb498a3d293f377313fab66393b
tree9a9c75845e0a1333a84abb7499d2efe7c859d5ed
parente2793357528c97ca73e76080b2d9bf6f89d6e2da
updated for version 7.3.102
Problem:    When using ":make", typing the next command and then getting the
            "reload" prompt the next command is (partly) eaten by the reload
            prompt.
Solution:   Accept ':' as a special character at the reload prompt to accept
            the default choice and execute the command.
23 files changed:
src/eval.c
src/fileio.c
src/gui.c
src/gui_athena.c
src/gui_gtk.c
src/gui_mac.c
src/gui_motif.c
src/gui_photon.c
src/gui_w16.c
src/gui_w32.c
src/gui_xmdlg.c
src/memline.c
src/message.c
src/os_mswin.c
src/proto/gui_athena.pro
src/proto/gui_gtk.pro
src/proto/gui_mac.pro
src/proto/gui_motif.pro
src/proto/gui_photon.pro
src/proto/gui_w16.pro
src/proto/gui_w32.pro
src/proto/message.pro
src/version.c