diff options
author | Bram Moolenaar <Bram@vim.org> | 2005-12-07 20:59:24 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2005-12-07 20:59:24 +0000 |
commit | b815dac06188da69169b7bcf765cdd6c541588ce (patch) | |
tree | fc8783a8b3e67b055c85ae86f12e2912e5237dc1 /src/fileio.c | |
parent | be79f90adcf2d0a9a1f6f5bd73c532ae6256e552 (diff) | |
download | vim-git-b815dac06188da69169b7bcf765cdd6c541588ce.tar.gz |
updated for version 7.0164
Diffstat (limited to 'src/fileio.c')
-rw-r--r-- | src/fileio.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/fileio.c b/src/fileio.c index 8ad344340..3126143fe 100644 --- a/src/fileio.c +++ b/src/fileio.c @@ -631,7 +631,7 @@ readfile(fname, sfname, from, lines_to_skip, lines_to_read, eap, flags) #endif } -#if defined(FEAT_GUI_DIALOG) || defined(FEAT_CON_DIALOG) +#if defined(HAS_SWAP_EXISTS_ACTION) /* If "Quit" selected at ATTENTION dialog, don't load the file */ if (swap_exists_action == SEA_QUIT) { @@ -6760,6 +6760,7 @@ static struct event_name {"StdinReadPost", EVENT_STDINREADPOST}, {"StdinReadPre", EVENT_STDINREADPRE}, {"Syntax", EVENT_SYNTAX}, + {"SwapExists", EVENT_SWAPEXISTS}, {"TermChanged", EVENT_TERMCHANGED}, {"TermResponse", EVENT_TERMRESPONSE}, {"User", EVENT_USER}, |