aboutsummaryrefslogtreecommitdiff
path: root/runtime/indent/html.vim
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2019-07-29 01:58:17 +0200
committerJustin M. Keyes <justinkz@gmail.com>2019-07-29 20:50:07 +0200
commit80dda6892612de8405744b549aa2c2578a82a1b5 (patch)
tree79e13d529763466e3191f95eb302430b050e38ab /runtime/indent/html.vim
parentf64486b6b6b70a05b357229f86b35ab25d92636e (diff)
downloadrneovim-80dda6892612de8405744b549aa2c2578a82a1b5.tar.gz
rneovim-80dda6892612de8405744b549aa2c2578a82a1b5.tar.bz2
rneovim-80dda6892612de8405744b549aa2c2578a82a1b5.zip
vim-patch:ba3ff539303c
Update runtime files https://github.com/vim/vim/commit/ba3ff539303c7bb6e46a6802dce3c7b2e55284e0
Diffstat (limited to 'runtime/indent/html.vim')
-rw-r--r--runtime/indent/html.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/indent/html.vim b/runtime/indent/html.vim
index 6c866594c5..bece6614b8 100644
--- a/runtime/indent/html.vim
+++ b/runtime/indent/html.vim
@@ -625,7 +625,7 @@ func! s:CSSIndent()
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