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.188 < prev    next >
Encoding:
Internet Message Format  |  2002-02-04  |  1.7 KB

  1. To: vim-dev@vim.org
  2. Subject: Patch 6.0.188
  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.188
  11. Problem:    After patch 6.0.161 signs defined in the vimrc file don't work.
  12. Solution:   Initialize the sign icons after initializing the GUI. (Vince
  13.         Negri)
  14. Files:        src/gui.c, src/gui_x11.c
  15.  
  16.  
  17. *** ../vim60.187/src/gui.c    Wed Jan 16 11:42:43 2002
  18. --- src/gui.c    Mon Feb  4 11:53:47 2002
  19. ***************
  20. *** 450,455 ****
  21. --- 450,458 ----
  22.       if (usingSunWorkShop)
  23.       workshop_init();
  24.   #endif
  25. + #ifdef FEAT_SIGN_ICONS
  26. +     sign_gui_started();
  27. + #endif
  28.   
  29.       /* Configure the desired menu and scrollbars */
  30.       gui_init_which_components(NULL);
  31. *** ../vim60.187/src/gui_x11.c    Sun Feb  3 12:33:39 2002
  32. --- src/gui_x11.c    Mon Feb  4 11:53:32 2002
  33. ***************
  34. *** 1422,1430 ****
  35.       if (usingSunWorkShop)
  36.       workshop_connect(app_context);
  37.   #endif
  38. - #ifdef FEAT_SIGN_ICONS
  39. -     sign_gui_started();
  40. - #endif
  41.   
  42.   # ifdef FEAT_BEVAL
  43.       gui_init_tooltip_font();
  44. --- 1422,1427 ----
  45. *** ../vim60.187/src/version.c    Tue Feb  5 21:56:42 2002
  46. --- src/version.c    Tue Feb  5 21:58:02 2002
  47. ***************
  48. *** 608,609 ****
  49. --- 608,611 ----
  50.   {   /* Add new patch number below this line */
  51. + /**/
  52. +     188,
  53.   /**/
  54.  
  55. -- 
  56. hundred-and-one symptoms of being an internet addict:
  57. 235. You start naming your kids Fortran, COBOL, Algol, and Pascal.
  58.  
  59.  ///  Bram Moolenaar -- Bram@moolenaar.net -- http://www.moolenaar.net  \\\
  60. (((   Creator of Vim -- http://vim.sf.net -- ftp://ftp.vim.org/pub/vim   )))
  61.  \\\  Help me helping AIDS orphans in Uganda - http://iccf-holland.org  ///
  62.