comparison src/fileio.c @ 3568:09d0bda69df0 v7.3.544

updated for version 7.3.544 Problem: There is no good way to close a quickfix window when closing the last ordinary window. Solution: Add the QuitPre autocommand.
author Bram Moolenaar <bram@vim.org>
date Wed, 06 Jun 2012 18:03:07 +0200
parents b782e2f9e689
children e83c5dcea112
comparison
equal deleted inserted replaced
3567:deb39ae6bf9c 3568:09d0bda69df0
7676 {"InsertLeave", EVENT_INSERTLEAVE}, 7676 {"InsertLeave", EVENT_INSERTLEAVE},
7677 {"InsertCharPre", EVENT_INSERTCHARPRE}, 7677 {"InsertCharPre", EVENT_INSERTCHARPRE},
7678 {"MenuPopup", EVENT_MENUPOPUP}, 7678 {"MenuPopup", EVENT_MENUPOPUP},
7679 {"QuickFixCmdPost", EVENT_QUICKFIXCMDPOST}, 7679 {"QuickFixCmdPost", EVENT_QUICKFIXCMDPOST},
7680 {"QuickFixCmdPre", EVENT_QUICKFIXCMDPRE}, 7680 {"QuickFixCmdPre", EVENT_QUICKFIXCMDPRE},
7681 {"QuitPre", EVENT_QUITPRE},
7681 {"RemoteReply", EVENT_REMOTEREPLY}, 7682 {"RemoteReply", EVENT_REMOTEREPLY},
7682 {"SessionLoadPost", EVENT_SESSIONLOADPOST}, 7683 {"SessionLoadPost", EVENT_SESSIONLOADPOST},
7683 {"ShellCmdPost", EVENT_SHELLCMDPOST}, 7684 {"ShellCmdPost", EVENT_SHELLCMDPOST},
7684 {"ShellFilterPost", EVENT_SHELLFILTERPOST}, 7685 {"ShellFilterPost", EVENT_SHELLFILTERPOST},
7685 {"SourcePre", EVENT_SOURCEPRE}, 7686 {"SourcePre", EVENT_SOURCEPRE},