To: vim-dev@vim.org Subject: patch 5.4.7 Fcc: outbox From: Bram Moolenaar ------------ Patch 5.4.7 Problem: Typing 'q' at the more prompt for the ATTENTION message causes the file loading to be interrupted. (Will Day) Solution: Reset got_int after showing the ATTENTION message. Files: src/memline.c *** ../vim-5.4/src/memline.c Sun Jul 25 22:02:19 1999 --- src/memline.c Thu Jul 29 12:05:12 1999 *************** *** 3600,3605 **** --- 3600,3609 ---- cmdline_row = msg_row; --no_wait_return; + /* We don't want a 'q' typed at the more-prompt interrupt + * loading a file. */ + got_int = FALSE; + #if defined(GUI_DIALOG) || defined(CON_DIALOG) if (swap_exists_action) { *** ../vim-5.4/src/version.h Thu Jul 29 11:48:26 1999 --- src/version.h Thu Jul 29 12:09:04 1999 *************** *** 19,26 **** #define VIM_VERSION_MINOR_STR "4" #define VIM_VERSION_BUILD 57 #define VIM_VERSION_BUILD_STR "57" ! #define VIM_VERSION_PATCHLEVEL 6 ! #define VIM_VERSION_PATCHLEVEL_STR "6" /* * VIM_VERSION_NODOT is used for the runtime directory name. --- 19,26 ---- #define VIM_VERSION_MINOR_STR "4" #define VIM_VERSION_BUILD 57 #define VIM_VERSION_BUILD_STR "57" ! #define VIM_VERSION_PATCHLEVEL 7 ! #define VIM_VERSION_PATCHLEVEL_STR "7" /* * VIM_VERSION_NODOT is used for the runtime directory name. *************** *** 30,35 **** */ #define VIM_VERSION_NODOT "vim54" #define VIM_VERSION_SHORT "5.4" ! #define VIM_VERSION_MEDIUM "5.4.6" ! #define VIM_VERSION_LONG "VIM - Vi IMproved 5.4.6 (1999 Jul 29)" ! #define VIM_VERSION_LONG_DATE "VIM - Vi IMproved 5.4.6 (1999 Jul 29, compiled " --- 30,35 ---- */ #define VIM_VERSION_NODOT "vim54" #define VIM_VERSION_SHORT "5.4" ! #define VIM_VERSION_MEDIUM "5.4.7" ! #define VIM_VERSION_LONG "VIM - Vi IMproved 5.4.7 (1999 Jul 29)" ! #define VIM_VERSION_LONG_DATE "VIM - Vi IMproved 5.4.7 (1999 Jul 29, compiled " -- CUSTOMER: You're not fooling anyone y'know. Look, isn't there something you can do? DEAD PERSON: I feel happy... I feel happy. [whop] CUSTOMER: Ah, thanks very much. MORTICIAN: Not at all. See you on Thursday. CUSTOMER: Right. The Quest for the Holy Grail (Monty Python) --/-/---- Bram Moolenaar ---- Bram@moolenaar.net ---- Bram@vim.org ---\-\-- \ \ www.vim.org/iccf www.moolenaar.net www.vim.org / /