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
Daniel Hahler
5cc1303a2d
multibyte: use matchstr
instead of byte index
...
Ref: https://github.com/Lokaltog/vim-easymotion/issues/16
2014-02-10 08:32:01 +01:00
haya14busa
7424110be8
Revert "Fix illegible highlighting of Error"
...
This reverts commit dd13757c40
.
2014-02-10 15:46:59 +09:00
haya14busa
5ff06e1dab
Merge pull request #93 from mikehaertl/patch-1
...
Update README.md
2014-02-10 11:09:17 +09:00
haya14busa
ff5a3a7d3d
Modify cmdline for vital-over update
2014-02-10 10:34:55 +09:00
Daniel Hahler
c8c9dfd3bf
Do not match newlines in highlight
output
...
Without this, `links to Foo` might be included, which results in an
error, when throwing that into a call to `highlight` to restore it.
The proper fix would be to restore it as `highlight link Cursor|Error
FooLink`, but that requires refactoring, since the return value for
`hl_cursor_off`/`turn_off_hl_error` is used as a definition also.
Fixes https://github.com/osyo-manga/vital-over/issues/23
Fixes https://github.com/Lokaltog/vim-easymotion/issues/95
2014-02-10 01:55:05 +01:00
Michael Härtl
2332c10b2a
Update README.md
...
Rephrased and reorganised some sections to make it more readable.
2014-02-09 18:41:45 +01:00
haya14busa
7acbd9996b
Update vital-over
2014-02-09 21:21:26 +09:00
haya14busa
19bdc5933c
Fix url
2014-02-08 15:58:13 +09:00
haya14busa
5baf9a324c
Merge pull request #92 from LFDM/requirement_fix
...
Updates requirements to vim 7.3
2014-02-08 13:59:19 +09:00
LFDM
dc59cb0bf6
Updates requirements to vim 7.3
2014-02-07 22:52:00 +01:00
haya14busa
9650037041
Merge branch 'improve/commandline' into master
2014-02-08 01:47:44 +09:00
haya14busa
2ff3068d3f
Update doc: command line insert register
2014-02-08 01:46:18 +09:00
haya14busa
d68151da8d
Update vital-over
2014-02-08 01:41:14 +09:00
haya14busa
342ebcfac9
Merge branch 'fix/csa' into master
2014-02-08 01:31:41 +09:00
haya14busa
b82626f614
Fix condition for CSApprox
2014-02-07 16:45:11 +09:00
haya14busa
ff5567fc7e
Maybe workaround but it seems to fix handlin CSApprox
2014-02-07 16:06:20 +09:00