diff options
author | Bram Moolenaar <Bram@vim.org> | 2005-12-16 21:53:56 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2005-12-16 21:53:56 +0000 |
commit | 83c465c7051cd13b70a3fba8e4f8021a41214cbf (patch) | |
tree | 8b3610b8b7cc0df2f669a075247fe2f37c27177f /src/globals.h | |
parent | 12033fb4bfa58447ba89104ff671a076e756b8e6 (diff) | |
download | vim-git-83c465c7051cd13b70a3fba8e4f8021a41214cbf.tar.gz |
updated for version 7.0171
Diffstat (limited to 'src/globals.h')
-rw-r--r-- | src/globals.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/globals.h b/src/globals.h index ede48c6dd..8c2110569 100644 --- a/src/globals.h +++ b/src/globals.h @@ -847,6 +847,8 @@ EXTERN int cmd_silent INIT(= FALSE); /* don't echo the command line */ EXTERN int swap_exists_action INIT(= SEA_NONE); /* For dialog when swap file already * exists. */ +EXTERN int swap_exists_did_quit INIT(= FALSE); + /* Selected "quit" at the dialog. */ #endif EXTERN char_u *IObuff; /* sprintf's are done in this buffer, |