Dnia środa, 17 maja 2006 22:27, Ivan Vecerina napisał:
> "Mikolaj Machowski" <[EMAIL PROTECTED]> wrote in message
> news:[EMAIL PROTECTED]
>
> : Dnia wtorek, 16 maja 2006 14:17, Ivan Vecerina napisał:
> : >  - get vim to automatically close/complete the innermost previously
> : > opened tag.
> :
> : What do you mean automatically?. You can do:
> :
> : inoremap </ </<c-x><c-o>
>
> That's a great step forward, and I was able to make this work in a .html
> file.
> But it would not work in a PHP file

Works for me.

> Where can I find documentation for this feature (seems to be part of the
> vim70 new enhancements), with which help keyword/tag ?

:help ft-html-omni
:help ft-php-omni
:help ft-css-omni
:help ft-javascript-omni
>
> [ I would never have fould this by chance, c-x does "cut" by default on
> my install... ]

:behave mswin?

> How do I do an s/.../.../ on the current visual block?
> [ I guess I can find out, but maybe you could answer this by the way ]

For operation on visual blocks you need special plugins. Don't remember
names (never need them).

m.

Reply via email to