mascip has asked for the wisdom of the Perl Monks concerning the following question:
Hi all,
I've been playing with Vim a bit, lately : .vimrc script for "setting a current file to run", for which to compile, jump to errors, and run.
It makes everything faster, and i don't have to switch between Vim and the console all the time.
Perfect! Almost.
When i execute a script from Vim (with :!perl -my/script.pl for example), i hate that as long as the console is opened, i don't have access to my code anymore : Vim is like "frozen". And i have to finish the script execution and close the console, to be able to read and modify my code. And the worst part is when i don't remember what was written on the console, so i have to run the program again just to read something that was already written.
There must be a way around this, probably simple. Any idea?
I'm using Gvim 7.3 on Windows XP.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Executing script from Vim, annoying...
by flexvault (Monsignor) on Jul 20, 2012 at 12:38 UTC | |
|
Re: Executing script from Vim, annoying...
by roboticus (Chancellor) on Jul 20, 2012 at 13:15 UTC | |
by mascip (Pilgrim) on Jul 20, 2012 at 13:34 UTC | |
|
Re: Executing script from Vim, annoying...
by aitap (Curate) on Jul 20, 2012 at 11:58 UTC | |
by mascip (Pilgrim) on Jul 20, 2012 at 13:25 UTC | |
by aitap (Curate) on Jul 20, 2012 at 14:11 UTC | |
by mascip (Pilgrim) on Jul 20, 2012 at 14:35 UTC | |
|
Re: Executing script from Vim, annoying...
by Anonymous Monk on Jul 20, 2012 at 11:50 UTC |