commit | 3e496b0ea31996b665824f45664dee1fdd73c4d0 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Sep 25 22:11:48 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Sep 25 22:11:48 2016 +0200 |
tree | ba186d3f36fe10fa470832b8d5ef9ec225740378 | |
parent | 9af418427652562384744648d7d173a4bfebba95 [diff] [blame] |
Updated runtime files.
diff --git a/runtime/indent/html.vim b/runtime/indent/html.vim index 828bc31..13adaae 100644 --- a/runtime/indent/html.vim +++ b/runtime/indent/html.vim
@@ -749,7 +749,7 @@ while 1 let ccol = match(getline(lnum), '\*/') if ccol < 0 - " No comment end thus its something else. + " No comment end thus it's something else. return lnum endif call cursor(lnum, ccol + 1)