Download:
child 236:002ca6c07e8c
parent 234:4c1de28d93d9
235:7610a4d2c05a
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 удалений(-) [+]
.vimrc file | annotate | diff | comparison | revisions
--- a/.vimrc Sat Nov 26 00:54:45 2022 +0400
+++ b/.vimrc Sat Nov 26 00:58:10 2022 +0400
@@ -27,6 +27,8 @@
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
+
set tabstop=8
set softtabstop=4
set shiftwidth=4