Commit Graph

32 Commits

Author SHA1 Message Date
Miao Jiang
15256d0e94 Update README 2016-03-28 03:14:12 +08:00
tienslebien
26289c6430 Update README.md 2015-04-06 23:39:43 +02:00
Christian Höltje
9828061855 option to only search current line for closing pair
This adds the `g:AutoPairsMultilineClose` option.
2014-05-24 00:03:51 -04:00
Miao Jiang
062a5de551 Fixes #65, Incorrect option name 2013-10-15 00:20:01 +08:00
Miao Jiang
85a9a7daac Improve <CR> mapping compatible. #43 2013-03-23 16:56:21 +08:00
HalFtaN
4f1643fbc9 amend last commit
Signed-off-by: HalFtaN <half.a.tan@gmail.com>
2013-03-19 22:16:39 +08:00
HalFtaN
cc03f6e915 installation instruction for pathogen users
Signed-off-by: HalFtaN <half.a.tan@gmail.com>
2013-03-19 21:22:57 +08:00
Miao Jiang
b3729e8779 Add License MIT #40 2013-03-17 19:32:25 +08:00
Miao Jiang
a86ea24a0f Update README. 2013-03-05 13:28:18 +08:00
Miao Jiang
a9f53155e8 Update README. 2013-02-16 14:02:13 +08:00
Miao Jiang
36ebfb6f29 improve #29 Buffer level pairs controlling. 2012-12-24 00:53:22 +08:00
Miao Jiang
f8fa522790 Update vimwiki compatible hint. 2012-10-29 14:50:45 +08:00
Miao Jiang
7287467e64 update viki compatible hints in README 2012-10-25 01:18:19 +08:00
Miao Jiang
0ef881effd update viki compatible hints in README 2012-10-25 01:13:24 +08:00
Miao Jiang
8e9bee94c8 Add viki compatible hints to README 2012-10-25 00:59:21 +08:00
jiangfriend@gmail.com
27123dda7c update README 2012-08-11 22:30:11 +08:00
jiangfriend@gmail.com
0b39e635de add known issues 2012-07-15 22:50:09 +08:00
jiangfriend@gmail.com
d0d077a57d Improve Fast Wrap
(|)"foo"     TO ("foo")
    (|)"\\f\"oo" TO ("\\f\"oo")
    (|)func()    TO (func())
2012-05-23 12:46:42 +08:00
jiangfriend@gmail.com
df761f3f28 Disable Fly mode by default. 2012-05-17 00:16:58 +08:00
jiangfriend@gmail.com
80c6af14a2 expandtab 2012-05-14 14:23:08 +08:00
jiangfriend@gmail.com
dceeb70a93 Update README 2012-05-14 10:19:58 +08:00
jiangfriend@gmail.com
331060ff4b New Feature: Fly Mode 2012-05-14 09:54:25 +08:00
jiangfriend@gmail.com
48232b5e3d fixes issue #9 Lowercase 'a' acute accent via opt-e not working
REMOVE g:AutoPairsShortcuts
ADD g:AutoPairsShortcutJump
2012-03-20 13:13:39 +08:00
jiangfriend@gmail.com
10f56aad0e NEW support ```, ''', """ 2012-01-17 13:17:21 +08:00
jiangfriend@gmail.com
7e4614d6aa add contributor list 2011-12-29 21:42:43 +08:00
jiangfriend@gmail.com
583d0a4196 update README 2011-12-22 12:30:04 +08:00
jiangfriend@gmail.com
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
Cam Thompson
21b4b1062c Add documentation for AutoPairsMapSpace 2011-12-13 17:10:23 -05:00
jiangfriend@gmail.com
4f55278039 update README 2011-06-10 02:32:17 +08:00
jiangfriend@gmail.com
b0a61e7ab7 add Fast Wrap feature 2011-06-10 02:24:56 +08:00
jiangfriend@gmail.com
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
2011-06-07 12:40:51 +08:00
jiangfriend@gmail.com
d4acd6e014 release 1.0 2011-05-23 01:11:23 +08:00