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.2.162 < prev    next >
Encoding:
Internet Message Format  |  2003-12-28  |  1.3 KB

  1. To: vim-dev@vim.org
  2. Subject: Patch 6.2.162
  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.2.162
  11. Problem:    ":redraw" doesn't always display the text that includes the cursor
  12.         position, e.g. after ":call cursor(1, 0)". (Eugene Minkovskii)
  13. Solution:   Call update_topline() before redrawing.
  14. Files:        src/ex_docmd.c
  15.  
  16.  
  17. *** ../vim-6.2.161/src/ex_docmd.c    Wed Oct 29 14:37:09 2003
  18. --- src/ex_docmd.c    Tue Dec 16 13:51:40 2003
  19. ***************
  20. *** 7116,7121 ****
  21. --- 7116,7122 ----
  22.   
  23.       RedrawingDisabled = 0;
  24.       p_lz = FALSE;
  25. +     update_topline();
  26.       update_screen(eap->forceit ? CLEAR :
  27.   #ifdef FEAT_VISUAL
  28.           VIsual_active ? INVERTED :
  29. *** ../vim-6.2.161/src/version.c    Mon Dec 29 20:36:56 2003
  30. --- src/version.c    Mon Dec 29 20:38:47 2003
  31. ***************
  32. *** 639,640 ****
  33. --- 639,642 ----
  34.   {   /* Add new patch number below this line */
  35. + /**/
  36. +     162,
  37.   /**/
  38.  
  39. -- 
  40. From "know your smileys":
  41.  :-E    Has major dental problems
  42.  
  43.  /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net   \\\
  44. ///          Creator of Vim - Vi IMproved -- http://www.Vim.org          \\\
  45. \\\              Project leader for A-A-P -- http://www.A-A-P.org        ///
  46.  \\\  Help AIDS victims, buy here: http://ICCF-Holland.org/click1.html  ///
  47.