forked from Townk/vim-autoclose
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README.txt
20 lines (15 loc) · 866 Bytes
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
==========
README.txt
==========
This plugin was born as a personal need to get some little special
features from other editors into my preferred one. The Eclipse IDE editor has
an auto-complete for open-close pair of characters feature that I always
wanted into Vim.
As soon as you type a character that could have a matching (closing)
counterpart, Eclipse automatically puts its counterpart in front of your
cursor, and it is smart enough to ignore the closing character afterwards, if
typed, but just moves your cursor one character forward.
But the Eclipse editor does not stop there. If you type an opening
character on any part of your code that should not have a pair completion, it
will not insert the closing character for you.
The AutoClose plugin is an attempt to reproduce this behavior for Vim.