commit | ba3ff539303c7bb6e46a6802dce3c7b2e55284e0 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Nov 04 14:45:49 2018 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Nov 04 14:45:49 2018 +0100 |
tree | aa03c46ea8b651302a19f537f92c3624c4ac5990 | |
parent | dcd71cbaedf75dd8e5c5a45c5c2e3ec7ee552dce [diff] [blame] |
Update runtime files
diff --git a/runtime/indent/html.vim b/runtime/indent/html.vim index 6c86659..bece661 100644 --- a/runtime/indent/html.vim +++ b/runtime/indent/html.vim
@@ -625,7 +625,7 @@ return eval(b:hi_css1indent) endif - " If the current line starts with "}" align with it's match. + " If the current line starts with "}" align with its match. if curtext =~ '^\s*}' call cursor(v:lnum, 1) try