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.1 / 7.1.117 < prev    next >
Encoding:
Internet Message Format  |  2007-11-19  |  1.4 KB

  1. To: vim-dev@vim.org
  2. Subject: patch 7.1.117
  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 7.1.117
  11. Problem:    Can't check wether Vim was compiled with Gnome. (Tony Mechelynck)
  12. Solution:   Add gui_gnome to the has() list.
  13. Files:        src/eval.c
  14.  
  15.  
  16. *** ../vim-7.1.116/src/eval.c    Mon Sep 17 22:19:43 2007
  17. --- src/eval.c    Sun Sep 16 19:24:49 2007
  18. ***************
  19. *** 10879,10884 ****
  20. --- 10883,10891 ----
  21.       "gui_gtk2",
  22.   # endif
  23.   #endif
  24. + #ifdef FEAT_GUI_GNOME
  25. +     "gui_gnome",
  26. + #endif
  27.   #ifdef FEAT_GUI_MAC
  28.       "gui_mac",
  29.   #endif
  30. *** ../vim-7.1.116/src/version.c    Mon Sep 17 22:38:49 2007
  31. --- src/version.c    Tue Sep 25 12:48:59 2007
  32. ***************
  33. *** 668,669 ****
  34. --- 668,671 ----
  35.   {   /* Add new patch number below this line */
  36. + /**/
  37. +     117,
  38.   /**/
  39.  
  40. -- 
  41. ARTHUR:  No, hang on!  Just answer the five questions ...
  42. GALAHAD: Three questions ...
  43. ARTHUR:  Three questions ...  And we shall watch ... and pray.
  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. \\\        download, build and distribute -- http://www.A-A-P.org        ///
  49.  \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///
  50.