Commit Graph

101 Commits

Author SHA1 Message Date
Scott McGinness
1484f6501d Try to use abbreviation before using space mapping 2013-05-20 19:56:12 +01:00
Miao Jiang
275b47353f Merge pull request #48 from halftan/master
Added key map for <C-H>, #47
2013-05-07 10:53:19 -07:00
HalFtaN
6a705983d1 <c-h> now behaves the same as <BS>
mean that it will delete the closing parentheses as well
2013-05-07 21:24:36 +08:00
Miao Jiang
9617a648c5 Bump version to 1.3.1 2013-04-01 04:05:03 +08:00
Miao Jiang
a5f9ac7f43 Fix #46, Incompatible CR mapping with supertab. 2013-03-31 12:17:42 +08:00
Miao Jiang
37076cb15f Correct version check for maparg ext, introducetd from Vim 7.3.32, #44. 2013-03-28 03:47:53 +08:00
Miao Jiang
b7ae7d0ba8 Fix incorrect is_expr. 2013-03-27 17:24:17 +08:00
Miao Jiang
5d713be821 Update map expr checking. 2013-03-27 16:39:52 +08:00
Miao Jiang
24ffa783f0 Fix #44, compatible with old vim before 7.3. 2013-03-27 15:52:29 +08:00
Miao Jiang
0a79f50acb Wrap old CR in buffer level. 2013-03-23 18:02:09 +08:00
Miao Jiang
85a9a7daac Improve <CR> mapping compatible. #43 2013-03-23 16:56:21 +08:00
Miao Jiang
d23864fdd6 Merge pull request #42 from halftan/master
Update README, correct the installation destination by pathogen.
2013-03-19 07:28:18 -07:00
HalFtaN
4f1643fbc9 amend last commit
Signed-off-by: HalFtaN <half.a.tan@gmail.com>
2013-03-19 22:16:39 +08:00
Miao Jiang
64a10a60eb Merge pull request #41 from halftan/master
Added installation instruction for users who use pathogen plugin
2013-03-19 07:06:33 -07: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
f13a60913f Fixes #39, Backspace removes additional " (quote) on line below. 2013-03-17 11:58:28 +08:00
Miao Jiang
a86ea24a0f Update README. 2013-03-05 13:28:18 +08:00
Miao Jiang
e5f17cf9e2 Improve #37, ignore comment line for vim file. 2013-03-04 22:04:15 +08:00
Miao Jiang
fc5b845f6b Improve #36, Keep quotes number is odd in one line. 2013-03-04 14:19:13 +08:00
Miao Jiang
2982312bae fixes #35: Fast Wrap incorrect.
(|)p[i] to (p[)i]
should be (p[i])
2013-03-02 19:06:01 +08:00
Miao Jiang
f6a18ca775 fixes #33: character '|' map failed. 2013-02-18 11:23:05 +08:00
Miao Jiang
23e77decb1 Bump version to 1.3.0 2013-02-16 14:02:32 +08:00
Miao Jiang
a9f53155e8 Update README. 2013-02-16 14:02:13 +08:00
Miao Jiang
c0593a61c7 Delete duplicated pairs in one time.
eg ```|``` {{|}} [[|]]
2013-02-12 14:02:25 +08:00
Walker Inman
f11f3e5ee3 updated action on triple quote to add second line
changed the action on triple quote to add a closing quote and
start editing on the newly opened line inside the quotes.  the
only way to jump beyond the quotes is to escape and scroll down.
this is because a <CR> should give a new line, not jump to closing
quotes.
2013-02-11 09:56:54 -05:00
Miao Jiang
dd1ea6b1f7 Bump to v1.2.9 2013-01-15 15:27:23 +08:00
Miao Jiang
36ebfb6f29 improve #29 Buffer level pairs controlling. 2012-12-24 00:53:22 +08:00
Miao Jiang
0cabb1be77 bump to v1.2.8 2012-12-18 22:27:43 +08:00
Miao Jiang
ba81f659e7 fixes #27 <BS> cannot work when AutoPairs is turn off. 2012-12-01 13:06:15 +08:00
Miao Jiang
d59bc39f75 fixes incorrect AutoPairsDelete
[|{}
    ]

    press <BS> at | will become ]
2012-11-29 17:13:04 +08:00
Miao Jiang
713a33318a bump to v1.2.7 2012-11-02 09:27:26 +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
Miao Jiang
3c18515955 fixes #24 when equalprg is setting AutoPairsReturn cannot work well 2012-10-19 00:05:10 +08:00
Miao Jiang
652175babc bump to v1.2.6 2012-10-17 09:40:12 +08:00
Miao Jiang
9758a447cf fixes #23: Support typographer's quote pairs, such as ‘, ’, “, ” 2012-10-09 15:00:34 +08:00
Miao Jiang
1c5046f8c3 bump to v1.2.5 2012-09-15 12:08:47 +08:00
jiangfriend@gmail.com
4a02e2c488 Fixes indentation incorrect when returning below 1/3 bottom of window. 2012-08-30 14:59:44 +08:00
jiangfriend@gmail.com
28dc48fd9d bump to v1.2.4 2012-08-17 00:22:13 +08:00
jiangfriend@gmail.com
27123dda7c update README 2012-08-11 22:30:11 +08:00
jiangfriend@gmail.com
30c9108f80 fixes #20 Errors in pair creation that is split by ENTER 2012-08-11 22:29:33 +08:00
jiangfriend@gmail.com
f24af6af48 bump to v1.2.3 2012-07-15 22:52:54 +08:00
jiangfriend@gmail.com
0b39e635de add known issues 2012-07-15 22:50:09 +08:00
jiangfriend@gmail.com
a9365b216d fixes #16 compatible with neocomplcache 2012-07-06 17:44:57 +08:00
jiangfriend@gmail.com
559113fa2a fixes #18 compatible with clang_complete 2012-07-05 14:40:41 +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