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.2 / 7.2.405 < prev    next >
Encoding:
Internet Message Format  |  2010-03-22  |  1.6 KB

  1. To: vim-dev@vim.org
  2. Subject: Patch 7.2.405
  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.2.405
  11. Problem:    When built with small features the matching text is not
  12.         highlighted for ":s/pat/repl/c".
  13. Solution:   Remove the #ifdef for IncSearch. (James Vega)
  14. Files:        src/syntax.c
  15.  
  16.  
  17. *** ../vim-7.2.404/src/syntax.c    2010-03-10 13:43:22.000000000 +0100
  18. --- src/syntax.c    2010-03-23 14:36:10.000000000 +0100
  19. ***************
  20. *** 6205,6214 ****
  21.       {
  22.       CENT("ErrorMsg term=standout ctermbg=DarkRed ctermfg=White",
  23.            "ErrorMsg term=standout ctermbg=DarkRed ctermfg=White guibg=Red guifg=White"),
  24. - #ifdef FEAT_SEARCH_EXTRA
  25.       CENT("IncSearch term=reverse cterm=reverse",
  26.            "IncSearch term=reverse cterm=reverse gui=reverse"),
  27. - #endif
  28.       CENT("ModeMsg term=bold cterm=bold",
  29.            "ModeMsg term=bold cterm=bold gui=bold"),
  30.       CENT("NonText term=bold ctermfg=Blue",
  31. --- 6205,6212 ----
  32. *** ../vim-7.2.404/src/version.c    2010-03-23 13:56:53.000000000 +0100
  33. --- src/version.c    2010-03-23 14:37:08.000000000 +0100
  34. ***************
  35. *** 683,684 ****
  36. --- 683,686 ----
  37.   {   /* Add new patch number below this line */
  38. + /**/
  39. +     405,
  40.   /**/
  41.  
  42. -- 
  43. Dreams are free, but there's a small charge for alterations.
  44.  
  45.  /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net   \\\
  46. ///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
  47. \\\        download, build and distribute -- http://www.A-A-P.org        ///
  48.  \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///
  49.