command to indent file

2007-03-09 Thread Vu The Cuong
In the path I often used command to indent my php file or C# file: gg ... G mean go to the top of file and indent code until the end of file. But Unfortunately I forgot. Could anyone tell me what I forgot? Thanks

html auto completion

2006-05-19 Thread Vu The Cuong
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? BR

RE: html auto completion

2006-05-21 Thread Vu The Cuong
From: 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 an

RE: html auto completion

2006-05-21 Thread Vu The Cuong
ve this line also? I just 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 repl

RE: nmap, scripts and UTF-8

2006-06-14 Thread Vu The Cuong
Hi all How can I set the width of vim window more larger (not maximum)? I only know that put something in vimrc file but I don't know exactly what need to be added to vimrc file. Thanks > -Original Message- > From: A.J.Mechelynck [mailto:[EMAIL PROTECTED] > Sent: Thursday, June 15, 200

_vimrc in fedora core 5

2006-08-10 Thread Vu The Cuong
Currently I'm using win XP. I just install dual OS with fedora core 5 and I installed vim 7 mannually from source. installation successful. I created .gvimrc in my home folder and I put gvimrc.vim.example in to this folder but vim seems not detected this file. Could anyone tell me what's the exact

RE: _vimrc in fedora core 5

2006-08-10 Thread Vu The Cuong
Thanks you for quick answer -Original Message- From: A.J.Mechelynck [mailto:[EMAIL PROTECTED] Sent: Friday, August 11, 2006 12:22 PM To: Vu The Cuong Cc: vim@vim.org Subject: Re: _vimrc in fedora core 5 Vu The Cuong wrote: > Currently I'm using win XP. > I just install d

php indent in vim7 not worked

2006-08-23 Thread Vu The Cuong
I'm very sorry but could you tell me how to indent *.php file in vim7? I'm using winXP. I created test.php file, open it and type http://www.vim.org/scripts/script.php?script_id=1120 About install method, it said that: "PHP syntax coloring must be turned on. " How can I know that my vim7 alread

RE: php indent in vim7 not worked

2006-08-23 Thread Vu The Cuong
PROTECTED] Sent: Wednesday, August 23, 2006 2:30 PM To: Vu The Cuong; vim@vim.org Subject: Re: php indent in vim7 not worked Hello Vu, I don't know the indenting features very well, but I can tell you: 1) I'm not sure that lines are indented after ' wrote: > I'm very s

taglist plugin problem in freebsd 6.1

2006-09-28 Thread Vu The Cuong
I'm using vim 7 with taglist and ctags on freebsd 6.1 I opened php file on gvim, typed :Tlist but it raised an error: Taglist: Failed to generate tags for /usr/local/web/test.php The system cannot find the path specified. in .vimrc, I already put: let Tlist_Ctags_Cmd='/usr/bin/ctags' but the abov

taglist

2006-09-29 Thread Vu The Cuong
Thanks, Yegappan Lakshmanan Finally taglist worked. I reinstalled it from ports with version 5.6 Then in .vimrc, I put "let Tlist_Ctags_Cmd='/usr/local/bin/exctags'" THanks taglist plugin problem in freebsd 6.1 From: Vu The Cuong fsoft.com.vn> Subject: taglist plugin

php online help in windowsXP

2006-10-02 Thread Vu The Cuong
I already read vim tip about online-refer to function of PHP. http://www.vim.org/tips/tip.php?tip_id=598 It said: == set keywordprg=a_script What it does: default, when you ar with the cursor on a WORD and press K (SHIFT+k) in `command mode', the vim will r

xhtml editing in vim

2006-11-01 Thread Vu The Cuong
I often use html script for editing html files. (see: http://www.vim.org/scripts/script.php?script_id=453) I prefer XHML compatible tags. (Ex: when press ;br, insteadof , it will ouput < /br>. Can this script do that. If yes, could you guide me in detail? If No, is there script to do that? Thanks

RE: xhtml editing in vim

2006-11-02 Thread Vu The Cuong
w :imap :tabnew :nmap :tabclose :nmap :tabfirst :nmap :tablast :filetype indent on syntax on :set smartindent :set autoindent -Original Message- From: A.J.Mechelynck [mailto:[EMAIL PROTECTED] Sent: Thursday, November 02, 2006 11:25 AM To: Vu The Cuong Cc: Vim Help list Subject:

RE: xhtml editing in vim

2006-11-02 Thread Vu The Cuong
EMAIL PROTECTED] Sent: Friday, November 03, 2006 6:04 AM To: Vu The Cuong Cc: A.J.Mechelynck; Vim Help list Subject: RE: xhtml editing in vim On Thu, 2 Nov 2006, Vu The Cuong wrote: > As your advice, I added ":let g:do_xhtml_mappings = 1: into my vimrc > but it not worked. &

RE: xhtml editing in vim

2006-11-02 Thread Vu The Cuong
Hi Got it. I download the latest HTML script and finally it worked in XP (But mainly I use HTML script in freebsd). I just want to perform some PHP debug on XP to see is there a difference between PHP on freebsd and PHP in XP. Many thanks -Original Message- From: Vu The Cuong Sent

RE: gvim window maximize in freebsd6

2007-01-07 Thread Vu The Cuong
thanks for quick response :D -Original Message- From: A.J.Mechelynck [mailto:[EMAIL PROTECTED] Sent: Monday, January 08, 2007 7:33 AM To: vuthecuong Cc: vim@vim.org Subject: Re: gvim window maximize in freebsd6 vuthecuong wrote: > In windows, this command " au GUIEnter * simalt ~x " w

omni complete for php is really slooow

2007-01-14 Thread Vu The Cuong
Dear all The mail subject says it all:omni complete for php in vim7 in my PC (P4 D, 1GB Ram) is really slooow. How about omni complete for php in vim7 in in your PC? Fast or Slow??? How can I make it faster? Thanks in advanced.

RE: omni complete for php is really slooow

2007-01-15 Thread Vu The Cuong
Coud anyone hep me hic hic :( Does omni complete for php it can not be improved speed? Tnx in advanced -Original Message- From: Vu The Cuong Sent: Monday, January 15, 2007 1:04 PM To: vim users list Subject: omni complete for php is really slooow Dear all The mail subject says it

RE: omni complete for php is really slooow

2007-01-16 Thread Vu The Cuong
>On my Sempron2200, 512MB RAM it may be not very fast but IMO is acceptable. >Looks like something is wrong with your setup. Do >you use tags files? You mean ctags? Yes. I'm using it Anyway thanks for your response. I will recheck my config. -Original Message- From: Mikolaj Machowski [m