'foldmarker' 'fmr'    string (default: "{{{,}}}")
            local to window
            {not in Vi}
            {not available when compiled without the |+folding|
            feature}
    The start and end marker used when 'foldmethod' is "marker".  There
    must be one comma, which separates the start and end marker.  The
    marker is a literal string (a regular expression would be too slow).
    See |fold-marker|.


but if I use this:

:set foldmarker= {,}


I got E536: comma required: foldmarker=


why space not supported?


then how do I fold with {,} but exclude the {6} ?

    policy COMMIT_TRAP {
        events ui_commit;
        attributes-match {
            ui_commit.username matches "{6}";
        }
        then {
            raise-trap;
        }
    }


thanks!

--
--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

--- You received this message because you are subscribed to the Google Groups "vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to