Brennen Bearnes
cae149b641
allow for "```command"-style codeblocks
Now that I think about it, this doesn't cover some other cases. I'll fix
those as I come across them.
9 years ago
Hiroshi Shirosaki
642730fccc
Fix indent with syntax off
Move indent related settings from syntax to index.
Fix #126
9 years ago
Ciro Santilli 六四事件 法轮功 包卓轩
67b59d559b
Merge pull request #230 from cirosantilli/ft-markdown
Use just markdown as filetype.
9 years ago
Ciro Santilli
0ef08f71f6
Use just markdown as filetype.
. for multiple filetypes does not work with autocmd.
There seems to be no known workaround:
http://vi.stackexchange.com/questions/4893
This is a breaking change as it would break user scripts
who used autocmd, but we have already broken them
with this compound filetype, so let's just finish the job.
Semi-reverses: https://github.com/plasticboy/vim-markdown/pull/217
9 years ago
Ciro Santilli 六四事件 法轮功 纳米比亚 威视
8a709ef28a
Merge pull request #229 from yunake/master
Add the indent part of the plugin to the registry
9 years ago
Eugene Yunak
45e9f30808
add new indent part of the plugin to the registry
9 years ago
Ciro Santilli 六四事件 法轮功 纳米比亚 威视
5ff1240140
Merge pull request #221 from yuex/feature/mkd2markdown
swap mkd to markdown
9 years ago
Yue Xin
ef44c9e7fc
swap out mkd, successfully...
Signed-off-by: yuexin <yuecn41@gmail.com>
9 years ago
Ciro Santilli 六四事件 法轮功 纳米比亚 威视
e5af33f813
Merge pull request #217 from hori-ryota/feature/fixed-filetype
Use compound filetype for plugins using "markdown"
9 years ago
hori-ryota
88cdc1f523
Use compound filetype for plugins using "markdown" filetype
9 years ago
Ciro Santilli 六四事件 法轮功
81e1f07a84
Merge pull request #191 from sruggier/master
README.md: add a section about issue reporting
9 years ago
Simon Ruggier
af5bd7c119
CONTRIBUTING.md: add a section about issue reporting
9 years ago
Ciro Santilli 六四事件 法轮功
e43bca70de
Merge pull request #211 from starcraftman/latest_vim
Build latest vim quickly from git mirror.
9 years ago
Jeremy Pallats/starcraft.man
df42298816
Build latest vim quickly from git mirror
* Executes test against travis package vim & latest 7.4.x
* Fixes #201
9 years ago
Ciro Santilli 六四事件 法轮功
d12befde9c
Merge pull request #209 from sim590/version-aware-netrw-browsex-call
Version aware netrw browseX call
9 years ago
Simon Désaulniers
df5d5c5adb
adding VersionAwareNetrwBrowseX() function for doing right call to netrw browsex
9 years ago
Ciro Santilli 六四事件 法轮功
75730054ad
Merge pull request #208 from cirosantilli/typo-plugging
Fix typo plugging
9 years ago
Ciro Santilli 六四事件 法轮功
314f86e7a1
Fix typo plugging
9 years ago
Ciro Santilli 六四事件 法轮功
fa17cb8df2
Merge pull request #205 from cirosantilli/readme-gx
Document <Plug>Markdown_OpenUrlUnderCursor
9 years ago
Ciro Santilli 六四事件 法轮功
df9dab8972
Merge pull request #193 from cirosantilli/toc
Add TOC to README
9 years ago
Ciro Santilli 六四事件 法轮功
44ac1f42e9
Merge pull request #207 from cirosantilli/not-hasmapto
Allow users to disable individual maps with hasmapto checks
9 years ago
Ciro Santilli 六四事件 法轮功
21e96cbe9b
Allow users to disable individual maps with hasmapto checks
9 years ago
Ciro Santilli 六四事件 法轮功
1510e2cad5
Document <Plug>Markdown_OpenUrlUnderCursor
9 years ago
Hiroshi Shirosaki
028a7613ea
Merge pull request #199 from KazuakiM/master
Update Markdown_GetUrlForPosition function b: to s:
9 years ago
KazuakiM
ae271c7a45
Update Markdown_GetUrlForPosition function b: to s:
9 years ago
Ciro Santilli 六四事件 法轮功
7699a752ec
Add TOC to README
9 years ago
Ciro Santilli 六四事件 法轮功
c4975a40ec
Merge pull request #184 from cirosantilli/ftplugin-style
Improve style of ftplugin/mkd.vim
9 years ago
Ciro Santilli 六四事件 法轮功
f3c4ace059
Improve style of ftplugin/mkd.vim
- remove Markdown_ prefix from s: functions
- always add one empty line between commands and methods
9 years ago
Ciro Santilli 六四事件 法轮功
64a4f988ae
Merge pull request #185 from cirosantilli/rm-parenthesis-from-plug
Remove parenthesis from <Plug> maps
9 years ago
Ciro Santilli
8853cbca8d
Remove parenthesis from <Plug> maps
9 years ago
Ciro Santilli 六四事件 法轮功
c3a600c42a
Merge pull request #183 from cirosantilli/gx
gx works from anywhere inside Markdown links
9 years ago
Ciro Santilli
46c859c8a1
gx works from anywhere inside Markdown links.
Fix #99 .
10 years ago
Ciro Santilli
0da5ba9d71
Merge pull request #177 from cirosantilli/readme-h1
Change the README h1 to "Vim Markdown"
10 years ago
Ciro Santilli
a8c9b452da
Merge pull request #178 from cirosantilli/readme-format
Improve README formatting
10 years ago
Ciro Santilli
a0ef80e296
Merge pull request #179 from cirosantilli/toc-nomodifiable-test2
Add test for Toc nomodifiable #170
10 years ago
Ciro Santilli
dce291ccd0
Add test for Toc nomodifiable #170
10 years ago
Ciro Santilli
04d0260f8e
Change the README h1 to "Vim Markdown"
10 years ago
Ciro Santilli
b4bdf54aa1
Improve README formatting
10 years ago
Ciro Santilli
eb89af96d9
Merge pull request #168 from cirosantilli/rm-smartindent
Remove nosmartindent: indentexpr overrules it.
10 years ago
Ciro Santilli
fe1eae8a04
Merge pull request #170 from sim590/fix-toc-nomodifiable
Prevent setting other buffers to nomodifiable.
Fix #169
10 years ago
Simon Désaulniers
1462465bc2
prevent setting other buffers to nomodifiable
10 years ago
Ciro Santilli
68b59de79f
Remove nosmartindent: indentexpr overrules it.
10 years ago
Ciro Santilli
091091fdf8
Merge pull request #158 from nybblr/nybblr/add-tilde-code-blocks
Add tilde-fenced code blocks.
10 years ago
Jonathan Martin
fa07c14220
Add tilde-fenced code blocks.
10 years ago
Ciro Santilli
4395b47256
Merge pull request #151 from cirosantilli/use-default-foldelvel-mechanism
Remove automatic setting of foldlevel
10 years ago
Ciro Santilli
27fa51efc7
Remove automatic setting of foldlevel
Vim already has a well known way of dealing with this:
let's not create another configuration which only raises
the entry barrier.
10 years ago
Ciro Santilli
8f2eaa4169
Merge pull request #150 from cirosantilli/undo-nore
Undo noremap, add header map tests
10 years ago
Ciro Santilli
5b201ad454
Undo noremap, add header map tests
Reverts #141 which @cirosantilli wrongfully merged.
Add regression tests that would have prevented that.
Correction pointed out by @shanesmith at #147 .
10 years ago
Ciro Santilli
69cded6e7d
Merge pull request #141 from blueyed/use-noremap
Use `noremap` for mappings
10 years ago
Daniel Hahler
662822d81a
Use `noremap` for mappings
10 years ago