e62479a542
Don't close single quotes when inside a word
2011-12-22 09:23:48 -05:00
583d0a4196
update README
v1.1.3
2011-12-22 12:30:04 +08:00
d0fb9fe72b
quick jump to the closed pair
...
{
|
}
(press } at |)
{
}|
2011-12-21 18:29:04 +08:00
6a4b2ca820
Improve AutoPairsMapSpace Feature
...
MapSpace now only works with [], {}, ()
Delete last two space with one backspace,
[ | ], press <BS> at |, output: [|]
Smarter paren insertion
[ foo| ], press ] at |, ouput: [ foo ]|
2011-12-14 17:08:33 +08:00
75b6bfb804
Merge branch 'master' of https://github.com/camthompson/auto-pairs into map_space
2011-12-14 13:19:39 +08:00
283e12bded
Fixes auto indent incorrect in JavaScript
2011-12-14 13:17:27 +08:00
21b4b1062c
Add documentation for AutoPairsMapSpace
2011-12-13 17:10:23 -05:00
1522bff476
Add AutoPairsMapSpace option
...
When g:AutoPairsMapSpace == 1, a space key after a character in
AutoPairs will expand to a space after the previous character and a
space before the next character.
With ^ being the cursor position, pressing space will turn
[^] into [ ^ ].
2011-12-13 16:56:46 -05:00
e0d5dab300
Fixes auto indent incorrect in CoffeeScript
2011-12-07 19:56:14 +08:00
2d6a50c4b5
indent previous line after entering <CR>
...
https://github.com/jiangmiao/simple-javascript-indenter/issues/8
2011-11-14 17:10:18 +08:00
f447d486c9
Optimize delete in pair
v1.1.2
2011-11-13 16:47:49 +08:00
c6d9506de8
Fix autopairs isn':t loaded when open new tab by mouse.
2011-11-13 16:39:45 +08:00
3b74bdd5bf
Fix auto indent incorrect in CoffeeScript
...
eg:
foo:
bar: [|]
press <CR> at |
v1.1.1
2011-09-06 01:40:01 +08:00
cfbbc888cf
fix indent incorrect after {\<CR>}
v1.1.0
2011-06-13 18:13:11 +08:00
f2b2fdee43
use <expr> instead of <C-R> in map keys
2011-06-11 11:12:20 +08:00
e379fa2316
Improve Fast Wrap on
...
a && |) b
e|) <foo>
2011-06-10 17:48:35 +08:00
248d091b0a
add option g:AutoPairsShortcutFastWrap
v1.0.3
2011-06-10 02:36:51 +08:00
4f55278039
update README
2011-06-10 02:32:17 +08:00
9112c538b5
Merge branch 'master' of github.com:jiangmiao/auto-pairs
2011-06-10 02:26:52 +08:00
c3469cf0fd
Change function name AutoPairsExtend to AutoPairsFastWrap
2011-06-10 02:26:22 +08:00
b0a61e7ab7
add Fast Wrap feature
2011-06-10 02:24:56 +08:00
bb0b47e4a1
fast wrap
2011-06-10 02:23:47 +08:00
e893ae3d48
Use {<enter> instead of {{ (Thanks to linopolus)
...
https://github.com/jiangmiao/auto-pairs/issues/1
Add Toggle key
Add Options
g:AutoPairsShortcutToggle
g:AutoPairsMapBS
g:AutoPairsMapCR
g:AutoPairsCenterLine
v1.0.2
2011-06-07 12:40:51 +08:00
8d48d95dd8
Insert open brackets when current bracket is open bracket.
...
OLD:
|[] + [ => [|]
|"" + " => "|"
NOW:
|[] + [ => [|][]
|"" + " => "|"
2011-05-25 02:37:25 +08:00
33e6d1e312
fix auto-pairs info
2011-05-24 19:31:55 +08:00
0c2b3e2601
use autocmd and buffer key mapping
2011-05-24 19:26:32 +08:00
7a10f7604c
Fix sometimes <ESC> failde.
2011-05-24 19:07:26 +08:00
d4acd6e014
release 1.0
2011-05-23 01:11:23 +08:00