Commit Graph

574 Commits

Author SHA1 Message Date
haya14busa
1124db2edd Improve cursor & shade regexp 2014-01-24 01:03:48 +09:00
haya14busa
7f8c3ed560 Modify description 2014-01-24 00:59:47 +09:00
haya14busa
5d5fd07500 Merge branch 'feature/offscreen_search' into master 2014-01-23 22:58:49 +09:00
haya14busa
73aaf9d0c3 Fix test 2014-01-23 22:58:33 +09:00
haya14busa
a3b00518d2 Fix typo 2014-01-23 22:56:58 +09:00
haya14busa
0d39901b11 Implement scroll to find motion cmd line 2014-01-23 22:53:58 +09:00
haya14busa
cbc62124ae Test: add test case for off-screen search 2014-01-23 16:26:45 +09:00
haya14busa
666f0ce816 Merge pull request #9 from joshtch/master
Fix spelling in doc: 'easymoion' -> 'easymotion'
2014-01-22 22:49:17 -08:00
haya14busa
3e95e0beb7 Update doc: enhancement of 'n' key motion 2014-01-23 15:48:02 +09:00
joshtch
ac58277dd8 Fix spelling in doc: 'easymoion' -> 'easymotion'
`:%s/moion/motion/g`
2014-01-22 23:45:05 -05:00
haya14busa
f00b912940 Implement 'n' key motion offscreen search!
Including some refactoring
    - s:Easymotion function
        - handling original & cursor position
    - autoload/EasyMotion/command_line.vim
    - s:Getvisualstartposition function
2014-01-23 11:47:31 +09:00
haya14busa
c6a01fe473 Implement g:Easymotion_add_search_history option 2014-01-23 11:41:43 +09:00
haya14busa
33bf1de0f8 Implement activate function
For clever motion & highlight
2014-01-23 11:38:00 +09:00
haya14busa
42afb8b03d Merge branch 'fix/withinline' into master 2014-01-23 11:20:59 +09:00
haya14busa
911f3f5b5c Fix withinline motion hang up
close #7
2014-01-23 11:19:38 +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