I'm using vim 7.10 on ubuntu 7.10 with python compiled in.
I would like to be able to 

1)select some text
2)write that text to a file in either 'w' mode or 'a' mode
   I.E. 'w' = original contents of file are removed (truncated)
           something like emacs write-region => 
               (Write current region into specified file)
        'a' = select text is appended to original contents
and do so as 'invisibly' as possible.

I'd welcome comments on how to get started. I've mentioned the
+python feature because I am a python programmer.
thanks
tim

--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---

Reply via email to