On Sun, Aug 29, 2010 at 5:05 PM, Tom Link <micathom@gmail.com> wrote:
> Currently I try to make my custom function in Vim, in this case I need toI don't know if this is relevant for you, but to some extent you can
> create/write/read/delete a configuration file contains the global variable
> value.
use viminfo to save certain variables (all upper case names). See the
'!' argument in :help 'viminfo'.
Regards,
Tom
--
You received this message from the "vim_use" 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
Hi,
Currently I found a way to write/read/create/delete file by using python script.
But is there significant difference between python script and original vim script?
Until now, I only find to read and write a file using vim script, based on John
information.
Best Regards,
Gusman Dharma P
--
You received this message from the "vim_use" 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
No comments:
Post a Comment