Due to this regex: https://github.com/ciaranm/securemodelines/blob/master/plugin/securemodelines.vim#L62 My `foldmarker` (which is great for HTML) is not being set, and no warning is being printed. ``` <!-- vim:set foldmethod=marker foldmarker=<section,</section --> ``` There are two issues: 1. There should have been a warning in that case. It would have saved me a lot of debugging time. 2. That setting should work. Maybe we should have some special-case for options that allow a freeform string (such as `foldmarker`, and maybe the issue 9).
Due to this regex:
https://github.com/ciaranm/securemodelines/blob/master/plugin/securemodelines.vim#L62
My
foldmarker(which is great for HTML) is not being set, and no warning is being printed.There are two issues:
foldmarker, and maybe the issue 9).