commit | 036986f1507d223549d110af300144468bd3a1f7 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Mar 16 17:41:02 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Mar 16 17:41:02 2017 +0100 |
tree | 4ceb878909e769f23d6deeae3bbb03d16e974f0d | |
parent | 8820b48654b62472821d9b155fe03ab7ac13a05c [diff] [blame] |
Update runtime files.
diff --git a/runtime/indent/xinetd.vim b/runtime/indent/xinetd.vim index 5a32a74..977ee3d 100644 --- a/runtime/indent/xinetd.vim +++ b/runtime/indent/xinetd.vim
@@ -47,8 +47,8 @@ return 0 endif - return indent(pnum) + s:count_braces(pnum, 1) * &sw - \ - s:count_braces(v:lnum, 0) * &sw + return indent(pnum) + s:count_braces(pnum, 1) * shiftwidth() + \ - s:count_braces(v:lnum, 0) * shiftwidth() endfunction let &cpo = s:keepcpo