91a2e5f
Add TableFormat command. by
2014-06-10 17:44:53 +0200
664ccc0
Toc: Pass errors if no atx headers are processed. by
2014-07-07 22:20:22 -0400
5569885
Merge pull request #95 from cassava/patch-1 by
2014-06-20 20:45:09 +0900
3d76a59
Merge pull request #88 from cirosantilli/change-header-level by
2014-06-19 10:58:18 +0200
2d54234
Add HeaderDecrease, HeaderIncrease and SetexToAtx. by
2014-06-05 19:13:26 +0200
071f062
Changing Vundle "Bundle" references to "Plugin" by
2014-06-18 16:18:28 +0200
7b21332
Merge pull request #94 from bruno-/buffer_local_mappings by
2014-06-18 22:21:06 +0900
69e1ddf
Make the default mappings buffer local by
2014-06-18 12:35:38 +0200
17be3cd
Merge pull request #92 from y0t4/fix_if_folding_disabled_is_0 by
2014-06-17 14:12:42 +0200
b145d94
Use get() instead of exists() in ftplugin/mkd.vim by
2014-06-17 20:35:15 +0900
2213b7b
Fix folding bug if folding disabled option is 0 by
2014-06-17 04:06:42 +0900
0723722
Merge pull request #83 from cirosantilli/no-space-before-header by
2014-06-16 10:40:07 +0200
07a3c10
Add Setex examples to the multiple headers test. by
2014-06-02 17:47:21 +0200
2b23ddc
Merge patched pull request #80 from fmoralesc:patch-1 by
2014-06-03 17:19:52 +0200
2a58c2f
Correct minor points in last pull request. by
2014-06-03 17:07:09 +0200
2c06d3d
Add support for setext headers to the TOC commands. by
2014-06-02 15:00:27 -0400
106db76
Don't allow spaces before headers in nav mappings. by
2014-06-02 09:40:50 +0200
1c2cccb
Merge pull request #75 from cirosantilli/style by
2014-05-06 09:41:43 +0200
b2c8143
Fix errors of function name with Patch 7.4.260 by
2014-05-02 10:39:33 +0900
378a083
Merge pull request #76 from cirosantilli/master by
2014-04-23 14:47:46 +0200
1bf6933
Typos in CONTRIBUTING. by
2014-04-23 14:45:32 +0200
bf2299e
Add preferred style guide to CONTRIBUTING. by
2014-04-23 14:32:26 +0200
71f1717
Merge pull request #70 from beyondwdq/master by
2014-04-23 14:22:45 +0200
5cd2223
Better support for bullet insertion and auto indentation in list items. 1. Added setlocal formatoptions-=c to disable automatically inserting bullets when auto-wrapping with textwidth. 2. Added indent/mkd.vim to support auto indent in list. by
2014-03-26 10:36:00 +0800
a478027
Rename g:markdown_no_default_key_mappings by
2014-04-08 08:49:34 +0900
290d61b
Merge pull request #69 from cirosantilli/use-markdown-testsuite by
2014-04-07 07:57:25 +0200
893e8d8
Merge branch 'mapping' by
2014-04-03 13:30:06 +0900
81a417f
Merge pull request #71 from cirosantilli/toc by
2014-04-02 10:21:25 -0400
52ae39c
Update documents: mapping option & <Plug> mappings by
2014-04-01 22:14:08 +0900
8c609c8
Add <Plug> mappings & option for default mappings by
2014-03-31 15:19:57 +0900
32343f0
Add Toc commands. by
2014-03-29 21:59:19 +0100
1bd9d54
Use karlcow/markdown-testsuite for the tests. by
2014-03-24 15:22:09 +0100
c100762
Merge pull request #68 from KyleChamberlin/readme by
2014-03-24 09:08:13 +0900
0e46737
Fixed typo in README.md by
2014-03-22 15:29:42 -0400
b106425
Merge pull request #67 from xiaket/master by
2014-02-28 12:16:53 -0500
3b7499f
added testcase for indented and fenced code block. by
2014-02-21 08:51:09 +0800
03c4be2
Indented fenced code blocks can now be correctly recognized. by
2014-02-19 14:18:29 +0800
8b892fd
Merge pull request #55 from rhdunn/master by
2014-02-06 15:36:44 -0500
0f5326f
README.md: add an installation guide when using vim-addon-manager by
2014-02-06 20:14:29 +0000
8774514
Add a makefile and vim-addon-manager registry file. by
2013-12-18 08:34:38 +0000
e7f9c86
Merge pull request #62 from cirosantilli/readme-add-credits-section by
2014-02-06 10:16:06 +0100
2a17ce1
Merge pull request #61 from cirosantilli/readme-add-vundle-install by
2014-02-06 00:16:54 -0500
bb8aeb1
Merge pull request #60 from cirosantilli/contributing-guidelines by
2014-02-06 00:43:47 +0100
886ba1b
Add contributing guidelines and started tests. by
2014-01-19 11:36:55 +0100
c4b0deb
Merge pull request #65 from 97-109-107/master by
2014-02-05 23:58:11 +0100
34de7d9
removed an extra space by
2014-02-05 12:20:53 +0100
2e99929
issue #50 - No spell checking in paragraph text by
2014-02-05 12:03:18 +0100
ad8729c
Merge pull request #63 from monokrome/patch-1 by
2014-01-29 08:40:55 -0800
d038d90
Fix unletting non-existant b:current_syntax. by
2014-01-23 17:27:48 -0800
ff4fc39
added vundle install to readme, updated pathogen url to github by
2014-01-19 11:56:55 +0100
f4d217c
created a credits section, removed link to the old homepage since it is too outdated by
2014-01-19 12:05:02 +0100
7305d51
Merge pull request #54 from shvechikov/master by
2013-12-13 22:43:32 -0800
83815ac
mkdCode start (syntax name) could contain hyphen by
2013-12-14 08:37:22 +0700
fd4f9e8
Merge pull request #52 from cirosantilli/mappings by
2013-12-11 00:08:36 -0800
271939e
Header navigation mappings work for Setext headers. by
2013-11-09 14:18:18 +0100
d57a363
Merge branch 'master' of git://github.com/plasticboy/vim-markdown into mappings by
2013-11-09 11:35:34 +0100
68b949e
next, previous and current work for setext headers by
2013-11-09 11:35:05 +0100
bb1bd0a
Merge branch 'list_items' of https://github.com/shirosaki/vim-markdown into shirosaki-list_items by
2013-10-01 09:30:17 -0400
72dfb0c
Merge add option to set initial foldlevel by
2013-09-26 14:10:11 -0400
b91f103
Merge branch 'mappings' of https://github.com/cirosantilli/vim-markdown into cirosantilli-mappings by
2013-09-25 09:49:20 -0400
ce737b0
Merge pull request #36 from colinsullivan/master by
2013-09-19 07:37:53 -0700
276518b
Work with bullet lists (-, +, etc) by
2013-09-06 09:04:29 +0900
132a26e
Fix highlight of multiple paragraphs in list items by
2013-06-03 10:24:33 +0900
b3d1544
Changed to `set`s to `setlocal`s to only affect markdown files by
2013-05-20 11:28:21 -0700
c98d8ee
Now handles various markdown bullet types properly. by
2013-05-17 23:22:15 -0700
a28f549
Add option to set initial foldlevel by
2013-05-02 13:36:31 -0400
766fabd
updated readme 2 by
2013-04-25 16:35:36 +0200
dd0a0e5
updated readme by
2013-04-25 16:34:20 +0200
5bb406c
working on visual mode, slight behavior change to make jumps more logical by
2013-04-25 16:24:53 +0200
5c38e86
added mappings list to readme by
2013-04-24 17:46:07 +0200
291fa48
added header navigation mappings by
2013-04-24 17:40:04 +0200
c18086c
Automatically insert bullets on return. by
2013-04-22 16:06:51 -0700
12ec4c1
Merge pull request #34 from jhoepken/master by
2013-03-20 08:35:20 -0700
2c060f0
Merge pull request #32 from mutewinter/folding_option by
2013-03-20 08:35:05 -0700
26cfc8e
Resolve merge conflict by
2013-03-19 13:58:38 +0100
a87c86a
Add footnote support by
2013-03-19 13:48:51 +0100
8f804c1
Added option to disable folding by
2012-12-15 10:57:28 -0500
3309ad4
Merge branch 'master' of github.com:plasticboy/vim-markdown by
2012-11-20 10:39:33 -0500
d607e13
Add some installation instructions and a license. by
2012-11-20 10:30:21 -0500
c6b90a1
Add some installation instructions and a license. by
2012-11-20 10:30:21 -0500
d96254e
Closes #21. by
2012-11-16 15:33:49 -0500
5d7eeb1
Add support for openssl.vim filetypes. Closes #16. by
2012-11-16 15:26:45 -0500
e80fc30
Fix issue #15. Reference-style links no longer bleed over onto other lines. by
2012-11-16 15:22:38 -0500
157b835
Another take on strong and emphasis that tries to implement Github flavored markdown ignoring of multiple underscores in a word. by
2012-11-16 14:43:37 -0500
4e3ac23
Fix underscores for horizontal rules. by
2012-11-16 13:53:13 -0500
e3bbd8b
Switch to strong and em implementation based on Tim Pope's. by
2012-11-16 13:50:15 -0500
51643fc
Reorder groups so horizontal rules work and don't get preempted by list items. by
2012-11-16 13:20:50 -0500
dbd42e7
Support a double-backspace in a backtic code span. by
2012-11-16 11:55:23 -0500
9a61cb7
Make links work at the beginning of a line. by
2012-11-16 11:18:50 -0500
cd4ca88
Get rid of that "fold any preamble" thing since it folds the whole file by default. by
2012-11-15 16:02:26 -0500
20704d8
Switch to expression-based folding. by
2012-11-15 15:48:44 -0500
3299dc8
Merge remote-tracking branch 'remotes/FarMcKon/master' by
2012-11-15 15:33:50 -0500
aa45ea2
Merge branch 'master' of https://github.com/mattnworb/vim-markdown by
2012-11-15 15:18:26 -0500
767bfa0
Merge footnote highlight from eunchan. by
2012-11-15 14:42:13 -0500
a5ce374
added a 2 line README.md by
2012-11-12 11:36:55 -0500
6fe5c1b
changed _ syntax, to avoid mid-word underlines starting highlights. Fail case pre-commit would be the string ' - user_account: The default user account' having a highlight start at the _, and never end. Updated match only catches 1 or more whitespaces before underscore, instead of zero or more whitespaces before an underscore by
2012-11-12 11:35:00 -0500
0a9a448
allow whitespace between three backticks and language name by
2012-08-28 17:04:43 -0400
70ca17d
Merge pull request #22 from martinolsen/patch-1 by
2012-03-27 07:57:14 -0700
c560ce7
Merge pull request #28 from beala/patch-1 by
2012-03-27 07:54:06 -0700
a6bb045
Added a rule that covers "Github Flavored Markdown" (GFM) code blocks by
2012-03-14 17:02:20 -0600