Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

iOS branch #43

Open
dsanson opened this issue Jan 21, 2012 · 1 comment
Open

iOS branch #43

dsanson opened this issue Jan 21, 2012 · 1 comment

Comments

@dsanson
Copy link

dsanson commented Jan 21, 2012

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.

@fmoralesc
Copy link
Member

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants