vim-pandoc-legacy
vim-pandoc-legacy copied to clipboard
[UNSUPPORTED/use vim-pandoc/vim-pandoc] vim bundle for pandoc users
I'm using vim 7.3, and I've been running into more and more segfaults. I'm on ArchLinux, python support is enabled (I've installed the gvim package), and everything is up to...
I had lots of problems trying to edit a text in markdown about Git, using `filetype=pandoc` and `syntax on`. After some research, I've found that the problem is related to...
Perhaps we should add a check for ruby and python `has('ruby')` and `has('python')`, and return an error message saying they are required if either is false. Long term, we might...
In a .tex file, "e" moves cursor to the last "x" in `$xxx$`. In pandoc file, "e" moves to the last `$` instead, I think that this should be change...
I just pushed an iOS branch. Vim is [now available for free from the App Store](http://applidium.com/en/applications/vim/) for the iPad and other iOS devices, and I want to be able to...
Eventually, I'd like to add context sensitive autocompletion of reference ids. So, for example, if there is something like ``` Blah blah blah [blah][my favorite link]. Blah blah blah [blah][my...