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 Christian J. Robinson
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 g:html_tag_case = 'l' so that html tag become lower case. How can I do? Please help me. I need your help. Thanks in advance Have you installed the

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
: Friday, November 03, 2006 9:30 AM To: 'Christian J. Robinson' Cc: A.J.Mechelynck; Vim Help list Subject: RE: xhtml editing in vim Hi Last night I added it in vimrc on my Freebsd 6.1 (version of vim of my freebsd is 7) and HTML script is latest. And it worked well. May be in XP, version of script

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

Re: xhtml editing in vim

2006-11-01 Thread A.J.Mechelynck
Vu The Cuong wrote: 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. Shouldn't it rather output br / ? The BR element cannot have a closing tag.