Tom Cammann
fc34b17c55
Remove default end of line mapping, changed matching regex
2014-01-14 22:58:38 +00:00
Tom Cammann
c72e01e970
Add end of line mappings to J and K
2014-01-14 01:00:06 +00:00
haya14busa
4122b8eda5
Merge branch 'feature/mjolvim-motion' into master
...
Conflicts:
autoload/EasyMotion.vim
plugin/EasyMotion.vim
2014-01-14 08:54:16 +09:00
haya14busa
512ecf851a
Improve command_line and move helper function
2014-01-14 08:48:26 +09:00
haya14busa
7ab69a7dc2
Add prompt option
2014-01-14 06:31:31 +09:00
haya14busa
008498ae4b
Update doc: Multi input find motion
2014-01-14 06:18:57 +09:00
haya14busa
f4a59023da
Modify mapping method
2014-01-14 04:29:09 +09:00
haya14busa
8f6567aff4
Fix GetVisualStartPosition when blockwise visual
2014-01-14 03:58:21 +09:00
haya14busa
1e4fe83bd6
Add helper function
2014-01-14 03:58:21 +09:00
haya14busa
cb9d74831e
Modify special mapping
2014-01-14 03:58:21 +09:00
haya14busa
67f5afde53
Modify EasyMotion#User
2014-01-14 03:58:21 +09:00
haya14busa
b9ece15e1c
Fix visual mode scroll bug completely!
...
Problem : line('w0') & line('w$') doesn't work correctly in visual mode
Solution : Prepend <ESC> to xnoremap and modify code
Change :
- method of mapping
- use softtab in plugin/EasyMotion.vim
2014-01-14 03:58:15 +09:00
haya14busa
f94352bfe7
Support handling of operator pending mode
...
Use v for characterwise motion
2014-01-13 08:16:13 +09:00
haya14busa
fb2b7e7349
Modify not to shade when the number of target is one
2014-01-13 08:12:30 +09:00
haya14busa
45ff4bcf31
Fix color for cterm and Add comment
2014-01-12 21:50:23 +09:00
haya14busa
6c656b1f17
Refactoring of find motion for multi key strokes
2014-01-12 21:45:21 +09:00
haya14busa
14d4792180
Implement two (or above) input key find motion
2014-01-11 05:56:41 +09:00
haya14busa
2902fa34b8
Update TODO
2014-01-11 00:55:17 +09:00
haya14busa
c201fbe22d
Merge branch 'improve/migemo' into master
2014-01-11 00:51:15 +09:00
haya14busa
b694591531
Improve handling folded line
...
Skip and jump to end or first of folded line
2014-01-11 00:50:17 +09:00
haya14busa
c06412c525
Skip folded line for migemo check
2014-01-11 00:32:27 +09:00
haya14busa
57183cc368
Check if visible text include multibyte char
2014-01-11 00:06:21 +09:00
haya14busa
e1a0ca2a97
Add maintainer description
2014-01-10 23:21:43 +09:00
haya14busa
fb81281dc8
Perform refactoring plug/easymotion.vim and init.vim
...
Flatten indent and Delete InitOptions function
2014-01-10 23:21:38 +09:00
haya14busa
7568f2f561
Remove a task from TODO list
2014-01-10 22:13:58 +09:00
haya14busa
2f79a7c1c7
Merge branch 'modify/selectphrase' into master
2014-01-10 21:35:18 +09:00
haya14busa
9d474722d5
Support migemo & smartsign to SelectPhrase
...
And some refactoring
Escape '[' & ']' in s:findmotion for SelectPhrase
2014-01-10 21:33:21 +09:00
haya14busa
1ea0af6119
Merge branch 'modify/plug-prefix' into master
2014-01-10 19:56:40 +09:00
haya14busa
e7ff5027fa
Update doc & readme: Plug support for prefix key
2014-01-10 19:55:53 +09:00
haya14busa
d0352aacfd
Plug support for EasyMotion prefix (leader) key
2014-01-10 19:55:05 +09:00
haya14busa
d3bbdd90cc
Merge branch 'feature/repeat_and_enter' into master
2014-01-10 17:16:45 +09:00
haya14busa
50b858cd3d
Update doc
...
Add description for Easymotion_enter_jump_first
2014-01-10 17:16:09 +09:00
haya14busa
daf0362674
Update doc
...
Add description for repeat motion
Some Cosmetic changes
2014-01-10 17:03:08 +09:00
haya14busa
65d4d41d66
Update doc
...
Add description for missing line motion
2014-01-10 16:47:35 +09:00
haya14busa
1661f31786
Update TODO
2014-01-10 13:22:31 +09:00
haya14busa
0f4a6438b1
Implement jump first match with Enter option
...
Variable: g:EasyMotion_enter_jump_first
Default: 0 (Off)
Enable: let g:EasyMotion_enter_jump_first = 1
2014-01-09 14:00:06 +09:00
haya14busa
b03263760b
Implement repeat last motion!
...
Description: Repeat last motion(use same regexp)
Mapping: <Plug>(easymotion-repeat)
FIXME: dir arguments is redundant
2014-01-09 14:00:00 +09:00
haya14busa
29a46ae157
Modify and Add missing within line motion
...
Mofify: use s:line_flag and search_stopline
Add : Missing f,F,t,T motion within line
And some refactoring about init & reset functions
2014-01-09 13:46:11 +09:00
haya14busa
aa8d1ef8a6
Fix allows_repeat variable for SelectLines is global
2014-01-09 10:30:51 +09:00
haya14busa
a8dc9e24e7
Merge branch 'fix/handle-visual'
2014-01-09 06:28:33 +09:00
haya14busa
2d93607798
Fix handling visual mode
2014-01-09 06:27:37 +09:00
haya14busa
3d3f4a7864
Merge branch 'fix/refactoring'
2014-01-09 05:07:35 +09:00
haya14busa
d4cfdf05bb
Fix refactoring
2014-01-09 05:07:17 +09:00
haya14busa
22ed806308
Merge branch 'fix-undo-cmd' into master
2014-01-09 03:03:04 +09:00
haya14busa
e9aba3a7f8
Fix restoring undotree in command-line window
2014-01-09 03:01:00 +09:00
haya14busa
5df1c0bb54
Update TODO
2014-01-07 22:58:52 +09:00
haya14busa
5f7fdbb160
Merge branch 'fix/line_motion_visual' into master
2014-01-07 20:34:18 +09:00
haya14busa
38b6f3b456
Merge branch 'refactoring' into master
2014-01-07 20:34:00 +09:00
haya14busa
2fdfc15c56
Fix lineanywhere motion at visual selection
...
Probrem: line('.') couldn't correctly current position at visual mote
unless get buck normal mode temporarily
2014-01-07 20:29:16 +09:00
haya14busa
ead72033d7
Delete unused file
2014-01-07 17:08:52 +09:00