On Jul 9, 1:31 pm, Marc Weber <[email protected]> wrote: > > If you're on linux you can use sh background processes: > > ! ctags -R . & > or system ('ctags -R . &') >
On Windows, you can use the :!start command. See the examples here: http://vim.wikia.com/wiki/Execute_external_programs_asynchronously_under_Windows Question: is this "sh background process" how you would accomplish the above tip on Linux? :!start (used in the above tip) is Windows-only but I think the rest of the methods in the tip apply. -- 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
