Check this script.. http://vim.sourceforge.net/scripts/script.php?script_id=13 it might do what you need
On Fri, Feb 6, 2009 at 12:57 PM, Saifi Khan <[email protected]>wrote: > 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. > >

