Re: 答复: [Help]How can I add some char before a block?

2007-04-12 Thread Steven Woody
On 4/13/07, 陈方荣 <[EMAIL PROTECTED]> wrote: --- Best regards 陈方荣 > -邮件原件- > 发件人: Tim Chase [mailto:[EMAIL PROTECTED] > 发送时间: 2007年4月13日 :09:44 > 收件人: Ricky Zhou > 抄送: 陈方荣; Vim > 主题: Re: [Help]How can I add some char before a block? > > >> How can I add some char before a block? Just like

Re: ***SPAM***

2007-04-09 Thread Steven Woody
On 4/10/07, 李长青 <[EMAIL PROTECTED]> wrote: hi,all: I am new to Vim,I am using Vim7.0 now,and it has no Syntax even when I set "Syntax on",It stell has no syntax hignlighting,why? Please help me. On Vim6.4 ,It has syntax hignlighting, but now (vim7.0) it doesn't. Thanks. yhntgbty [EMAI

Re: auto complete function of the does not work

2006-12-14 Thread Steven Woody
thank you all! the problem has been resolved. actually, 'verboset set cp?' returns 'compatiable', so i recheck where is my _vimrc file and found it was lost. i rewrite the file and everything goes fine. thank you again! On 12/15/06, Yegappan Lakshmanan <[EMAIL PROTECTED]> wrote: On 12/13/06,

auto complete function of the does not work

2006-12-13 Thread Steven Woody
i just installed a 7.0 of vim on windows. i remembered, in the previous version, when i need to open a file using the ':ed' command, i can press after giving first few characters of the file ( or path ), vim would auto complete the reset. but after i installed the new vim 7.0. the does not wo

an indentation question

2006-08-18 Thread steven woody
i use vim on both linux and windows. but i found their indentation behavior a little differently. say i was coding a c program on the below line void foo_fun( int p1 then i press return on linux, the cursor come to a pleasant position, that became, void foo_fun( int p1