1. 03 Feb, 2021 1 commit
  2. 04 Jan, 2021 3 commits
  3. 18 Dec, 2020 2 commits
  4. 11 Dec, 2020 12 commits
  5. 06 Dec, 2020 1 commit
  6. 05 Dec, 2020 2 commits
  7. 09 May, 2011 1 commit
  8. 05 May, 2011 5 commits
    • Drew Neil's avatar
      [vim] add highlighting for gitcommit values (useful in fugitive) · 7a7e5c88
      Drew Neil authored
      This is a modified version of a patch from @nelstrom. Any mistakes are
      my own (@altercation), the fine idea and original work is @nelstrom's.
      
      This establishes a good default set of highlight values when viewing
      the status window using @tpope's fugitive plugin.
      7a7e5c88
    • Ethan Schoonover's avatar
      [vim] reorganized gui menu, added help links for submenus · a8c94682
      Ethan Schoonover authored
      New gui menu structure; better organized, seperators, and new
      help links in submenus, particularly for visibiliy, contrast, and
      experimental submenus where the purpose of those settings might not
      always be intuitive.
      a8c94682
    • Ethan Schoonover's avatar
      [vim] fixed regression where bold was not active in gui · a7c77fa7
      Ethan Schoonover authored
      A test for t_Co < 16 also snagged the gui despite t_Co not
      being defined in gui mode. Changed to t_Co == 8 for now,
      which is the only known case requiring bold off. There may
      be other t_Co values under 16 in low color terminals but I
      haven't found them yet, so this should be sufficient.
      a7c77fa7
    • Ethan Schoonover's avatar
      [vim] new, experimental trailing space function and menu item · 8ee3566a
      Ethan Schoonover authored
      Visibility of listchars is handled by g:solarized_visibility
      but on the cursorline they can still be hard to spot if cursorline
      is on due to the cursorline background color.
      
      This new trailing spaces function, available in the menu or via
      emenu, should change the trailing space highlighting on only
      the cursorline. It doesn't work in call cases as, for example,
      the comments pattern in most syntaxes will override it.
      8ee3566a
    • Ethan Schoonover's avatar
      [vim] modified normal/high visibility highlighting for listchars · 1ebc43af
      Ethan Schoonover authored
      normal visibility is now both less obnoxiously red and more visible
      due to a background used on trailing whitespace.
      
      normal is now set as default due to more acceptable highlighting.
      1ebc43af
  9. 04 May, 2011 1 commit
  10. 03 May, 2011 2 commits
  11. 02 May, 2011 1 commit
  12. 01 May, 2011 2 commits
  13. 30 Apr, 2011 1 commit
  14. 29 Apr, 2011 2 commits
  15. 16 Apr, 2011 1 commit
  16. 15 Apr, 2011 2 commits
  17. 12 Apr, 2011 1 commit