Commit Graph

743 Commits

Author SHA1 Message Date
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
haya14busa
0e6d1325d0 Relicence EasyMotion under MIT licence
- close #194
- ref https://github.com/haya14busa/haya14busa/issues/13#issuecomment-62876100
2014-11-13 21:24:00 +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
0ae51b2ddc Merge pull request #176 from yshalabi/patch-1
Update README.md
2014-08-23 08:54:49 +09:00
yshalabi
dc7cca7460 Update README.md
minor change to reflect updated Vundle syntax
2014-08-22 08:05:49 -04:00
haya14busa
7b4aa051ff doc: fix grammatical error in the README 2014-08-16 16:40:20 +09:00
haya14busa
8ef9ab5a6c doc: Fix trivial grammatical error by vim-grammarous 2014-08-16 16:32:05 +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
6a0030da89 Do not show version requiring messages on startup
ref: #167 #170
2014-07-23 07:35:41 +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
ff793c6629 Merge branch 'add-respect-n-N' 2014-06-28 17:22:46 +09:00
haya14busa
78ad6d82d3 n & N easymotion which respect previous direction 2014-06-28 17:22:12 +09:00
haya14busa
42e02a741c Merge branch 'fix-matchaddpos' 2014-06-19 17:45:46 +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