commit | be4e01637e71c8d5095c33b9861fd70b41476732 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Feb 02 13:59:48 2023 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Feb 02 13:59:48 2023 +0000 |
tree | d521021e32c070a7c7a913fc96a14b3de8c81afe | |
parent | 685bf83b73d0fe6fd36bb2949bebd6aae66a139e [diff] [blame] |
Update runtime files.
diff --git a/runtime/doc/ft_mp.txt b/runtime/doc/ft_mp.txt index 0c6646f..595bc02 100644 --- a/runtime/doc/ft_mp.txt +++ b/runtime/doc/ft_mp.txt
@@ -84,7 +84,7 @@ Define additional keywords that end indented blocks. For instance, if you define: > - g:mp_end_tag = ['\<endfoo\>'] + g:mp_close_tag = ['\<endfoo\>'] < any line starting with `endfoo` will be de-indented compared to its previous line.