Hiroshi Shirosaki
ed456d2ee6
Lines which start with '-' are needed in foldexpr
9 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
Yue Xin
ef44c9e7fc
swap out mkd, successfully...
Signed-off-by: yuexin <yuecn41@gmail.com>
9 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
Bart Bakker
0c61f835a7
Respect Vim's global fold config
Deleted overriding global fold configuration for markdown buffers and
improved README on purpose of vim_markdown_folding_disabled.
10 years ago
Yosuke OTA
2213b7b0fc
Fix folding bug if folding disabled option is 0
10 years ago
James Blanding
a28f549220
Add option to set initial foldlevel
11 years ago
Jeremy Mack
8f804c189c
Added option to disable folding
Also updated the readme with information about the command.
12 years ago
Ben Williams
cd4ca88dda
Get rid of that "fold any preamble" thing since it folds the whole file by default.
12 years ago
Ben Williams
20704d86a0
Switch to expression-based folding.
Syntax-based folding was way too slow in very large Markdown files. Add
a new file after/ftplugin/mkd.vim with a foldexpr function to determine
folds. The function is based on Steve Losh's gist at
https://gist.github.com/1038710
12 years ago