Re[2]: Need help about 3 questions

2006-10-24 Thread Raymond
Hello Bill, I don't use UTL.vim or Total Commander, so I can't help you. However, *.vba are vimballs (kind of like tarballs). All you do is edit one and it tells you what to do - type: :so % That will place the files in the appropriate directories (usually under your vimfiles

Re[2]: Need help about 3 questions

2006-10-24 Thread Raymond
Hello Bill, I don't use UTL.vim or Total Commander, so I can't help you. However, *.vba are vimballs (kind of like tarballs). All you do is edit one and it tells you what to do - type: :so % That will place the files in the appropriate directories (usually under your vimfiles

Re: Need help about 3 questions

2006-10-24 Thread A.J.Mechelynck
Raymond wrote: [...] How can I adjust vimrc configuration so tab alignment looks the same both in Vim and in Notepad? Best Regards, Raymond Leave 'tabstop' at its default of 8, since (IIUC) the width of tab stops is not user-settable in Notepad. If you have any files that look different in

Re[2]: Need help about 3 questions

2006-10-24 Thread Raymond
Hello Tony, How can I adjust vimrc configuration so tab alignment looks the same both in Vim and in Notepad? Leave 'tabstop' at its default of 8, since (IIUC) the width of tab stops is not user-settable in Notepad. If you have any files that look different in Vim and Notepad, use

Re: Need help about 3 questions

2006-10-23 Thread A.J.Mechelynck
Raymond wrote: Hello all, I'm new to Vim, now i'm using GVim 7.0 on Windows system. Here is my questions. [...] 2. Now I know how to install *.vim plugin. Then I encounter VISINCR.VBA plugin (http://www.vim.org/scripts/script.php?script_id=670). How to install this kind of *.vba plugin?

Need help about 3 questions

2006-10-22 Thread Raymond
Hello all, I'm new to Vim, now i'm using GVim 7.0 on Windows system. Here is my questions. 1. Just installed UTL.VIM plugin ( http://vim.sf.net/script.php?script_id=293). Its \gu feature is usful to me. One thing I couldn't figure out is how to highlight URLs and email address in text file.

Re: Need help about 3 questions

2006-10-22 Thread Bill McCarthy
On Sun 22-Oct-06 11:09pm -0600, Raymond wrote: I'm new to Vim, now i'm using GVim 7.0 on Windows system. Here is my questions. 2. Now I know how to install *.vim plugin. Then I encounter VISINCR.VBA plugin (http://www.vim.org/scripts/script.php?script_id=670). How to install this kind of