On Tue, Jun 9, 2009 at 10:36 PM, Florian Breitwieser<[email protected]> wrote: > I actually found a solution which involves less vim hacking and more command > line magic: > vim test.sql && echo :q | vim test.sql > test.sql.tmp 2> /dev/null &&head -n > -1 test.sql.tmp | tail -n +2 && rm test.sql.tmp
The unix server I have access to does what you want (except it includes the tildes) with both vi and vim 6.2.149 so I would assume there is some non-hackish way to do what you want to do. I think it would involve messing with the terminal settings, although that may mess up other shell programs you use. Jason --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_use" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
