tomtom / quickfixsigns_vim

Mark quickfix & location list items with signs
http://www.vim.org/scripts/script.php?script_id=2584
GNU General Public License v3.0
131 stars 13 forks source link

Make the highlight group for marks configurable #14

Closed teranex closed 12 years ago

teranex commented 12 years ago

Hi,

Being able to change signs for specific marks is nice, but if you want to change the highlighting for all the marks, having to configure each mark with the same highlight is not very productive. So I added an option 'g:quickfixsigns#marks#highlight' to specify a default highlight group for marks. If the option is not set, it will still use 'Identifier'. However now it is possible to simply change the color of all the marks by setting for example let g:quickfixsigns#marks#highlight = 'Type' in the .vimrc.

The second patch adds the --no-ext-diff option to git diff. When an external diff is configured in .gitconfig this brakes the vcsdiff (and makes saving slow).

tomtom commented 12 years ago

Thanks. I used a slightly code for the first patch.

teranex commented 12 years ago

After I updated to your master branch I received a few errors from vim because of undefined variables. I commited a patch for it in my repo: https://github.com/teranex/quickfixsigns_vim/commit/5095de432a6635e4073e1103e9b9776015e59689