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.3 / 7.3.475 < prev    next >
Encoding:
Internet Message Format  |  2012-11-20  |  3.6 KB

  1. To: vim_dev@googlegroups.com
  2. Subject: Patch 7.3.475
  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.3.475
  11. Problem:    In a terminal with few colors the omnicomplete menu may be hard to
  12.         see when using the default colors.
  13. Solution:   Use more explicit colors. (suggested by Alex Henrie)
  14. Files:        src/syntax.c
  15.  
  16.  
  17. *** ../vim-7.3.474/src/syntax.c    2012-01-10 22:26:12.000000000 +0100
  18. --- src/syntax.c    2012-03-16 20:14:22.000000000 +0100
  19. ***************
  20. *** 6516,6523 ****
  21.            "DiffText term=reverse cterm=bold ctermbg=Red gui=bold guibg=Red"),
  22.   #endif
  23.   #ifdef FEAT_INS_EXPAND
  24. -     CENT("PmenuThumb cterm=reverse",
  25. -          "PmenuThumb cterm=reverse gui=reverse"),
  26.       CENT("PmenuSbar ctermbg=Grey",
  27.            "PmenuSbar ctermbg=Grey guibg=Grey"),
  28.   #endif
  29. --- 6516,6521 ----
  30. ***************
  31. *** 6557,6566 ****
  32.            "SpellLocal term=underline ctermbg=Cyan guisp=DarkCyan gui=undercurl"),
  33.   #endif
  34.   #ifdef FEAT_INS_EXPAND
  35. !     CENT("Pmenu ctermbg=LightMagenta",
  36. !          "Pmenu ctermbg=LightMagenta guibg=LightMagenta"),
  37. !     CENT("PmenuSel ctermbg=LightGrey",
  38. !          "PmenuSel ctermbg=LightGrey guibg=Grey"),
  39.   #endif
  40.       CENT("SpecialKey term=bold ctermfg=DarkBlue",
  41.            "SpecialKey term=bold ctermfg=DarkBlue guifg=Blue"),
  42. --- 6555,6566 ----
  43.            "SpellLocal term=underline ctermbg=Cyan guisp=DarkCyan gui=undercurl"),
  44.   #endif
  45.   #ifdef FEAT_INS_EXPAND
  46. !     CENT("PmenuThumb ctermbg=Black",
  47. !          "PmenuThumb ctermbg=Black guibg=Black"),
  48. !     CENT("Pmenu ctermbg=LightMagenta ctermfg=Black",
  49. !          "Pmenu ctermbg=LightMagenta ctermfg=Black guibg=LightMagenta"),
  50. !     CENT("PmenuSel ctermbg=LightGrey ctermfg=Black",
  51. !          "PmenuSel ctermbg=LightGrey ctermfg=Black guibg=Grey"),
  52.   #endif
  53.       CENT("SpecialKey term=bold ctermfg=DarkBlue",
  54.            "SpecialKey term=bold ctermfg=DarkBlue guifg=Blue"),
  55. ***************
  56. *** 6645,6654 ****
  57.            "SpellLocal term=underline ctermbg=Cyan guisp=Cyan gui=undercurl"),
  58.   #endif
  59.   #ifdef FEAT_INS_EXPAND
  60. !     CENT("Pmenu ctermbg=Magenta",
  61. !          "Pmenu ctermbg=Magenta guibg=Magenta"),
  62. !     CENT("PmenuSel ctermbg=DarkGrey",
  63. !          "PmenuSel ctermbg=DarkGrey guibg=DarkGrey"),
  64.   #endif
  65.       CENT("Title term=bold ctermfg=LightMagenta",
  66.            "Title term=bold ctermfg=LightMagenta gui=bold guifg=Magenta"),
  67. --- 6645,6656 ----
  68.            "SpellLocal term=underline ctermbg=Cyan guisp=Cyan gui=undercurl"),
  69.   #endif
  70.   #ifdef FEAT_INS_EXPAND
  71. !     CENT("PmenuThumb ctermbg=White",
  72. !          "PmenuThumb ctermbg=White guibg=White"),
  73. !     CENT("Pmenu ctermbg=Magenta ctermfg=Black",
  74. !          "Pmenu ctermbg=Magenta ctermfg=Black guibg=Magenta"),
  75. !     CENT("PmenuSel ctermbg=DarkGrey ctermfg=Black",
  76. !          "PmenuSel ctermbg=DarkGrey ctermfg=Black guibg=DarkGrey"),
  77.   #endif
  78.       CENT("Title term=bold ctermfg=LightMagenta",
  79.            "Title term=bold ctermfg=LightMagenta gui=bold guifg=Magenta"),
  80. *** ../vim-7.3.474/src/version.c    2012-03-16 19:34:43.000000000 +0100
  81. --- src/version.c    2012-03-16 20:05:35.000000000 +0100
  82. ***************
  83. *** 716,717 ****
  84. --- 716,719 ----
  85.   {   /* Add new patch number below this line */
  86. + /**/
  87. +     475,
  88.   /**/
  89.  
  90. -- 
  91. Spam seems to be something useful to novices.  Later you realize that
  92. it's a bunch of indigestable junk that only clogs your system.
  93. Applies to both the food and the e-mail!
  94.  
  95.  /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net   \\\
  96. ///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
  97. \\\  an exciting new programming language -- http://www.Zimbu.org        ///
  98.  \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///
  99.