Thursday, February 8, 2018

Running script from vimrc

Hi All,

I have the following issue:

- I have a script that I run every time I open a file in vim
- I do it in the following way: autocmd VimEnter * !~/path/to/my/script
- Everything works, I should be happy, but I am not.

The script runs ~3 times slower this way than it is when its just ran from shell.
Am I doing something wrong? Is this suspected?

--
--
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/d/optout.

No comments: