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

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

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

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: 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

RE: xhtml editing in vim

2006-11-02 Thread Vu The Cuong
: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 Vu The Cuong wrote: I often use html script for editing html files. (see: http

RE: xhtml editing in vim

2006-11-02 Thread Vu The Cuong
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. I also set :let

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

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 br, 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

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

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 cuongvt at fsoft.com.vn Subject: taglist plugin problem in freebsd

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

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 ?php then hit Enter But it not indent at all. Do I need to setup something? The pgp indent file (php.vim) of vim 7 is here:

RE: nmap, scripts and UTF-8

2006-06-15 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, 2006

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 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

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