Re: Generic xml omnicomplete

2006-07-19 Thread Mikolaj Machowski
Dnia wtorek, 18 lipca 2006 19:39, A.J.Mechelynck napisał: IMHO, inoremapping / to /C-XC-O might be included as a vim-online tip but definitely not as part of the standard XML/HTML filetype plugins. This is NOT part of xmlcomplete.vim . Just standard response for autoclosing questions. m.

Re: Generic xml omnicomplete

2006-07-19 Thread A.J.Mechelynck
Mikolaj Machowski wrote: Dnia wtorek, 18 lipca 2006 19:39, A.J.Mechelynck napisał: IMHO, inoremapping / to /C-XC-O might be included as a vim-online tip but definitely not as part of the standard XML/HTML filetype plugins. This is NOT part of xmlcomplete.vim . Just standard response for

Re: Generic xml omnicomplete

2006-07-18 Thread A.J.Mechelynck
David Purton wrote: Hi all, I gather that the vim7 xml omnicomplete needs a data file to work - which is fair enough, since you can get all the attributes as well this way. But, how can I get a generic xml omnifunction system where vim will just close the last open tag for me. eg, at present,

Re: Generic xml omnicomplete

2006-07-18 Thread Mikolaj Machowski
Dnia wtorek, 18 lipca 2006 06:23, David Purton napisał: Hi all, I gather that the vim7 xml omnicomplete needs a data file to work - which is fair enough, since you can get all the attributes as well this way. But, how can I get a generic xml omnifunction system where vim will just close

Re: Generic xml omnicomplete

2006-07-18 Thread Mikolaj Machowski
Dnia wtorek, 18 lipca 2006 13:28, A.J.Mechelynck napisał: You can also assing a single-key shortcut for it, e.g. :imap F12 C-XC-O to use F12 instead of Ctrl-X plus Ctrl-O I have swapped CapsLock and left Control and use: imap C-O C-XC-O Exteremely handy :) m.

Re: Generic xml omnicomplete

2006-07-18 Thread A.J.Mechelynck
Mikolaj Machowski wrote: Dnia wtorek, 18 lipca 2006 06:23, David Purton napisał: Hi all, I gather that the vim7 xml omnicomplete needs a data file to work - which is fair enough, since you can get all the attributes as well this way. But, how can I get a generic xml omnifunction system where

Re: Generic xml omnicomplete

2006-07-18 Thread Karl Guertin
On 7/18/06, David Purton [EMAIL PROTECTED] wrote: But, how can I get a generic xml omnifunction system where vim will just close the last open tag for me. It's not the vim7 way, but I use Devin Weaver's xmledit [1]. I strongly prefer automatically closing tags as they're created. [1]

Re: Generic xml omnicomplete

2006-07-18 Thread David Purton
Hi Tony, On Tue, Jul 18, 2006 at 01:28:22PM +0200, A.J.Mechelynck wrote: David Purton wrote: Hi all, I gather that the vim7 xml omnicomplete needs a data file to work - which is fair enough, since you can get all the attributes as well this way. But, how can I get a generic xml

Re: Generic xml omnicomplete

2006-07-18 Thread David Purton
Hi Mikolaj, On Tue, Jul 18, 2006 at 06:48:38PM +0200, Mikolaj Machowski wrote: Dnia wtorek, 18 lipca 2006 06:23, David Purton napisał: Hi all, I gather that the vim7 xml omnicomplete needs a data file to work - which is fair enough, since you can get all the attributes as well this