From e27137455f79eb1bcb79e687c02f5361afd81e9d Mon Sep 17 00:00:00 2001 From: Daniel Thoren Date: Sat, 23 Apr 2022 14:52:09 +0200 Subject: [PATCH] :memo: break comment into several lines --- init.vim | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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