Re: html auto completion

2006-05-22 Thread A.J.Mechelynck
Vu The Cuong wrote: Dear Mechelynck My vimrc file is as below: set nocompatible source $VIMRUNTIME/vimrc_example.vim source $VIMRUNTIME/mswin.vim behave mswin Based on your advice, I will remove source $VIMRUNTIME/mswin.vim. Is it right? But there is a line behave mswin. Do I must remove

RE: html auto completion

2006-05-21 Thread Vu The Cuong
: Mikolaj Machowski [mailto:[EMAIL PROTECTED] Sent: Sat 5/20/2006 8:40 PM To: vim@vim.org Cc: Subject: Re: html auto completion Dnia sobota, 20 maja 2006 07:11, Vu The Cuong napisał: I'm new to vim and I tried a couple of hours

Re: html auto completion

2006-05-21 Thread A.J.Mechelynck
Vu The Cuong wrote: Thanks for the reply. My system is WInXP. :so $VIMRUNTIME/mswin.vim You mean I must put above line into my vimrc file? We mean you must make sure it _isn't_ there, because it interferes with the Ctrl-X which is the first key for all omni-completion commands --

RE: html auto completion

2006-05-21 Thread Vu The Cuong
carefully confirm only. Thank you. -Original Message- From: A.J.Mechelynck [mailto:[EMAIL PROTECTED] Sent: Sunday, May 21, 2006 5:19 PM To: Vu The Cuong Cc: Mikolaj Machowski; vim@vim.org Subject: Re: html auto completion Vu The Cuong wrote: Thanks for the reply. My system is WInXP

Re: html auto completion

2006-05-20 Thread Mikolaj Machowski
Dnia sobota, 20 maja 2006 07:11, Vu The Cuong napisał: I'm new to vim and I tried a couple of hours to make html auto - completion feature to work. But had no result. Could anyone tell me how to config vim to turn on html auto - completion? What system? If MS-Windows get rid of:: :so

Re: html auto completion

2006-05-20 Thread Felipe Rafael Prenholato
I really interested in HTML completion on VIM. I use Gentoo Linux and it is really interesting. I interested too on match td /td, div /div, etc ... You would have examples of things thus functioning? Archives of configuration etc. I'm test matchit plugin but doesn't have succes ... Mikolaj