-
Notifications
You must be signed in to change notification settings - Fork 30
Open
Description
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:
- There should have been a warning in that case. It would have saved me a lot of debugging time.
- 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).
Metadata
Metadata
Assignees
Labels
No labels