aboutsummaryrefslogtreecommitdiffstats
path: root/bundle/diff-corrections/plugin/diff_corrections.vim
blob: c3dd8bcf1b4112e3759dbe756a4fe9bb1bcd1c2d (plain)
1
2
3
4
5
6
7
8
augroup diff_corrections
	autocmd!

	autocmd BufEnter * if &diff
		\| highlight Comment ctermfg=7
		\| set nocursorline
	\| endif
augroup END