haya14busa
5475bd72f6
Merge branch 'improve/commandline' into dev
2014-02-06 19:44:30 +09:00
haya14busa
936adf59f0
Remove on_cancel & use exit_code()
2014-02-06 19:35:16 +09:00
haya14busa
cb0ba2563d
Oops
2014-02-05 23:15:57 +09:00
haya14busa
949448ec24
Move highlight to autoload/ from plugin/
2014-02-05 15:18:25 +09:00
haya14busa
01f7f06a0a
Fix shade configuration for find motion command line
...
close #83
2014-02-05 15:15:05 +09:00
haya14busa
d3ee7bb8d9
Improve command line for find motion
...
Add:
- autocmd User
- InsertRegister
- EMCommandLine Map, NoreMap, UnMap
- Emacs like keymapping by default
Change:
- Modify default buffer completion key from <C-d> to <C-l>
2014-02-05 14:20:50 +09:00
haya14busa
a45cee4b42
Improve highlight & speed
...
Including Cosmetic change
2014-02-04 17:31:55 +09:00
haya14busa
8e4ec37037
Fix to use global variable for highlight group
2014-02-04 17:31:55 +09:00
haya14busa
733d5a1bde
Merge branch 'master' into adjust/lokaltog
2014-02-02 02:11:10 +09:00
haya14busa
b368309fb3
Modify to use vital-over for commandline of find motion
...
Add buffer completion, paste and mapping feature
2014-02-02 02:02:26 +09:00
haya14busa
5b2b33f36e
Completely remove special function: SelectLines & SelectPhrase
2014-01-31 16:59:28 +09:00
haya14busa
f26a4597db
Implement cursor move to n key motion command line
...
Heavily using code from vim-over
Author : osyo-manga
URL : https://github.com/osyo-manga/vim-over
2014-01-26 22:58:00 +09:00
haya14busa
2f9147321b
Move some should_use_ function to helper
2014-01-26 22:58:00 +09:00
haya14busa
c3dee02800
Fix command_line <C-o> behavior
2014-01-24 17:04:30 +09:00
haya14busa
ff15dabea7
Improve find motion scroll
2014-01-24 01:06:21 +09:00
haya14busa
1124db2edd
Improve cursor & shade regexp
2014-01-24 01:03:48 +09:00
haya14busa
0d39901b11
Implement scroll to find motion cmd line
2014-01-23 22:53:58 +09: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
2b2c588f39
Modify all function return is_cancelled flag
2014-01-22 14:08:48 +09:00
haya14busa
b7bb754be8
Fix cursor highlight priorities
2014-01-21 06:26:25 +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
5bed6b3f9e
Cosmetic: retab to expandtab all and add modeline
2014-01-17 17:39:26 +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
3d95505147
Implement multi input migemo and improve it
...
Use koron/cmigemo for multi input.
2014-01-14 17:49:33 +09:00
haya14busa
f4e6cd30f9
Implement last find motion by {find motion}<CR>
...
Fix redraw
2014-01-14 10:44:57 +09:00
haya14busa
512ecf851a
Improve command_line and move helper function
2014-01-14 08:48:26 +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
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
6c656b1f17
Refactoring of find motion for multi key strokes
2014-01-12 21:45:21 +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
d0352aacfd
Plug support for EasyMotion prefix (leader) key
2014-01-10 19:55:05 +09:00
haya14busa
ead72033d7
Delete unused file
2014-01-07 17:08:52 +09:00
haya14busa
4c55ab61ac
Add smartsign feature like smartcase
...
Now, you can jump to '!' by '1'.
Option: keyboard layout
g:EasyMotion_use_smartsign_us
g:EasyMotion_use_smartsign_jp
2013-12-29 14:29:05 +09:00
haya14busa
e5aac13f0b
Improve do mapping behavior
2013-12-22 20:49:35 +09:00
haya14busa
530723fc7a
Backward compatible mapping for special function
2013-12-21 21:29:27 +09:00
haya14busa
07e1bbd191
Backward compatible mapping
2013-12-21 20:00:37 +09:00
haya14busa
ead7164a4b
Refactoring EasyMotion#init#InitMappings
...
Now you can chose do mapping or preparing <Plug> only
2013-12-20 16:55:02 +09:00
haya14busa
66480855da
Support <Plug> mappings
...
Delete: g:variable mappings
2013-12-19 02:58:51 +09:00
haya14busa
7715fc0caf
Fix: autoload script is loaded when vim starting
...
Solution: Use autoload/EasyMotion/init.vim to call init functions
2013-12-18 22:41:31 +09:00
haya14busa
8a897c58f0
Use save cpo options in autoload/ too
2013-12-18 21:42:56 +09:00
haya14busa
bafa29fee7
support migemo but it'll take too long time
2013-10-12 12:58:29 +09:00