Hi all: How one can customize vim to automagically insert the closing parens or tag on the same line ?
eg.
The user types vim auto inserts
{ };
( )
<?php ?>
<tag> </tag>
This is a common requirement and i'm sure that there must be a
way to do it. Any pointers or suggestions ?
thanks
Saifi.

