I've just learnt how to run perl commands within vi, but I had to install vim.gtk in order to have perl support. But I want to incorporate these perl commands into bash scripts that call ex. Is there a version of ex that has perl support?
Thanks!
I've just learnt how to run perl commands within vi, but I had to install vim.gtk in order to have perl support. But I want to incorporate these perl commands into bash scripts that call ex. Is there a version of ex that has perl support?
Thanks!
exis provided by Vim, it should have Perl support. On Arch Linux,exis provided byvi(that's the BSDvi), so it has no support for anything. Worst case, you can always dovim -Nesto usevimasex. – muru Oct 02 '15 at 08:09