Ciro Santilli
91a2e5f695
Add TableFormat command.
10 years ago
Felipe Morales
664ccc032c
Toc: Pass errors if no atx headers are processed.
Fixes issue #102
10 years ago
Hiroshi Shirosaki
55698854ab
Merge pull request #95 from cassava/patch-1
Changing Vundle "Bundle" references to "Plugin"
10 years ago
Ciro Santilli
3d76a59bd0
Merge pull request #88 from cirosantilli/change-header-level
Add commands to increase and decrease header levels.
10 years ago
Ciro Santilli
2d54234bef
Add HeaderDecrease, HeaderIncrease and SetexToAtx.
10 years ago
Ben Morgan
071f06220f
Changing Vundle "Bundle" references to "Plugin"
Vundle is changing their interface from `Bundle*` to `Plugin*`.
See https://github.com/gmarik/Vundle.vim/blob/v0.10.2/doc/vundle.txt#L372-L396 for more information on this.
10 years ago
Hiroshi Shirosaki
7b213323a8
Merge pull request #94 from bruno-/buffer_local_mappings
Make the default mappings 'buffer local'
10 years ago
Bruno Sutic
69e1ddf05b
Make the default mappings buffer local
If mappings aren't defined as 'buffer local', they are defined in other
files too and this causes conflicts with mappings there.
10 years ago
Ciro Santilli
17be3cdaea
Merge pull request #92 from y0t4/fix_if_folding_disabled_is_0
Fix folding bug if folding disabled option is 0
10 years ago
Yosuke OTA
b145d94e95
Use get() instead of exists() in ftplugin/mkd.vim
10 years ago
Yosuke OTA
2213b7b0fc
Fix folding bug if folding disabled option is 0
10 years ago
Ciro Santilli
07237228f6
Merge pull request #83 from cirosantilli/no-space-before-header
Don't allow spaces before headers in nav mappings.
Breaks too often when you have code blocks with comments that start with #.
10 years ago
Ciro Santilli
07a3c102b8
Add Setex examples to the multiple headers test.
10 years ago
Ciro Santilli
2b23ddcf18
Merge patched pull request #80 from fmoralesc:patch-1
10 years ago
Ciro Santilli
2a58c2fa2c
Correct minor points in last pull request.
10 years ago
Felipe Morales
2c06d3d58c
Add support for setext headers to the TOC commands.
10 years ago
Ciro Santilli
106db76545
Don't allow spaces before headers in nav mappings.
It breaks too often when you have code blocks with comments that
start with `#`, and no one uses spaces before headers.
10 years ago
Ciro Santilli
1c2cccbafb
Merge pull request #75 from cirosantilli/style
Add preferred style guide to CONTRIBUTING.
10 years ago
Hiroshi Shirosaki
b2c8143cd2
Fix errors of function name with Patch 7.4.260
The following error occurs with Vim 7.4.260.
E128: Function name must start with a capital or "s:"
Rename function names to `s:Markdown_`.
Fixes #79
10 years ago
Ciro Santilli
378a083529
Merge pull request #76 from cirosantilli/master
Typos in CONTRIBUTING.
10 years ago
Ciro Santilli
1bf6933f98
Typos in CONTRIBUTING.
10 years ago
Ciro Santilli
bf2299ec92
Add preferred style guide to CONTRIBUTING.
10 years ago
Ciro Santilli
71f171736f
Merge pull request #70 from beyondwdq/master
Disable automatically inserting bullets when auto-wrapping.
10 years ago
Danqi Wang
5cd2223d4e
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.
10 years ago
Hiroshi Shirosaki
a4780275ce
Rename g:markdown_no_default_key_mappings
Every non local identifier must start with g:vim_markdown_ from
CONTRIBUTING.md.
10 years ago
Ciro Santilli
290d61b838
Merge pull request #69 from cirosantilli/use-markdown-testsuite
Use https://github.com/karlcow/markdown-testsuite for the tests wherever possible.
10 years ago
Hiroshi Shirosaki
893e8d8138
Merge branch 'mapping'
Conflicts:
ftplugin/mkd.vim
10 years ago
Ben Williams
81a417ffbe
Merge pull request #71 from cirosantilli/toc
Add Toc commands.
10 years ago
haya14busa
52ae39c562
Update documents: mapping option & <Plug> mappings
10 years ago
haya14busa
8c609c8af7
Add <Plug> mappings & option for default mappings
10 years ago
Ciro Santillli
32343f0a2b
Add Toc commands.
10 years ago
Ciro Santillli
1bd9d54683
Use karlcow/markdown-testsuite for the tests.
10 years ago
Hiroshi Shirosaki
c10076297f
Merge pull request #68 from KyleChamberlin/readme
Fixed typo in README.md
10 years ago
Kyle Chamberlin
0e467378a5
Fixed typo in README.md
10 years ago
James Blanding
b106425926
Merge pull request #67 from xiaket/master
Indented fenced code blocks can now be correctly recognized.
10 years ago
夏恺(Xia Kai)
3b7499f4cf
added testcase for indented and fenced code block.
10 years ago
夏恺(Xia Kai)
03c4be2d4e
Indented fenced code blocks can now be correctly recognized.
10 years ago
James Blanding
8b892fdff2
Merge pull request #55 from rhdunn/master
Add vim-addon-manager installation support
10 years ago
Reece H. Dunn
0f5326f868
README.md: add an installation guide when using vim-addon-manager
10 years ago
Reece H. Dunn
87745144fd
Add a makefile and vim-addon-manager registry file.
11 years ago
Ciro Santilli
e7f9c8699d
Merge pull request #62 from cirosantilli/readme-add-credits-section
Created credits section, remove link to the outdated homepage.
10 years ago
James Blanding
2a17ce10cf
Merge pull request #61 from cirosantilli/readme-add-vundle-install
added vundle install to readme, updated pathogen url to github
10 years ago
Ciro Santilli
bb8aeb1fcf
Merge pull request #60 from cirosantilli/contributing-guidelines
Added contributing guidelines and started tests as required by them
10 years ago
Ciro Santillli
886ba1b89a
Add contributing guidelines and started tests.
10 years ago
Ciro Santilli
c4b0deb9fd
Merge pull request #65 from 97-109-107/master
issue #50 - No spell checking in paragraph text
10 years ago
Antoni Kaniowski
34de7d90c2
removed an extra space
10 years ago
Antoni Kaniowski
2e99929ab1
issue #50 - No spell checking in paragraph text
10 years ago
James Blanding
ad8729c321
Merge pull request #63 from monokrome/patch-1
Fix unletting non-existant b:current_syntax.
10 years ago
Brandon R. Stoner
d038d9069e
Fix unletting non-existant b:current_syntax.
Fixed an issue where `unlet b:current_syntax` occurs when recovering from a Session and b:current_syntax has not been set yet.
10 years ago
Ciro Santillli
ff4fc395a7
added vundle install to readme, updated pathogen url to github
10 years ago