Commit Graph

791 Commits

Author SHA1 Message Date
haya14busa
d00540912c Merge pull request #266 from modal/master
Correct minor misspelling ovrewin should be overwin
2016-01-22 09:06:51 +09:00
Tim Dahlin
f209d82442 Correct minor mispelling ovrewin should be overwin 2016-01-21 11:21:28 -06:00
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
f80929acbe overwin motions now see EasyMotion_do_shade option 2016-01-21 15:11:54 +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
65cde0b6fe Update minimal configuration example to use overwin motions 2016-01-20 09:09:02 +09:00
haya14busa
f6e67b3eee Fix typo 2016-01-19 06:51:46 +09:00
haya14busa
fb1f6587e2 Update README 📝 2016-01-19 06:08:20 +09:00
haya14busa
c97e03dcfc Bump up version to 3.0 2016-01-19 05:57:05 +09:00
haya14busa
291d92be70 Merge branch 'overwin' #130 2016-01-19 03:05:40 +09:00
haya14busa
c3d7bae21b Add document for overwin motions 2016-01-19 03:04:05 +09:00
haya14busa
7578ffe479 Support jump to first target feature for overwin motions 2016-01-19 03:02:44 +09:00
haya14busa
69753395d0 Add document for overwin motions 2016-01-19 02:21:44 +09:00
haya14busa
019fc00cba Fix jump back to original view
fix #210
2016-01-18 04:26:41 +09:00
haya14busa
c646db0fef Merge branch 'fix-over-remapping' 2016-01-18 03:30:58 +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
0ed4621f29 Merge branch 'fix-vcol' 2016-01-18 03:07:29 +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
haya14busa
39abbf30a7 Happy New Year! 2016-01-03 23:39:27 +09:00
somini
2d2dfa767e Initial tests 2015-11-16 00:08:34 +00:00
somini
a258f4b436 Keep undocumented ignore_exception option
It's used in plugins.
2015-11-16 00:08:34 +00:00
somini
dd27cd628c Add Documentation 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
a21d4474f0 Merge pull request #251 from lhassan18/master
Proofread
2015-10-27 22:14:40 -07:00
Louai Hassan
2073db0049 Proofread
Made some small adjustments to your readme.
2015-10-28 00:27:19 -04:00
haya14busa
0806257ca6 Merge pull request #240 from TrevorS/patch-2
Typo colum -> column.
2015-08-06 18:19:25 +09: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
Trevor Strieber
67c6b91d57 Typo colum -> column. 2015-08-05 18:46:30 -07:00
haya14busa
eab003a099 Merge pull request #238 from arsenerei/patch-1
Correct spelling
2015-07-25 11:12:14 +09:00
Arsene Rei
93bba6987e Correct spelling 2015-07-24 10:59:32 -07: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
cfcafd7acb Use organization url for travis badge 2015-06-28 23:06:20 +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