Commit Graph

34 Commits

Author SHA1 Message Date
haya14busa
291d92be70 Merge branch 'overwin' #130 2016-01-19 03:05:40 +09:00
haya14busa
d4c14f7731 Fix remapping over commandline keymappings
fix #262
2016-01-18 03:30:29 +09:00
haya14busa
00fc3281c3 Now, you can move cursor even over/across window
- implement <Plug>(easymotion-overwin-f)
- implement <Plug>(easymotion-overwin-f2)
- TODO:
  - test
  - doc
  - care configuration
2016-01-15 01:03:43 +09:00
somini
e3ee8c96b2 Extend verbose option to the command-line
I did a grep for more instances, but I think that's the only place where
it calls echo directly.
2015-11-16 00:08:34 +00:00
haya14busa
44499bae25 minor cleanup 2014-09-10 20:15:48 +09:00
haya14busa
b89b8f0d67 Highlight cursor position by default
Modify to highlight cursor waiting key input too
2014-03-21 17:02:26 +09:00
haya14busa
c91a012505 Oops...Remove cmdline.set_suffix() 2014-03-21 16:59:22 +09:00
haya14busa
79351abae6 Update vital-over 2014-03-15 01:10:32 +09:00
haya14busa
bef3e42328 Fix unexpected message echoed
Problem: use `let` to call function instead of `call`...
update vital-over

close #115
2014-02-21 19:55:23 +09:00
haya14busa
0a35207598 Merge branch 'handle/scrolloff' into master 2014-02-21 18:50:21 +09:00
haya14busa
215163c1b1 Handle scrolloff option when n-key motion
close #110
2014-02-21 18:48:22 +09:00
haya14busa
ee08b922a5 Use set_prompt() instead of s:cmdline.prompt 2014-02-17 20:52:45 +09:00
haya14busa
893fc516e0 Update vital-over 2014-02-17 00:00:22 +09:00
haya14busa
ff5a3a7d3d Modify cmdline for vital-over update 2014-02-10 10:34:55 +09:00
haya14busa
525b008695 Modify should_use_smartcase to should_case_sensitive
Take into account &ignorecase and &smartcase for n key find motion to be
consistent with vim default search
2014-02-06 22:12:52 +09:00
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
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
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
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
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
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