> I wrote a plug-in that aims to improve integration between Vim and its > environment by providing functions to switch to full-screen, open URLs in > the user's default web browser and execute external commands in the > background without opening a command prompt window.
Re execution background processes, what's wrong with :call system("cmd /c start notepad")? And URLs could be opened in the same way too: :call system("cmd /c start http://www.vim.org") -- Sergey Khorev http://sites.google.com/site/khorser Can anybody think of a good tagline I can steal? -- 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