commit | fc65cabb15d0236bce001ad78e12a40511caf941 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Aug 28 22:58:02 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Aug 28 22:58:02 2018 +0200 |
tree | 071cd16ce17e02121ac1c7db7c7518cc70f10a79 | |
parent | 627cb6a6b37d17433fe2d7df1f287eefb5b370e3 [diff] [blame] |
Update runtime files.
diff --git a/runtime/indent/rnoweb.vim b/runtime/indent/rnoweb.vim index 8c11e85..7396686 100644 --- a/runtime/indent/rnoweb.vim +++ b/runtime/indent/rnoweb.vim
@@ -21,7 +21,7 @@ let s:TeXIndent = function(substitute(&indentexpr, "()", "", "")) endif -unlet b:did_indent +unlet! b:did_indent runtime indent/r.vim let s:RIndent = function(substitute(&indentexpr, "()", "", "")) let b:did_indent = 1