haya14busa
|
c714ae455f
|
Modify highlight color
|
2014-01-21 06:24:32 +09:00 |
|
haya14busa
|
a82d558656
|
Merge branch 'fix/adjust-prompt' into master
|
2014-01-21 04:20:25 +09:00 |
|
haya14busa
|
e2539a329b
|
Implement clever-f like feature
|
2014-01-20 14:36:50 +09:00 |
|
haya14busa
|
2b5fb62123
|
Implement & Improve highlight
Implement:
- increment highlight
- moving highlight
- cursor highlight
Improve:
- method
- bi-directional shade regexp
|
2014-01-20 14:36:31 +09:00 |
|
haya14busa
|
306fbad53e
|
Merge branch 'fix/dotrepeat' into master
|
2014-01-19 21:24:02 +09:00 |
|
haya14busa
|
bd04f3dad4
|
Fix typo
|
2014-01-19 21:21:57 +09:00 |
|
haya14busa
|
99b6d953ab
|
Fix side effect of overwriting buffer(b:changedtick)
Only for tpope/vim-repeat
|
2014-01-19 21:17:51 +09:00 |
|
haya14busa
|
9e8ea88683
|
Fix dot repeat motion use previous motion info
Problem: Previous motion info is updated by other motion too.
Solution: Store 'dot' previous motion and use it
|
2014-01-19 21:12:17 +09:00 |
|
haya14busa
|
7faff893e2
|
Handling 'y' repeat
|
2014-01-19 17:59:30 +09:00 |
|
haya14busa
|
1cf3f96f3c
|
Cosmetic
|
2014-01-18 02:46:48 +09:00 |
|
haya14busa
|
6fc76bc3fa
|
Update TODO
|
2014-01-18 01:04:23 +09:00 |
|
haya14busa
|
b624c9cec1
|
Fix '.' repeat with count and trivial
|
2014-01-18 01:02:37 +09:00 |
|
haya14busa
|
3c562d9572
|
Merge branch 'feature/regexp-find' into master
|
2014-01-17 21:02:56 +09:00 |
|
haya14busa
|
5aa681d9a1
|
Implement regexp option to multi input find motion
|
2014-01-17 20:59:41 +09:00 |
|
haya14busa
|
4d3961c412
|
Test: add test case for t,T smartsign
|
2014-01-17 19:55:21 +09:00 |
|
haya14busa
|
37d8bafd0a
|
Refactoring: find motion
|
2014-01-17 19:52:42 +09:00 |
|
haya14busa
|
5bed6b3f9e
|
Cosmetic: retab to expandtab all and add modeline
|
2014-01-17 17:39:26 +09:00 |
|
haya14busa
|
c4e1a44787
|
Merge branch 'fix/jumplist' into master
|
2014-01-17 17:20:53 +09:00 |
|
haya14busa
|
cd545b5141
|
Add Test case: EasyMotion as jump
|
2014-01-17 17:20:29 +09:00 |
|
haya14busa
|
5edc6e1a58
|
Fix&Feature : Consider EasyMotion as jump-motion
close #5
|
2014-01-17 17:20:09 +09:00 |
|
haya14busa
|
f37b60e3be
|
Merge branch 'feature/custom-prompt' into master
|
2014-01-17 15:30:10 +09:00 |
|
haya14busa
|
916e51e222
|
Update doc: prompt message
|
2014-01-17 15:27:36 +09:00 |
|
haya14busa
|
9c0183faa7
|
Modify prompt message and make it more configurable
|
2014-01-17 15:12:33 +09:00 |
|
haya14busa
|
4728a9dcbd
|
Modify condition for multi input find motion
|
2014-01-17 15:10:07 +09:00 |
|
haya14busa
|
832c496c4e
|
Fix test description
|
2014-01-17 00:49:08 +09:00 |
|
haya14busa
|
de2d1642d2
|
Update TODO
|
2014-01-16 23:48:50 +09:00 |
|
haya14busa
|
c9be21f414
|
Rename <Plug>(easymotion-previous) to <Plug>(easymotion-prev)
|
2014-01-16 23:37:47 +09:00 |
|
haya14busa
|
7c2ed49d3a
|
Merge branch 'feature/next-previous' into master
|
2014-01-16 23:20:42 +09:00 |
|
haya14busa
|
04d8a9a1e8
|
Doc: Fix indent
|
2014-01-16 23:19:54 +09:00 |
|
haya14busa
|
6b77811186
|
Implement next/previous motion like ; & ,
|
2014-01-16 23:18:56 +09:00 |
|
haya14busa
|
cb45856d7d
|
Reset current dictionary
|
2014-01-16 23:06:01 +09:00 |
|
haya14busa
|
9a153bf7a1
|
Update TODO
|
2014-01-16 22:09:36 +09:00 |
|
haya14busa
|
e1d12af081
|
Add travis ci build status image to README
|
2014-01-16 21:26:25 +09:00 |
|
haya14busa
|
6b42a16080
|
Test: bundle install and remove vim-repeat dependency
|
2014-01-16 21:21:58 +09:00 |
|
haya14busa
|
bde8c9334c
|
Merge branch 'feature/dotrepeat' into master
|
2014-01-16 20:53:19 +09:00 |
|
haya14busa
|
6c9ac6ce56
|
Update doc: '.' repeat!
|
2014-01-16 20:51:36 +09:00 |
|
haya14busa
|
a6c9d4c40c
|
Add vim-vspec test
|
2014-01-16 20:42:20 +09:00 |
|
haya14busa
|
9d8864c838
|
Fix typo: <Plug>
|
2014-01-16 20:40:56 +09:00 |
|
haya14busa
|
19f6caf505
|
Fix typo: <Plug> mapping
|
2014-01-16 18:43:11 +09:00 |
|
haya14busa
|
cbb3c3dbc5
|
Fix typo: <Plug> mappings
|
2014-01-16 17:01:51 +09:00 |
|
haya14busa
|
335ea6dac7
|
Fix typo
|
2014-01-16 15:57:23 +09:00 |
|
haya14busa
|
c7e1b7c2bf
|
Implement "." repeat!
Require tpope/vim-repeat
|
2014-01-16 13:36:55 +09:00 |
|
haya14busa
|
762ad9cc17
|
Merge branch 'refactoring' into master
|
2014-01-15 22:59:52 +09:00 |
|
haya14busa
|
3df6cd8465
|
Delete EasyMotion#UserMapping
|
2014-01-15 22:59:44 +09:00 |
|
haya14busa
|
62a54ce218
|
Delete line_flag variable and use flag dictionary
|
2014-01-15 22:59:39 +09:00 |
|
haya14busa
|
b104fbffbe
|
Check visual mode to adjust screen
|
2014-01-15 22:36:27 +09:00 |
|
haya14busa
|
32a7e1a8b7
|
Use is_exclusive instead of mode(1)
|
2014-01-15 22:32:42 +09:00 |
|
haya14busa
|
b130898848
|
Rename variable: s:ols to s:previous
|
2014-01-15 22:23:49 +09:00 |
|
haya14busa
|
29310d6200
|
Update doc: JK motion
|
2014-01-15 10:46:27 +09:00 |
|
haya14busa
|
0daa6d5ee5
|
Implement Start of Line JK motion
|
2014-01-15 10:29:17 +09:00 |
|