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

iOS branch

Open dsanson opened this issue 13 years ago • 1 comments

I just pushed an iOS branch. Vim is now available for free from the App Store for the iPad and other iOS devices, and I want to be able to use vim-pandoc with it.

The two constraints faced by iOS Vim are:

  • no ruby or python support
  • no external command line support

I suspect all the changes needed to make vim-pandoc play well under these constraints can be achieved just by wrapping stuff in conditionals. For the moment, I've wrapped the citation completion stuff in an if has("python") conditional (should have been anyway) and made the executors and tidying commands easy to disable by setting g:pandoc_no_external_commands = 1. Citation completion using citationkeys.dict should still work, but I haven't tested it yet.

dsanson avatar Jan 21 '12 23:01 dsanson

I think we should code the bibliography stuff at least using VimL, then, since that would be very useful under such platform. What does Vim for iOS support? Can you post the output of :version?

fmoralesc avatar Feb 05 '12 12:02 fmoralesc