vim-patch:4c92e75dd4dd

Update runtime files.
4c92e75dd4

vim-patch:c854898881c0
Revert change accidentally included in runtime file updates.  Closes vim/vim#3998.
c854898881
This commit is contained in:
Justin M. Keyes
2019-08-01 16:45:37 +02:00
parent 87140f234a
commit 47b4eb110d
16 changed files with 400 additions and 33 deletions

View File

@@ -30,7 +30,7 @@ setlocal formatoptions+=tcroql
"
" More sophisticated indentation rules should be revisted in the future.
if !exists("g:rst_style") || g:rst_style != 0
if exists("g:rst_style") && g:rst_style != 0
setlocal expandtab shiftwidth=3 softtabstop=3 tabstop=8
endif