Commit Graph

316 Commits

Author SHA1 Message Date
haya14busa
e777916540 Make sure canceling easymotion with <C-c> fix #237 2016-01-21 19:05:29 +09:00
haya14busa
fc056f37fd fix empty input
ref: https://github.com/easymotion/vim-easymotion/issues/265#issuecomment-173485469
2016-01-21 18:55:22 +09:00
haya14busa
fc7d1d9a5d Make sure the autocmd event exists before doautocmd 2016-01-21 17:21:43 +09:00
haya14busa
65ee835a4e Merge branch 'experiment-preserve-syntax' 2016-01-21 16:17:47 +09:00
haya14busa
74fc979fe7 IndentLine handlings 2016-01-21 16:12:33 +09:00
haya14busa
f5ecb99abe From patch 7.4.792, we can conceal item with matchadd()
It solves problem of :syn-cchar which cannot conceal some keyword items.

Patch 7.4.792 is nice!
Thanks @chrisbra
2016-01-21 15:47:58 +09:00
haya14busa
d157c4d1cd Avoid side-effect of calling s:findMotion() in EasyMotion#OverwinF()
s:findMotion() sets s:current.original_position and
EasyMotion#OverwinF() has to reset this var.

fix #265
2016-01-21 15:03:59 +09:00
haya14busa
87e7b88bdd Preserve syntax and support g:EasyMotion_do_shade for overwin motions 2016-01-21 13:01:06 +09:00
haya14busa
aaa9a4ab95 Preserve syntax
- Problem: Flick occurs when vertical splitting
2016-01-21 04:27:10 +09:00
haya14busa
6bad3f4174 Manage WinLeave/WinEnter events 2016-01-21 01:37:02 +09:00
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
019fc00cba Fix jump back to original view
fix #210
2016-01-18 04:26:41 +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
a258f4b436 Keep undocumented ignore_exception option
It's used in plugins.
2015-11-16 00:08:34 +00:00
somini
8b0bec6105 Better Throw behaviour
Make sure the exception is thrown, to clean up and do other things, but
show the message only if the verbose option is set.
2015-11-16 00:08:34 +00: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
somini
593479169b Introduce verbose option
Provide a way to silence nagging messages, more appropriate for a debug
situation.
2015-11-16 00:08:34 +00:00
haya14busa
64da988487 fix set hlsearch with g:EasyMotion_add_search_history == 0
https://github.com/easymotion/vim-easymotion/issues/139#issuecomment-128277980
2015-08-06 17:12:05 +09:00
haya14busa
2a2cf14bc7 fix Vim hangs for fold lines fix #235 2015-07-01 09:18:44 +09:00
haya14busa
30e6870ff7 Raise priority for target highlight 2015-06-29 17:38:52 +09:00
haya14busa
b11864a467 update vital 2015-06-28 23:01:55 +09:00
haya14busa
15fc017ed1 fix spec for bi-directional t motion 2015-06-28 22:57:06 +09:00
haya14busa
b10ed8fcd1 Add experimental API called EasyMotion#go() 2015-06-28 22:51:43 +09:00
haya14busa
b6861684ce Additional config and more intuitive target marge 2015-06-28 22:29:13 +09:00
rhysd
bbae7863dc organization URL 2015-06-22 23:04:30 +09:00
haya14busa
6b1794f87c Update vital 2015-02-24 01:19:17 +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
5922bb9462 Update vital 2014-11-24 02:07:19 +09:00
haya14busa
868cd71710 Merge pull request #182 from z0rch/master
fix #181: Next and Prev jumps automatically expand folds
2014-09-29 00:46:10 +09:00
haya14busa
91464bdce4 Improve JK motion regex pattern for multibyte 2014-09-28 16:39:02 +09:00
z0rch
9f1cbd1255 fix #181: Next and Prev jumps automatically expand folds 2014-09-27 17:33:38 +02:00
haya14busa
44499bae25 minor cleanup 2014-09-10 20:15:48 +09:00
haya14busa
3b8a2dda5c update vital-over 2014-08-29 00:38:52 +09:00
haya14busa
60cb17b87f Update vital-over: including fix #177 2014-08-28 10:24:43 +09:00
haya14busa
fd556fd9de Delete undo file explicitly ref: #174
Thanks: @hokorobi
2014-08-09 17:48:49 +09:00
haya14busa
b2951b070b Update vital.vim
- Fix loading problem: fix #171
2014-07-24 10:35:19 +09:00
haya14busa
537c2ff01a Update vital & vital-over 2014-07-16 00:43:16 +09:00
haya14busa
5cd205a016 Use winrestview() to adjust screen 2014-07-07 17:26:18 +09:00
haya14busa
b0999d6c99 Lint check with vim-lint
- remove unused arguments
- remove unused variables
- explicitly initialize a variable
2014-07-01 00:14:53 +09:00
haya14busa
ccefe1ae84 Remove an unused argument 2014-07-01 00:02:28 +09:00
haya14busa
78ad6d82d3 n & N easymotion which respect previous direction 2014-06-28 17:22:12 +09:00
haya14busa
834f76d279 Fix highlight of second targets with matchaddpos() 2014-06-19 17:45:07 +09:00
haya14busa
70406b717c Reduce lines of code a little 2014-06-19 17:44:20 +09:00