On 23/01/08 21:20 +0100, Bram Moolenaar wrote: > > >It appears to work in more places when leaving out the "env" command: > > #!vim -S > echo "this is a Vim script" > quit >
This will trigger 'not found' error in fbsd, obsd and linux (Arch with bash) in which I've tested. As this line should be ignored, what about in a descriptive manner? e.g: #!/real-path-to-vim/vim -S echo "this is a Vim script" quit -- Dasn --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_dev" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
