Anton Shestakov <av6@dwimlabs.net>, Sat, 26 Nov 2022 00:58:10 +0400
.vimrc: make vimdiff much less likely to fold lines
It still could happen in very large files, in which case it could probably be
actually desirable.
1 файлов изменено, 2 вставок(+), 0 удалений(-)
[+]
--- a/.vimrc Sat Nov 26 00:54:45 2022 +0400
+++ b/.vimrc Sat Nov 26 00:58:10 2022 +0400
set formatoptions-=t " don't automatically wrap text when typing
set formatoptions+=j " remove comment leader when joining lines
+set diffopt+=context:50 " vimdiff likes folding a bit too much