Friday, February 8, 2013

Re: ios vim and plugins

You can source them:

:so[urce] {file}

If you have there a .vimrc file then you could write autocommands to do
that. This way you can emulate ftplugin directory.

Vim also has the autoload directory, and I thing sourcing files inside them
should also work.

Marcin

On 19:46 Fri 08 Feb , Bee wrote:
> There is a version of vim for the ios (iphone, ipad).
>
> It has a .vim directory, I can move files into it, but can not create
> new directories.
>
> Is it possible to use plugins without them being in the standard
> 'plugin' directory?
>
> Bill
>
> --
> --
> You received this message from the "vim_use" maillist.
> Do not top-post! Type your reply below the text you are replying to.
> For more information, visit http://www.vim.org/maillist.php
>
> ---
> You received this message because you are subscribed to the Google Groups "vim_use" group.
> To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+unsubscribe@googlegroups.com.
> For more options, visit https://groups.google.com/groups/opt_out.
>

--
--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

---
You received this message because you are subscribed to the Google Groups "vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

No comments: