home *** CD-ROM | disk | FTP | other *** search
/ vim.ftp.fu-berlin.de / 2015-02-03.vim.ftp.fu-berlin.de.tar / vim.ftp.fu-berlin.de / patches / old / 5.4.7 < prev    next >
Encoding:
Internet Message Format  |  1999-07-28  |  2.4 KB

  1. To: vim-dev@vim.org
  2. Subject: patch 5.4.7
  3. Fcc: outbox
  4. From: Bram Moolenaar <Bram@moolenaar.net>
  5. ------------
  6.  
  7. Patch 5.4.7
  8. Problem:    Typing 'q' at the more prompt for the ATTENTION message causes the
  9.             file loading to be interrupted. (Will Day)
  10. Solution:   Reset got_int after showing the ATTENTION message.
  11. Files:      src/memline.c
  12.  
  13.  
  14. *** ../vim-5.4/src/memline.c    Sun Jul 25 22:02:19 1999
  15. --- src/memline.c    Thu Jul 29 12:05:12 1999
  16. ***************
  17. *** 3600,3605 ****
  18. --- 3600,3609 ----
  19.               cmdline_row = msg_row;
  20.               --no_wait_return;
  21.   
  22. +             /* We don't want a 'q' typed at the more-prompt interrupt
  23. +              * loading a file. */
  24. +             got_int = FALSE;
  25.   #if defined(GUI_DIALOG) || defined(CON_DIALOG)
  26.               if (swap_exists_action)
  27.               {
  28. *** ../vim-5.4/src/version.h    Thu Jul 29 11:48:26 1999
  29. --- src/version.h    Thu Jul 29 12:09:04 1999
  30. ***************
  31. *** 19,26 ****
  32.   #define VIM_VERSION_MINOR_STR        "4"
  33.   #define VIM_VERSION_BUILD         57
  34.   #define VIM_VERSION_BUILD_STR        "57"
  35. ! #define VIM_VERSION_PATCHLEVEL         6
  36. ! #define VIM_VERSION_PATCHLEVEL_STR    "6"
  37.   
  38.   /*
  39.    * VIM_VERSION_NODOT is used for the runtime directory name.
  40. --- 19,26 ----
  41.   #define VIM_VERSION_MINOR_STR        "4"
  42.   #define VIM_VERSION_BUILD         57
  43.   #define VIM_VERSION_BUILD_STR        "57"
  44. ! #define VIM_VERSION_PATCHLEVEL         7
  45. ! #define VIM_VERSION_PATCHLEVEL_STR    "7"
  46.   
  47.   /*
  48.    * VIM_VERSION_NODOT is used for the runtime directory name.
  49. ***************
  50. *** 30,35 ****
  51.    */
  52.   #define VIM_VERSION_NODOT    "vim54"
  53.   #define VIM_VERSION_SHORT    "5.4"
  54. ! #define VIM_VERSION_MEDIUM    "5.4.6"
  55. ! #define VIM_VERSION_LONG    "VIM - Vi IMproved 5.4.6 (1999 Jul 29)"
  56. ! #define VIM_VERSION_LONG_DATE    "VIM - Vi IMproved 5.4.6 (1999 Jul 29, compiled "
  57. --- 30,35 ----
  58.    */
  59.   #define VIM_VERSION_NODOT    "vim54"
  60.   #define VIM_VERSION_SHORT    "5.4"
  61. ! #define VIM_VERSION_MEDIUM    "5.4.7"
  62. ! #define VIM_VERSION_LONG    "VIM - Vi IMproved 5.4.7 (1999 Jul 29)"
  63. ! #define VIM_VERSION_LONG_DATE    "VIM - Vi IMproved 5.4.7 (1999 Jul 29, compiled "
  64.  
  65. --
  66. CUSTOMER:     You're not fooling anyone y'know.  Look, isn't there something
  67.               you can do?
  68. DEAD PERSON:  I feel happy... I feel happy.
  69.     [whop]
  70. CUSTOMER:     Ah, thanks very much.
  71. MORTICIAN:    Not at all.  See you on Thursday.
  72. CUSTOMER:     Right.
  73.                                   The Quest for the Holy Grail (Monty Python)
  74.  
  75. --/-/---- Bram Moolenaar ---- Bram@moolenaar.net ---- Bram@vim.org ---\-\--
  76.   \ \    www.vim.org/iccf      www.moolenaar.net       www.vim.org    / /
  77.