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 / 7.3 / 7.3.984 < prev    next >
Encoding:
Internet Message Format  |  2013-05-20  |  1.7 KB

  1. To: vim_dev@googlegroups.com
  2. Subject: Patch 7.3.984
  3. Fcc: outbox
  4. From: Bram Moolenaar <Bram@moolenaar.net>
  5. Mime-Version: 1.0
  6. Content-Type: text/plain; charset=UTF-8
  7. Content-Transfer-Encoding: 8bit
  8. ------------
  9.  
  10. Patch 7.3.984
  11. Problem:    A Visual mapping that uses CTRL-G works differently when started
  12.         from Insert mode. (Ein Brown)
  13. Solution:   Reset old_mapped_len when handling typed text in Select mode.
  14. Files:        src/normal.c
  15.  
  16.  
  17. *** ../vim-7.3.983/src/normal.c    2013-05-06 04:21:35.000000000 +0200
  18. --- src/normal.c    2013-05-20 21:11:55.000000000 +0200
  19. ***************
  20. *** 701,706 ****
  21. --- 701,707 ----
  22.       else
  23.           c = 'c';
  24.       msg_nowait = TRUE;    /* don't delay going to insert mode */
  25. +     old_mapped_len = 0;    /* do go to Insert mode */
  26.       }
  27.   #endif
  28.   
  29. *** ../vim-7.3.983/src/version.c    2013-05-21 12:43:52.000000000 +0200
  30. --- src/version.c    2013-05-21 12:45:02.000000000 +0200
  31. ***************
  32. *** 730,731 ****
  33. --- 730,733 ----
  34.   {   /* Add new patch number below this line */
  35. + /**/
  36. +     984,
  37.   /**/
  38.  
  39. -- 
  40. MICHAEL PALIN PLAYED: 1ST SOLDIER WITH A KEEN INTEREST IN BIRDS, DENNIS, MR
  41.                       DUCK (A VILLAGE CARPENTER WHO IS ALMOST KEENER THAN
  42.                       ANYONE ELSE TO BURN WITCHES), THREE-HEADED KNIGHT, SIR
  43.                       GALAHAD, KING OF SWAMP CASTLE, BROTHER MAYNARD'S ROOMATE
  44.                  "Monty Python and the Holy Grail" PYTHON (MONTY) PICTURES LTD
  45.  
  46.  /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net   \\\
  47. ///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
  48. \\\  an exciting new programming language -- http://www.Zimbu.org        ///
  49.  \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///
  50.