branch: elpa/evil-matchit commit fb5807c0965f3689b9e37f5e5b0fce022938bb43 Merge: dbaae2b753 4435f3ada5 Author: Chen Bin <chenbin...@gmail.com> Commit: GitHub <nore...@github.com>
Merge pull request #82 from et2010/patch-1 evil-matchit-org: add :results: :end: drawer --- evil-matchit-org.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/evil-matchit-org.el b/evil-matchit-org.el index 5030a32a99..bd7d749e2e 100644 --- a/evil-matchit-org.el +++ b/evil-matchit-org.el @@ -33,6 +33,7 @@ (defvar evilmi-org-extract-keyword-howtos '(("^[ \t]*#\\+\\([a-zA-Z_]+\\).*$" 1) + ("^[ \t]*\\:\\([a-zA-Z_]+\\)\\:$" 1) ) "The list of HOWTO on extracting keyword from current line. Each howto is actually a pair. The first element of pair is the regular @@ -46,6 +47,7 @@ between '\\(' and '\\)' in regular expression. '((("begin_src") () ( "end_src") "MONOGAMY") (("begin_example") () ( "end_example") "MONOGAMY") (("begin_html") () ( "end_html") "MONOGAMY") + (("results") () ( "end") "MONOGAMY") )) (defun evilmi--element-property (property element)