Commit Graph

460 Commits

Author SHA1 Message Date
haya14busa
33bf1de0f8 Implement activate function
For clever motion & highlight
2014-01-23 11:38:00 +09:00
haya14busa
fdfdfd06f1 Update TODO 2014-01-22 16:42:19 +09:00
haya14busa
45f042a0dc Merge branch 'fix/dot_repeat' into master 2014-01-22 16:29:55 +09:00
haya14busa
db36e18922 Fix dot repeat fails when the number of previous target is only 1
Rename: s:previous.target -> s:dot_repeat.target
2014-01-22 16:29:38 +09:00
haya14busa
810fbe098a Refactoring withinline motion
Fix: withinline bd-t
2014-01-22 16:29:26 +09:00
haya14busa
83ebeb2050 Merge branch 'feature/easymotion-user' into master 2014-01-22 16:28:29 +09:00
haya14busa
d83b9d10d0 Modify EasyMoton#User 2014-01-22 16:27:16 +09:00
haya14busa
2b2c588f39 Modify all function return is_cancelled flag 2014-01-22 14:08:48 +09:00
haya14busa
4ee679fd4a Merge branch 'feature/hl-cursor' into master
Conflicts:
	autoload/EasyMotion.vim
2014-01-22 11:17:03 +09:00
haya14busa
72dd8ecbd9 Modify cursor highlight color 2014-01-22 11:08:37 +09:00
haya14busa
16ec2a977e Implement cursor highlight feature 2014-01-22 11:08:30 +09:00
haya14busa
8ff9a69728 Update doc: bd-f refer to 's' and some fix 2014-01-22 10:30:34 +09:00
haya14busa
0efcd3e21e Merge branch 'fix/repeat_inclusive' into master 2014-01-21 17:23:07 +09:00
haya14busa
d9ad959e86 Fix '.' repeat of bidirectional find motion & Note 2014-01-21 17:22:27 +09:00
haya14busa
fbcac3d37b Merge branch 'feature/bd-t' into master 2014-01-21 11:37:17 +09:00
haya14busa
64c775783a Update doc: missing two-key motion table 2014-01-21 11:36:53 +09:00
haya14busa
42f62b7ce8 Update doc: add bidirectional t motion 2014-01-21 11:35:45 +09:00
haya14busa
a0c2b760fe Implement bidirectional t motion and fix exclusive & inclusive flag
Implement: bidirectional t including within line, two-key, multi find
motion.
Fix: misuse of exclusive -> inclusive
Fix: bidirectional find motion inclusive flag
Add: test case for bidirectional t motion

close #6
2014-01-21 11:23:14 +09:00
haya14busa
c2c15d74ab Merge branch 'feature/inc_highlight' into master 2014-01-21 08:14:44 +09:00
haya14busa
7c2ad4f5d0 Update doc: highlight feature
Fix typo
2014-01-21 08:07:55 +09:00
haya14busa
8a103b5a00 Fix to set ColorScheme autocmd 2014-01-21 08:07:10 +09:00
haya14busa
7e833a6b04 Update TODO 2014-01-21 06:39:12 +09:00
haya14busa
1766e734d6 Add debug script 2014-01-21 06:30:30 +09:00
haya14busa
b625144c96 Fix to use move highlight condition 2014-01-21 06:28:04 +09:00
haya14busa
b7bb754be8 Fix cursor highlight priorities 2014-01-21 06:26:25 +09:00
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