On 10-05-18 11:58 AM, robert song wrote:
Hi, everyone.
I executed :!history in vim to execute the external history command,
but find that no result is outputted.
Does anybody know the reason ?
Best Regards,
robert
Yes, :! will start a new shell to run the command in. Since it's new,
it has no history. Try:
:!echo "I haz history";history
--
Just my 0.00000002 million dollars worth,
Shawn
Programming is as much about organization and communication
as it is about coding.
I like Perl; it's the only language where you can bless your
thingy.
Eliminate software piracy: use only FLOSS.
--
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