vim-patch:6c391a74fe90 (#15654)

Update runtime files
6c391a74fe

omit autoload/getscript.vim

skip doc/eval.txt (needs 8.2.2468)
skip doc/various.txt (needs 8.2.3400)

(typofixes courtesy of @dundargoc)
This commit is contained in:
Christian Clason
2021-09-13 16:33:41 +02:00
committed by GitHub
parent 1a9d2a4040
commit 5fd21b8d3e
71 changed files with 209 additions and 135 deletions

View File

@@ -64,7 +64,7 @@ function SystemVerilogIndent()
let vverb = 0
endif
" Indent accoding to last line
" Indent according to last line
" End of multiple-line comment
if last_line =~ '\*/\s*$' && last_line !~ '/\*.\{-}\*/'
let ind = ind - offset_comment1
@@ -220,7 +220,7 @@ function SystemVerilogIndent()
endif
" Return the indention
" Return the indentation
return ind
endfunction