haya14busa
|
291d92be70
|
Merge branch 'overwin' #130
|
2016-01-19 03:05:40 +09:00 |
|
haya14busa
|
7578ffe479
|
Support jump to first target feature for overwin motions
|
2016-01-19 03:02:44 +09:00 |
|
haya14busa
|
d4c14f7731
|
Fix remapping over commandline keymappings
fix #262
|
2016-01-18 03:30:29 +09:00 |
|
haya14busa
|
c9cc9ecd64
|
Merge pull request #241 from somini/master
Introduce verbose option
|
2016-01-18 03:16:52 +09:00 |
|
haya14busa
|
f306da3966
|
Fix <Tab> character handling for JK motions
fix #228 #243
|
2016-01-18 03:05:36 +09:00 |
|
haya14busa
|
656f3425fa
|
Update vital-hit-hint-motion
|
2016-01-18 02:56:36 +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
|
30e6870ff7
|
Raise priority for target highlight
|
2015-06-29 17:38:52 +09:00 |
|
haya14busa
|
c5e6715623
|
Fix unexpected global var
|
2014-12-05 17:57:23 +09:00 |
|
haya14busa
|
09b0d7b944
|
Fix undefined variables
close #201
|
2014-12-04 17:34:09 +09:00 |
|
Cody Hiar
|
58fcc31f7b
|
Fixing 256 color codes
|
2014-12-01 11:30:53 -07:00 |
|
haya14busa
|
44499bae25
|
minor cleanup
|
2014-09-10 20:15:48 +09:00 |
|
haya14busa
|
57371aed8f
|
Use matchaddpos() if possible
|
2014-06-18 12:53:19 +09:00 |
|
haya14busa
|
2d2b597ce3
|
Fix dot repeat with count
- Solution: Consider into the char on the cursor position while dot repeat.
fix #164
|
2014-06-12 17:14:04 +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
|
5302eecff5
|
Do not modify foldmethod if the value is expr
It seems calculation of `expr` slows down to complete jump
If &foldmethod == 'expr', maybe there are no need to modify values temporarily
|
2014-03-17 22:12:49 +09:00 |
|
haya14busa
|
79351abae6
|
Update vital-over
|
2014-03-15 01:10:32 +09:00 |
|
haya14busa
|
b3d954ddc1
|
Improve helper#is_folded()
|
2014-02-22 18:31:13 +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
|
67eab2c5c7
|
Merge branch 'modify/cmdline' into master
|
2014-02-17 00:01:09 +09:00 |
|
haya14busa
|
893fc516e0
|
Update vital-over
|
2014-02-17 00:00:22 +09:00 |
|
haya14busa
|
3980b690bb
|
Merge branch 'handle/avoidhighlight' into master
|
2014-02-15 00:17:33 +09:00 |
|
haya14busa
|
ff4bdedaa4
|
Minor improvement of silent_feedkeys()
|
2014-02-13 11:40:01 +09:00 |
|
haya14busa
|
55063e6868
|
Improve n-key find motions' consistency with default search
Highlight all the matches after the landing.
Close #100
|
2014-02-13 11:27:07 +09:00 |
|
haya14busa
|
ea8da5c03d
|
Remove init.vim
|
2014-02-13 10:56:38 +09:00 |
|
haya14busa
|
a31ec1191a
|
Handle avoid Error & MatchParen highlight correctly
|
2014-02-12 13:33:21 +09:00 |
|
haya14busa
|
e27e7d65c4
|
Handle CSApprox: do not use CSApprox by default
Github: #99 #98 #90 #35 #31
|
2014-02-12 13:20:57 +09:00 |
|
haya14busa
|
4ded78e697
|
Fix CSApprox: handling g:CSApprox_loaded #98
|
2014-02-11 19:03:00 +09:00 |
|
haya14busa
|
ff5a3a7d3d
|
Modify cmdline for vital-over update
|
2014-02-10 10:34:55 +09:00 |
|
haya14busa
|
b82626f614
|
Fix condition for CSApprox
|
2014-02-07 16:45:11 +09:00 |
|
haya14busa
|
ff5567fc7e
|
Maybe workaround but it seems to fix handlin CSApprox
|
2014-02-07 16:06:20 +09:00 |
|
haya14busa
|
d7a1d45a2e
|
Move init highlight function to highlight.vim from init.vim
|
2014-02-07 15:20:58 +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
|
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 |
|