Commit Graph

710 Commits

Author SHA1 Message Date
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
haya14busa
23bb024632 Merge pull request #101 from yuex/iskeyword
make `EasyMotion#WB` and `EasyMotion#E` be consistent with vim's `iskeyword`
2014-02-18 12:55:46 +09:00
Yue Xin
02d4f0fc12 add support for vim's default iskeyword-style word motion' 2014-02-18 11:02:37 +08:00
haya14busa
8a5f2efc03 Merge branch 'update/vital-over' into master 2014-02-17 20:53:26 +09:00
haya14busa
ee08b922a5 Use set_prompt() instead of s:cmdline.prompt 2014-02-17 20:52:45 +09:00
haya14busa
f5ec6cba56 Update vital-over
set_prompt & get_prompt
2014-02-17 20:44:26 +09:00
haya14busa
67eab2c5c7 Merge branch 'modify/cmdline' into master 2014-02-17 00:01:09 +09:00
haya14busa
893fc516e0 Update vital-over 2014-02-17 00:00:22 +09:00
haya14busa
46606a9cc1 Fix feedkeys() works bad when c operator with search motion
close #107
2014-02-16 15:21:37 +09:00
haya14busa
3980b690bb Merge branch 'handle/avoidhighlight' into master 2014-02-15 00:17:33 +09:00
haya14busa
fe4f978db2 Update doc: minor fix 2014-02-14 18:59:01 +09:00
haya14busa
203a667660 Merge pull request #103 from joshtch/master
Fix grammar and spelling in helpfile
2014-02-14 18:55:51 +09:00
joshtch
c9826afc36 Fix grammar and spelling in helpfile
I won't claim this is 100% perfect, but it's better anyway!
2014-02-14 03:03:35 -05:00
haya14busa
6775683ce6 Merge pull request #102 from joshtch/master
Fix grammar and spelling in readme
2014-02-14 16:10:01 +09:00
joshtch
a0a2df2308 Fix grammar and spelling in readme 2014-02-14 01:23:04 -05:00
haya14busa
ff4bdedaa4 Minor improvement of silent_feedkeys() 2014-02-13 11:40:01 +09:00
haya14busa
0f1ac79503 Merge branch 'improve/search-sn' into master 2014-02-13 11:30:51 +09:00
haya14busa
55063e6868 Improve n-key find motions' consistency with default search
Highlight all the matches after the landing.

Close #100
2014-02-13 11:27:07 +09:00
haya14busa
ea8da5c03d Remove init.vim 2014-02-13 10:56:38 +09:00
haya14busa
a31ec1191a Handle avoid Error & MatchParen highlight correctly 2014-02-12 13:33:21 +09:00
haya14busa
0c7eeb5514 Merge branch 'handle/csaaprox' into master 2014-02-12 13:21:13 +09:00
haya14busa
e27e7d65c4 Handle CSApprox: do not use CSApprox by default
Github: #99 #98 #90 #35 #31
2014-02-12 13:20:57 +09:00
haya14busa
e01bc0305e Merge branch 'fix/csa' into master 2014-02-11 19:03:40 +09:00
haya14busa
4ded78e697 Fix CSApprox: handling g:CSApprox_loaded #98 2014-02-11 19:03:00 +09:00
haya14busa
d77ee8669b Remove EOL spaces 2014-02-11 16:50:07 +09:00
haya14busa
128f87a6ef Update Doc: add more detail credits 2014-02-11 16:32:29 +09:00
haya14busa
263f1cabf1 Workaround fix of guicursor... 2014-02-11 14:17:04 +09:00
haya14busa
f952b61ce7 Improve regexp for search 2014-02-11 01:57:50 +09:00
haya14busa
6ab03b72c2 Improve handling \c and \C 2014-02-10 22:28:10 +09:00
haya14busa
e524a3cec1 Merge branch 'blueyed-fix-highlight-restore-E416' into master 2014-02-10 20:41:17 +09:00
haya14busa
697c05d8bd Merge branch 'fix-highlight-restore-E416' of https://github.com/blueyed/vim-easymotion into blueyed-fix-highlight-restore-E416
close #95 #78

Conflicts:
	autoload/EasyMotion.vim
	autoload/vital/_easymotion/Over/Commandline.vim
2014-02-10 20:40:08 +09:00
haya14busa
37e6297bc4 Fix typo 2014-02-10 20:33:25 +09:00
haya14busa
a944fdf37c Fix illegible highlighting of Error
Solution: Save Error highlight value and turn off temporarily, and restore
          after EasyMotion

close #78
Thanks @LFDM
2014-02-10 20:33:25 +09:00
haya14busa
059d2fc008 Merge branch 'improve/cmdline' into master 2014-02-10 19:45:34 +09:00
haya14busa
f929095428 Update vital-over: improve highlight 2014-02-10 19:44:02 +09:00
haya14busa
aca0e8d9fb Merge pull request #97 from blueyed/issue-16-matchstr-for-multibyte
multibyte: use `matchstr` instead of byte index
2014-02-10 16:35:20 +09:00