> I have /.vim, /after, and /after/plugin. No /vimfiles.
It's "vimfiles" on Windows only. Forget it you are not on Windows.
You should create file
$HOME/.vim/after/ftplugin/markdown.vim
> > 2) Copy the following code into it. WARNING: long lines may get split
> > during posting.
>
> With that in mind I'm uncertain whether the line below should wrap, i.e., whether the stuff in parens should be on a second line.
>
> > " this is one line
> > setl foldtext=getline(v:foldstart).'\ \ \ /'.v:foldlevel.'...'.
> > (v:foldend-v:foldstart)
Yes, it's one line. Please copy/paste my code from here to avoid any
confusions:
https://gist.github.com/1035030
There are several syntax plugins for Markdown on vim.org (search for
markdown):
http://www.vim.org/scripts/script.php?script_id=2882
http://www.vim.org/scripts/script.php?script_id=1242
You can try them as well if you don't like the one that comes with
Vim.
They don't have folding, so my folding setup is still useful.
Regards,
Vlad
--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
No comments:
Post a Comment