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.1.155 < prev    next >
Encoding:
Internet Message Format  |  2002-08-17  |  1.8 KB

  1. To: vim-dev@vim.org
  2. Subject: Patch 6.1.155
  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.1.155
  11. Problem:    Win32: Cursor may sometimes disappear in Insert mode.
  12. Solution:   Change "hor10" in 'guicursor' to "hor15". (Walter Briscoe)
  13. Files:        src/option.c
  14.  
  15.  
  16. *** ../vim61.154/src/option.c    Sun Jul 21 21:16:47 2002
  17. --- src/option.c    Mon Aug 12 19:49:17 2002
  18. ***************
  19. *** 918,924 ****
  20.   # ifdef FEAT_GUI
  21.                   (char_u *)"n-v-c:block-Cursor/lCursor,ve:ver35-Cursor,o:hor50-Cursor,i-ci:ver25-Cursor/lCursor,r-cr:hor20-Cursor/lCursor,sm:block-Cursor-blinkwait175-blinkoff150-blinkon175",
  22.   # else    /* MSDOS or Win32 console */
  23. !                 (char_u *)"n-v-c:block,o:hor50,i-ci:hor10,r-cr:hor30,sm:block",
  24.   # endif
  25.                       (char_u *)0L}
  26.   #else
  27. --- 919,925 ----
  28.   # ifdef FEAT_GUI
  29.                   (char_u *)"n-v-c:block-Cursor/lCursor,ve:ver35-Cursor,o:hor50-Cursor,i-ci:ver25-Cursor/lCursor,r-cr:hor20-Cursor/lCursor,sm:block-Cursor-blinkwait175-blinkoff150-blinkon175",
  30.   # else    /* MSDOS or Win32 console */
  31. !                 (char_u *)"n-v-c:block,o:hor50,i-ci:hor15,r-cr:hor30,sm:block",
  32.   # endif
  33.                       (char_u *)0L}
  34.   #else
  35. *** ../vim61.154/src/version.c    Sun Aug 18 15:48:20 2002
  36. --- src/version.c    Sun Aug 18 15:53:50 2002
  37. ***************
  38. *** 608,609 ****
  39. --- 608,611 ----
  40.   {   /* Add new patch number below this line */
  41. + /**/
  42. +     155,
  43.   /**/
  44.  
  45. -- 
  46. hundred-and-one symptoms of being an internet addict:
  47. 230. You spend your Friday nights typing away at your keyboard
  48.  
  49.  ///  Bram Moolenaar -- Bram@moolenaar.net -- http://www.moolenaar.net  \\\
  50. ///   Creator of Vim -- http://vim.sf.net -- ftp://ftp.vim.org/pub/vim   \\\
  51. \\\           Project leader for A-A-P -- http://www.a-a-p.org           ///
  52.  \\\ Lord Of The Rings helps Uganda - http://iccf-holland.org/lotr.html ///
  53.