vim-pandoc-legacy icon indicating copy to clipboard operation
vim-pandoc-legacy copied to clipboard

[UNSUPPORTED/use vim-pandoc/vim-pandoc] vim bundle for pandoc users

Results 17 vim-pandoc-legacy issues
Sort by recently updated
recently updated
newest added

as title~ Thanks.

Suggested Feature
syntax

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...

Bug

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...

Bug

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...

Suggested Feature
Low priority
To keep in mind

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...

Suggested Feature

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...

Suggested Feature
To keep in mind

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...

Suggested Feature
Low priority