Commit Graph

790 Commits

Author SHA1 Message Date
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
haya14busa
f0969edf65 Change EOL JK motion plug mapping name
<Plug>(easymotion-J) -> <Plug>(easymotion-eol-j)
<Plug>(easymotion-J) -> <Plug>(easymotion-eol-k)
2014-01-15 10:28:29 +09:00
haya14busa
2ec6311aa2 Add feature task to TODO list: fuzzy matching 2014-01-15 09:58:48 +09:00
haya14busa
060f6b0152 Merge branch 'fix/eol-jk' into master 2014-01-15 09:11:57 +09:00
haya14busa
b1f8ce1aa6 Fix EOL JK motion regrex 2014-01-15 09:11:22 +09:00
haya14busa
9496c64ad5 Merge pull request #2 from takac/master
Add end of line mappings to J and K
2014-01-14 16:06:26 -08:00
Tom Cammann
fc34b17c55 Remove default end of line mapping, changed matching regex 2014-01-14 22:58:38 +00:00
haya14busa
806d663d58 Delete a task from TODO
Fix: visual-scroll related bug!!!
2014-01-14 17:52:42 +09:00
haya14busa
3c7d39488c Merge branch 'feature/multi-migemo' into master 2014-01-14 17:51:37 +09:00
haya14busa
3d95505147 Implement multi input migemo and improve it
Use koron/cmigemo for multi input.
2014-01-14 17:49:33 +09:00
haya14busa
348e381d23 Merge branch 'feature/enter_repeat' into master 2014-01-14 11:40:18 +09:00
haya14busa
392b74b7ea Update doc: Add Last Find Motion 2014-01-14 11:38:51 +09:00
haya14busa
f4e6cd30f9 Implement last find motion by {find motion}<CR>
Fix redraw
2014-01-14 10:44:57 +09: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