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.4 / 7.4.181 < prev    next >
Encoding:
Internet Message Format  |  2014-02-14  |  1.9 KB

  1. To: vim_dev@googlegroups.com
  2. Subject: Patch 7.4.181
  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.4.181
  11. Problem:    When using 'pastetoggle' the status lines are not updated. (Samuel
  12.         Ferencik, Jan Christoph Ebersbach)
  13. Solution:   Update the status lines. (Nobuhiro Takasaki)
  14. Files:        src/getchar.c
  15.  
  16.  
  17. *** ../vim-7.4.180/src/getchar.c    2014-02-11 15:10:38.130111835 +0100
  18. --- src/getchar.c    2014-02-15 16:14:34.249903278 +0100
  19. ***************
  20. *** 406,412 ****
  21.   }
  22.   
  23.   /*
  24. !  * Prepare the read buffers for reading (if they contains something).
  25.    */
  26.       static void
  27.   start_stuff()
  28. --- 406,412 ----
  29.   }
  30.   
  31.   /*
  32. !  * Prepare the read buffers for reading (if they contain something).
  33.    */
  34.       static void
  35.   start_stuff()
  36. ***************
  37. *** 2302,2307 ****
  38. --- 2302,2311 ----
  39.                   msg_row = Rows - 1;
  40.                   msg_clr_eos();        /* clear ruler */
  41.                   }
  42. + #ifdef FEAT_WINDOWS
  43. +                 status_redraw_all();
  44. +                 redraw_statuslines();
  45. + #endif
  46.                   showmode();
  47.                   setcursor();
  48.                   continue;
  49. *** ../vim-7.4.180/src/version.c    2014-02-15 15:58:55.081904773 +0100
  50. --- src/version.c    2014-02-15 16:12:22.329903488 +0100
  51. ***************
  52. *** 740,741 ****
  53. --- 740,743 ----
  54.   {   /* Add new patch number below this line */
  55. + /**/
  56. +     181,
  57.   /**/
  58.  
  59. -- 
  60. FIRST GUARD: Ah!  Now ... we're not allowed to ...
  61.    SIR LAUNCELOT runs him through,  grabs his spear and stabs the other
  62.    guard who collapses in a heap.  Hiccoughs quietly.
  63.                  "Monty Python and the Holy Grail" PYTHON (MONTY) PICTURES LTD
  64.  
  65.  /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net   \\\
  66. ///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
  67. \\\  an exciting new programming language -- http://www.Zimbu.org        ///
  68.  \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///
  69.