Hi, Ben Fritz : > > On Oct 27, 2:45 pm, Axel <[email protected]> wrote: >> The following command :!start !! is evaluated as :!start start start start >> start start ..., which doesn't seem to be right to me (Windows Server 2003 >> 32bit, GVim 7.3 353). Can anybody confirm this? >> > > I get: > > E34: No previous command > > GVim 7.3.338, Windows XP 64-bit
you have to execute a normal (without !!) start command first, e.g., :!start explorer Then :!start !! seems to get expanded to :!start start explorerstart explorer and gives E371: Command not found shell returned -1 for me on a German Windows 7, 64-bit. GVim is 7.3.353. Regards, Jürgen -- Sometimes I think the surest sign that intelligent life exists elsewhere in the universe is that none of it has tried to contact us. (Calvin) -- You received this message from the "vim_dev" 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
