diff --git a/init.vim b/init.vim index 6a709aa..96b19b4 100644 --- a/init.vim +++ b/init.vim @@ -160,7 +160,9 @@ set noshowcmd " Recompile dwmblocks on config edit. autocmd BufWritePost ~/.local/src/dwmblocks/config.h !cd ~/.local/src/dwmblocks/; sudo make install && { killall -q dwmblocks;setsid -f dwmblocks } -" Turns off highlighting on the bits of code that are changed, so the line that is changed is highlighted but the actual text that has changed stands out on the line and is readable. +" Turns off highlighting on the bits of code that are changed +" so the line that is changed is highlighted but the actual text +" that has changed stands out on the line and is readable. if &diff highlight! link DiffText MatchParen endif