Brennen Bearnes
|
e6774c5b06
|
Merge remote-tracking branch 'upstream/master'
|
9 years ago |
Brennen Bearnes
|
a1c23ff93c
|
expand code block pattern again for ```custom_prompt(foo$)
One of these days I should really just write a test file and find all the
breakage.
|
9 years ago |
Hiroshi Shirosaki
|
bd875ab511
|
Merge pull request #235 from jirislaby/patch-1
Makefile: support DESTDIR
|
9 years ago |
Hiroshi Shirosaki
|
c939eb66be
|
Fix directory on travis with TEST=latest
Fix #143
|
9 years ago |
Hiroshi Shirosaki
|
16c6a73e6c
|
Add make rule to update dependencies
|
9 years ago |
Hiroshi Shirosaki
|
5db60182fa
|
Fix travis script to work with make test
Fix #143
|
9 years ago |
Daniel Hahler
|
ca3005b756
|
Add support for "make test", automatically installing deps
|
10 years ago |
Hiroshi Shirosaki
|
7f61ab3a49
|
Move test/folding.md to test/folding.vader
Fix #73
|
9 years ago |
Hiroshi Shirosaki
|
ed456d2ee6
|
Lines which start with '-' are needed in foldexpr
|
9 years ago |
todesking
|
ddb00dddf5
|
add test file for folding
|
10 years ago |
todesking
|
f6654fa0db
|
Foldmethod: more performance
|
10 years ago |
todesking
|
2eaed44e96
|
Foldmethod: improve performance
|
10 years ago |
todesking
|
d80bf38f92
|
Foldmethod: ignore title-like lines in code block
|
10 years ago |
Jiri Slaby
|
4b86376013
|
Makefile: support DESTDIR
DESTDIR is set by distributors when packaging. So to be
able to use make install there, put DESTDIR in from of
PREFIX.
|
9 years ago |
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.
|
9 years ago |
Ciro Santilli
|
0da5ba9d71
|
Merge pull request #177 from cirosantilli/readme-h1
Change the README h1 to "Vim Markdown"
|
9 years ago |
Ciro Santilli
|
a8c9b452da
|
Merge pull request #178 from cirosantilli/readme-format
Improve README formatting
|
9 years ago |
Ciro Santilli
|
a0ef80e296
|
Merge pull request #179 from cirosantilli/toc-nomodifiable-test2
Add test for Toc nomodifiable #170
|
9 years ago |
Ciro Santilli
|
dce291ccd0
|
Add test for Toc nomodifiable #170
|
9 years ago |