sponsor Vim development Vim logo Vim Book Ad

simple pairs : TextMate-like insert closing pair for brackets, parens, quotes (needs python)

 script karma  Rating 78/31, Downloaded by 2532  Comments, bugs, improvements  Vim wiki

created by
Orestis Markou
 
script type
utility
 
description
This is my first attempt at writing a vim script. It needs python support, and it's tested only in >7.1, but it should work in earlier versions as well. Drop me a line if it does and I'll update this description!

It will insert a closing pair when you type a quote (single and double), bracket, parenthesis, brace. It will also move over when you type the closing pair, and it will delete empty pairs when you hit backspace. This broadly mimics TextMate's behaviour for pairs of characters.

Its main difference from all the others is that it is it not aggressive at all! It will try to do so only when it makes sense, that is:

* at the end of the line
* when the next character is one of: <space>,.:

That, simple as it looks, means that it will do its job when you're writing new code, but it will not mess up when you are editing code.

It's heavily biased towards Python, so if anybody has other use cases please send me an email!
 
install details
Put it in your .vim/plugin directory and it should work.
 

rate this script Life Changing Helpful Unfulfilling 
script versions (upload new version)

Click on the package to download.

package script version date Vim version user release notes
simple_pairs.vim 0.2 2008-08-10 7.0 Orestis Markou Version that actually works if it's the only python plugin you're using - sorry!
simple_pairs.vim 0.1 2008-08-10 7.0 Orestis Markou Initial upload
ip used for rating: 18.224.67.149

If you have questions or remarks about this site, visit the vimonline development pages. Please use this site responsibly.
Questions about Vim should go to the maillist. Help Bram help Uganda.
   
Vim at Github