haya14busa
85e90c9759
Merge pull request #389 from cht8687/master
...
fix typo and wording issue in README.md
2019-03-23 21:29:20 +09:00
Robert Chang
c789151573
fix typo and wording issue in README.md
2018-10-21 00:23:32 +11:00
haya14busa
1a0244c90c
Merge pull request #374 from easymotion/reviewdog
...
CI: run vint with reviewdog
2018-06-05 07:47:21 +09:00
haya14busa
d3b2677775
CI: run vint with reviewdog
2018-06-04 22:44:29 +00:00
haya14busa
342549e7a1
Merge pull request #352 from trayo/patch-1
...
fix typo
2017-10-20 14:43:24 +09:00
haya14busa
76f0251c53
Merge pull request #353 from trayo/patch-2
...
fix typo
2017-10-20 14:43:11 +09:00
Travis Yoder
ffbc1780ff
fix typo
2017-10-17 09:25:30 -07:00
Travis Yoder
38a9bcadfd
fix typo
2017-10-17 09:18:03 -07:00
haya14busa
e4d71c7ba4
Merge pull request #341 from easymotion/fix-undo
...
fix undo restore failing when empty undo history
2017-07-14 21:55:18 -07:00
haya14busa
3f844bcfd0
fix undo restore failing when empty undo history
...
Fix #339
2017-07-15 04:49:37 +00:00
haya14busa
d55e7bf515
Merge branch 'feature/ascii-migemo'
2017-04-27 12:16:27 +00:00
haya14busa
1ca831d29d
Support using migemo and smartsign feature at the same time
2017-04-27 12:08:18 +00:00
haya14busa
f916d602a1
Merge pull request #325 from kmorihiro/fix/migemodict
...
Fix to use migemodict for +migemo
2017-04-11 13:00:14 +09:00
Kyohei Morihiro
bd03c22f75
Fix to use current &migemodict value if it exists
2017-04-11 12:40:42 +09:00
Kyohei Morihiro
450f14521b
Support all ASCII characters in migemo, without whitespace.
...
1. Ignore whitespace because migemo doesn't generate any useful regexp for whitespace.
2. Fix not to escape any ASCII characters (e.g. `*`, `.`) if migemo is enabled, because `s:convertMigemo()` will replace them with migemo-regexps.
3. Remove verifying `re` in `s:convertMigemo()`, because `s:should_use_migemo()` already verified it.
2017-04-07 16:39:16 +09:00
Kyohei Morihiro
ef386352b0
Fix to use migemodict for +migemo
2017-04-06 16:24:25 +09:00
haya14busa
19d00afefe
📝 add incsearch-easymotion link
...
Fix #323
2017-03-04 00:32:08 +09:00
haya14busa
af9786ee57
add silent to :doautocmd
...
fix #294
2016-12-25 22:50:22 +09:00
haya14busa
a84412c626
Merge pull request #314 from easymotion/fix-doautocmd
...
Fix doautocmd
2016-12-25 17:19:07 +09:00
haya14busa
aa79397f9b
update vital
2016-12-25 17:14:32 +09:00
haya14busa
0adc9b4668
fix :doautocmd usage
2016-12-25 17:12:20 +09:00
haya14busa
20e5b052c0
📝 note EasyMotionIncSearch
2016-12-25 10:46:48 +09:00
haya14busa
11632455de
update vital
2016-10-19 00:52:20 +09:00
haya14busa
5c6f3cd9a7
update vital
2016-05-07 23:28:50 +09:00
haya14busa
a6b3c10b41
Merge pull request #285 from easymotion/rerevitalize
...
Try https://github.com/vim-jp/vital.vim/pull/415
2016-03-27 18:44:56 +09:00
haya14busa
02884f87aa
Try https://github.com/vim-jp/vital.vim/pull/415
2016-03-27 18:39:03 +09:00
haya14busa
2dad1b1661
Merge pull request #282 from easymotion/revitalizer
...
introduce revitalizer!
2016-03-23 08:23:01 +09:00
haya14busa
07e3665dbc
Update vital
2016-03-22 23:04:08 +09:00
haya14busa
cdc77add59
introduce revitalizer for speed!!!
2016-03-22 21:55:42 +09:00
haya14busa
649120e90e
Merge pull request #276 from YggdrasiI/master
...
Change of iskeyword-regexes and test file for motions
2016-02-15 16:28:13 +09:00
haya14busa
33f141c3c0
Cursor highlight doesn't exist for some environment
...
fix #275
2016-02-12 06:39:40 +09:00
YggdrasiI
fccf990d42
Remove local prefix 'l:' from let assignments.
2016-02-09 20:08:00 +01:00
YggdrasiI
d9c33fdd32
Remove option g:EasyMotion_maximal_jumpmarks.
2016-02-09 20:06:23 +01:00
YggdrasiI
e790e95834
Remove comments with previous regexes.
2016-02-09 20:03:50 +01:00
YggdrasiI
c7a7f04550
Merge branch 'master' into change_keyword_motions
2016-02-08 19:34:30 +01:00
YggdrasiI
8a4f00b3a0
-Update regex in EasyMotion#WBW ('W' and 'B' movement)
...
-Update regex in EasyMotion#EW ('E' and 'gE' movement)
- Add global option EasyMotion_maximal_jumpmarks.
It limits the number of jump targets for the motion. If the search
goes in both directions, they will be handled separately.
The option was just added to speed up the automated tests in t/compare_movements_spec.vim.
2016-02-08 19:31:57 +01:00
haya14busa
d8b4a60a2f
Update vital and fix inappropriate syntax reset
2016-02-08 12:41:52 +09:00
YggdrasiI
37042d3433
- Change EasyMotion#WBK regex. Should now matches the default Vim motions
...
b/w.
- Add test to compare different motion algorithm. (WIP. Test trigger
undetectable vim-vspec error)
2016-02-02 10:48:52 +01:00
haya14busa
b1acf6712d
Init with overwin motions
...
fix #268
2016-01-28 17:57:37 +09:00
haya14busa
799491e007
Fix #237
2016-01-22 09:12:33 +09:00
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