haya14busa
b708fca3a2
Improve README
...
- Add Installation
- Add minimal configuration sample
2014-03-24 07:33:29 +09:00
haya14busa
a65668c468
Change travis icon to svg from png
2014-03-22 00:10:25 +09:00
haya14busa
7c0e2cac2c
Fix doc
2014-03-21 17:13:30 +09:00
haya14busa
b89b8f0d67
Highlight cursor position by default
...
Modify to highlight cursor waiting key input too
2014-03-21 17:02:26 +09:00
haya14busa
c91a012505
Oops...Remove cmdline.set_suffix()
2014-03-21 16:59:22 +09:00
haya14busa
5302eecff5
Do not modify foldmethod if the value is expr
...
It seems calculation of `expr` slows down to complete jump
If &foldmethod == 'expr', maybe there are no need to modify values temporarily
2014-03-17 22:12:49 +09:00
haya14busa
7d930dd734
Remove trailing white spaces
2014-03-16 10:12:00 +09:00
haya14busa
f7f1b8ba70
Merge branch 'update/vital-over' into master
2014-03-15 01:10:57 +09:00
haya14busa
79351abae6
Update vital-over
2014-03-15 01:10:32 +09:00
haya14busa
3949408e59
Fix typo
2014-03-03 23:14:37 +09:00
haya14busa
412699d466
Improve <Space> expression
2014-02-26 10:44:52 +09:00
haya14busa
5489d38337
Improve & Refactoring multibyte handling
2014-02-26 10:37:47 +09:00
haya14busa
058aee2505
Doc: add non-ascii, multibyte keys example
...
Relate: #16
2014-02-24 21:51:35 +09:00
haya14busa
e1b70995a2
Merge branch 'handle/multibytetargetkey' into master
...
close #16
2014-02-24 18:13:10 +09:00
haya14busa
f751bfecaf
Escape '&' for substitution
2014-02-24 18:11:09 +09:00
haya14busa
a4205c54ac
Fix typo
2014-02-22 20:52:56 +09:00
haya14busa
b3d954ddc1
Improve helper#is_folded()
2014-02-22 18:31:13 +09:00
haya14busa
147bacdba9
Merge branch 'improve/test' into master
2014-02-22 18:07:00 +09:00
haya14busa
c25e1fe18e
Test: add vim-vspec test for default word motion(w/b)
...
Relate: #88
2014-02-22 18:06:02 +09:00
haya14busa
899814e03a
Fix to get target_char correctly
...
Get from marker, modified line, instead of original target line.
2014-02-22 15:52:14 +09:00
haya14busa
e4d0533fba
Fix help doc: Default option value for n-key motion was wrong
2014-02-22 03:03:28 +09:00
haya14busa
f957c76b83
Move travis icon
2014-02-22 00:15:36 +09:00
haya14busa
2b833f64bd
Comment out s:suffix because the test unexpectedly failed
2014-02-21 23:16:50 +09:00
haya14busa
ded514fcd3
Improve type(): avoid the magic numbers
2014-02-21 22:37:54 +09:00
haya14busa
fc502975f7
Improve handling Repeat motions condition
2014-02-21 21:57:32 +09:00
haya14busa
18b5a53678
Merge branch 'fix/echo' into master
2014-02-21 19:55:48 +09:00
haya14busa
bef3e42328
Fix unexpected message echoed
...
Problem: use `let` to call function instead of `call`...
update vital-over
close #115
2014-02-21 19:55:23 +09:00
haya14busa
0a35207598
Merge branch 'handle/scrolloff' into master
2014-02-21 18:50:21 +09:00
haya14busa
215163c1b1
Handle scrolloff option when n-key motion
...
close #110
2014-02-21 18:48:22 +09:00
haya14busa
f3fec5dd8c
Merge branch 'fix/changelist' into master
2014-02-21 16:35:07 +09:00
haya14busa
e2b08d27bf
Fix changelist is modified unexpectedly
...
Problem: changelist is modified by setline()
Solution: Use :h keepjumps
It seems work as changelist not only jumplist
close #114
Thanks for the report @wilywampa
2014-02-21 16:34:21 +09:00
haya14busa
70ff22b9ab
Merge branch 'vimlint' into master
2014-02-20 06:56:17 +09:00
haya14busa
21783232a6
Improve default mapping helper func performance
2014-02-20 06:47:11 +09:00
haya14busa
278028761c
Improve by vimlint
2014-02-20 06:29:39 +09:00
haya14busa
bfaf71533c
Fix unused variable cnt in DotRepeat
2014-02-20 06:18:49 +09:00
haya14busa
b4d3ac9eac
Unify the way to get marker_char from marker_chars
2014-02-20 05:53:00 +09:00
haya14busa
1f065ea5fa
Fix multibyte handling for EOL and bland line
2014-02-20 04:28:21 +09:00
haya14busa
ce77606122
Perform refactoring of marker substitution section
2014-02-20 04:04:09 +09:00
haya14busa
93f4849764
Improve readability and add NOTE for multibyte handling
2014-02-20 03:59:46 +09:00
haya14busa
8be000a257
Improve multibyte handling especially for g:EasyMotion_key !
...
Relate: #16
2014-02-20 03:22:25 +09:00
haya14busa
7155f227ef
Oops: fix condition
2014-02-19 00:46:36 +09:00
haya14busa
355293df2c
Merge pull request #112 from hokorobi/master
...
Fix doc
2014-02-18 20:01:37 +09:00
hokorobi
d8f7943a66
Fix doc
2014-02-18 19:57:40 +09:00
haya14busa
fc13fad075
Merge branch 'add/disable_two_key_combo' into master
2014-02-18 17:53:36 +09:00
haya14busa
78c0f4a1b5
Update doc: g:Easymotion_disable_two_key_combo
2014-02-18 17:53:29 +09:00
haya14busa
93de27f7bd
Add g:EasyMotion_disable_two_key_combo
...
Set this value 1 if you want to disable two key combo
close #106
2014-02-18 17:52:51 +09:00
haya14busa
59c3556b0d
Merge branch 'fix/tmotion' into master
2014-02-18 14:04:04 +09:00
haya14busa
2b27e74c2f
Improve t/T find motions to match beginning & end of line targets
...
Including minor refactoring
close #109
2014-02-18 14:02:30 +09:00
haya14busa
6f31bc5443
Merge branch 'improve/iskeyword' into master
2014-02-18 13:59:58 +09:00
haya14busa
3f423c28c9
Improve iskeyword word motions
...
- Make within line word motion compatible with iskeyword by default
- Add test
- Update doc
- Thanks @yuex: #101
2014-02-18 13:59:07 +09:00