On Wed, Feb 25, 2009 at 7:33 PM, Samuel Ferencik <[email protected]> wrote:
> I will have to search on, I guess.
In your original email you used BufReadPre autocommand.
Try it with BufReadPost. It tried it here on my linux in my .vimrc:
au BufReadPost test.txt e /tmp/test.txt
And it seems to work (editing existing test.txt in any folder opens
the file /tmp.txt).
You can modify that to call your system command to get the wanted effect.
nazri.
--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---