You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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?
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:
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 settingg:pandoc_no_external_commands = 1
. Citation completion using citationkeys.dict should still work, but I haven't tested it yet.The text was updated successfully, but these errors were encountered: