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
|
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 |
|
haya14busa
|
ef0cb2b0a0
|
Merge pull request #232 from rhysd/organization
Organization URL
|
2015-06-22 23:10:04 +09:00 |
|
rhysd
|
bbae7863dc
|
organization URL
|
2015-06-22 23:04:30 +09:00 |
|
haya14busa
|
501100912f
|
Merge pull request #230 from azdkj532/master
Add explanation of EasyMotionMoveHL
|
2015-06-22 21:59:01 +09:00 |
|
Larry Huang
|
d37e94d744
|
Add explantion of EasyMotionMoveHL
Add a subtitle for highlight group 'EasyMotionMoveHL'.
|
2015-06-16 18:08:56 +08:00 |
|
haya14busa
|
9f1c449edf
|
Merge pull request #221 from Vadskye/master
Use mapping helper function for almost all mappings
|
2015-04-21 10:46:34 +09:00 |
|
Kevin Johnson
|
d3538d4627
|
remove l: prefix
|
2015-04-20 09:48:38 -07:00 |
|
Kevin Johnson
|
90307a6dba
|
use correct fnc for LineAnywhere mappings
|
2015-04-17 23:04:55 -07:00 |
|
Kevin Johnson
|
c2011d43b0
|
fix respect_direction inconsistent naming
|
2015-04-17 23:00:31 -07:00 |
|
Kevin Johnson
|
2ddc73453b
|
add Search special case in mapping helper function
|
2015-04-17 22:57:07 -07:00 |
|
Kevin Johnson
|
4465876cdc
|
fix Next, Previous motions
Unlike all other motions, they have no <Esc> in visual mode, so they are
handled outside the helper function.
|
2015-04-17 22:52:33 -07:00 |
|
Kevin Johnson
|
9d7069e70a
|
use mapping helper function for almost all mappings
|
2015-04-17 22:31:09 -07:00 |
|
haya14busa
|
8acdfc60e5
|
Merge branch 'update-vital'
|
2015-02-24 01:19:30 +09:00 |
|
haya14busa
|
6b1794f87c
|
Update vital
|
2015-02-24 01:19:17 +09:00 |
|
haya14busa
|
607fb0e6ee
|
doc: fix outdated document
|
2015-02-14 23:31:53 +09:00 |
|
haya14busa
|
1b5d892b95
|
Merge pull request #209 from NicholasTD07/patch-1
Fix comment for smartcase
|
2015-02-04 06:31:45 +09:00 |
|
Nicholas T.
|
fce80ed143
|
Fix comment for smartcase
It is definitely not case sensitive.
|
2015-01-30 11:15:52 +10:00 |
|
haya14busa
|
9ceebf91fc
|
Happy new year 2015!
|
2015-01-01 00:59:21 +09:00 |
|
haya14busa
|
22161037d7
|
Bump up version 2.1
|
2014-12-16 12:25:56 +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 |
|
haya14busa
|
55de0be306
|
Merge pull request #199 from thornycrackers/master
Fixing 256 color codes
|
2014-12-02 14:39:03 +09:00 |
|
Cody Hiar
|
58fcc31f7b
|
Fixing 256 color codes
|
2014-12-01 11:30:53 -07:00 |
|
haya14busa
|
ca1bb25ea7
|
Merge branch 'update-vital'
Thanks 1500 GitHub stars ;)
|
2014-11-24 02:08:06 +09:00 |
|
haya14busa
|
5922bb9462
|
Update vital
|
2014-11-24 02:07:19 +09:00 |
|
haya14busa
|
2dc0025881
|
Merge branch 'relicense-to-MIT'
|
2014-11-13 21:25:30 +09:00 |
|