Download:
child 194:bcdbd8cfe8b7
parent 192:47a9ca76a9ef
193:bb5a0042565f
Anton Shestakov <av6@dwimlabs.net>, Wed, 17 Jun 2020 14:17:08 +0800
.vimrc: one comment for one option that I can never remember what it does

1 файлов изменено, 1 вставок(+), 1 удалений(-) [+]
.vimrc file | annotate | diff | comparison | revisions
--- a/.vimrc Wed Jun 17 14:10:54 2020 +0800
+++ b/.vimrc Wed Jun 17 14:17:08 2020 +0800
@@ -31,7 +31,7 @@
set tabstop=8
set softtabstop=4
set shiftwidth=4
-set shiftround
+set shiftround " round indent to multiples of shiftwidth (for > and <)
set expandtab
set listchars=tab:>-,trail:·,nbsp:⍽