On 2015-10-21, John Zhao wrote: > I am writing a large vim function. When I call it from a .sh > script, I got the following error:
If you are really calling a Vim function from a shell script, that won't work. Shell scripts must use the language of the shell that interprets them. Vim functions must be interpreted by Vim. Regards, Gary -- -- 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 [email protected]. For more options, visit https://groups.google.com/d/optout.
