vim-patch:cd5c8f825078

Update runtime files.

cd5c8f8250
This commit is contained in:
Justin M. Keyes
2017-11-07 01:09:09 +01:00
parent 8c6a92c6e2
commit ef7af078ef
10 changed files with 291 additions and 97 deletions

View File

@@ -82,7 +82,7 @@ function GetRHelpIndent()
let closeb = strlen(line2) - strlen(line3)
let bb = openb - closeb
let ind = indent(lnum) + (bb * &sw)
let ind = indent(lnum) + (bb * shiftwidth())
if line =~ '^\s*}\s*$'
let ind = indent(lnum)