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 / 6.0.259 < prev    next >
Encoding:
Internet Message Format  |  2002-02-21  |  1.4 KB

  1. To: vim-dev@vim.org
  2. Subject: Patch 6.0.259
  3. Fcc: outbox
  4. From: Bram Moolenaar <Bram@moolenaar.net>
  5. MIME-Version: 1.0
  6. Content-Type: text/plain; charset=ISO-8859-1
  7. Content-Transfer-Encoding: 8bit
  8. ------------
  9.  
  10. Patch 6.0.259
  11. Problem:    MS-DOS: after editing the command line the cursor shape may remain
  12.         like in Insert mode. (Volker Kiefel)
  13. Solution:   Reset the cursor shape after editing the command line.
  14. Files:        src/ex_getln.c
  15.  
  16.  
  17. *** ../vim60.258/src/ex_getln.c    Thu Feb 21 13:59:30 2002
  18. --- src/ex_getln.c    Fri Feb 22 11:13:20 2002
  19. ***************
  20. *** 1509,1514 ****
  21. --- 1509,1517 ----
  22.   #ifdef FEAT_MOUSE
  23.       setmouse();
  24.   #endif
  25. + #ifdef CURSOR_SHAPE
  26. +     ui_cursor_shape();        /* may show different cursor shape */
  27. + #endif
  28.   
  29.       return ccline.cmdbuff;
  30.   }
  31. *** ../vim60.258/src/version.c    Fri Feb 22 10:39:47 2002
  32. --- src/version.c    Fri Feb 22 11:17:47 2002
  33. ***************
  34. *** 608,609 ****
  35. --- 608,611 ----
  36.   {   /* Add new patch number below this line */
  37. + /**/
  38. +     259,
  39.   /**/
  40.  
  41. -- 
  42. No engineer can take a shower without wondering if some sort of Teflon coating
  43. would make showering unnecessary.
  44.                 (Scott Adams - The Dilbert principle)
  45.  
  46.  ///  Bram Moolenaar -- Bram@moolenaar.net -- http://www.moolenaar.net  \\\
  47. ///   Creator of Vim -- http://vim.sf.net -- ftp://ftp.vim.org/pub/vim   \\\
  48. \\\           Project leader for A-A-P -- http://www.a-a-p.org           ///
  49.  \\\  Help me helping AIDS orphans in Uganda - http://iccf-holland.org  ///
  50.