📝 break comment into several lines

This commit is contained in:
Daniel Thoren 2022-04-23 14:52:09 +02:00 committed by GitHub
parent 3fe50280f0
commit e27137455f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -160,7 +160,9 @@ set noshowcmd
" Recompile dwmblocks on config edit. " 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 } 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 if &diff
highlight! link DiffText MatchParen highlight! link DiffText MatchParen
endif endif