summary refs log tree commit diff
path: root/bundle/vim-markdown
diff options
context:
space:
mode:
authorJune McEnroe <programble@gmail.com>2012-07-02 20:21:29 -0400
committerJune McEnroe <programble@gmail.com>2012-07-02 20:21:29 -0400
commit46aac3adba742e737da5fafe8ac4c22489499bd9 (patch)
treeba26bc8fb509bb6568be5c77c3a9f24e22506ac6 /bundle/vim-markdown
parentRemove vim-smartinput (diff)
downloadsrc-46aac3adba742e737da5fafe8ac4c22489499bd9.tar.gz
src-46aac3adba742e737da5fafe8ac4c22489499bd9.zip
Update all the things
Diffstat (limited to '')
m---------bundle/vim-markdown0
1 files changed, 0 insertions, 0 deletions
diff --git a/bundle/vim-markdown b/bundle/vim-markdown
-Subproject 3a99157473cb6508d1bc6f5980f928f27f52d65
+Subproject 9a21f7a6bc7d5b5cd7a2e78b7893798a67526be
June McEnroe Otherwise a :: rule includes one of the ':'s in the tag name. 2021-01-19Prefer tag matches not preceded by [[:alnum:]]June McEnroe Otherwise the "id" in "void" matches for "void id". 2021-01-19Escape \ and / in mtags search patternsJune McEnroe 2021-01-20Use mtags in source-filterJune McEnroe 2021-01-19Add mtags to generate tags for make and mdocJune McEnroe 2021-01-19Map tags to IDs using only [[:alnum:]-._]June McEnroe 2021-01-19Don't use a pager if reading standard inputJune McEnroe 2021-01-19Support BSD make syntax and match *.amJune McEnroe These don't really go together, but... 2021-01-19Match tab following escaped newline in make assignmentsJune McEnroe Otherwise it ends up going into Shell state. 2021-01-18Allow matching lexers using first input lineJune McEnroe