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
haya14busa
bb6c63c58b
Merge branch 'move/highlight' into master
2014-02-07 15:22:38 +09:00
haya14busa
d7a1d45a2e
Move init highlight function to highlight.vim from init.vim
2014-02-07 15:20:58 +09:00
haya14busa
8d472a554a
Update doc: g:EasyMotion_keys default value
...
Add example keys
2014-02-07 13:46:54 +09:00
haya14busa
dafe565f4f
Merge branch 'modify/readme' into master
2014-02-07 10:45:54 +09:00
haya14busa
62b351cebc
Link to vim-seek/vim-sneak
2014-02-07 10:44:41 +09:00
haya14busa
b2386e5de5
Merge branch 'fix/syntax_error' into master
2014-02-07 10:35:13 +09:00
haya14busa
dd13757c40
Fix illegible highlighting of Error
...
Solution: Save Error highlight value and turn off temporarily, and restore
after EasyMotion
close #78
Thanks @LFDM
2014-02-07 10:33:35 +09:00
haya14busa
f83cf59a55
Update TODO
2014-02-07 02:22:07 +09:00
haya14busa
2c75f4f462
Modify regexp of visual mode
2014-02-07 02:17:56 +09:00
haya14busa
2ab183138a
Merge branch 'improve/default' into master #85
2014-02-06 23:40:52 +09:00
haya14busa
abfd4a5469
Fix default key of s
didn't work
...
Remove obsolete mapping `S`
2014-02-06 23:39:11 +09:00
haya14busa
508978ea58
Update vital-over
2014-02-06 23:04:12 +09:00
haya14busa
525b008695
Modify should_use_smartcase to should_case_sensitive
...
Take into account &ignorecase and &smartcase for n key find motion to be
consistent with vim default search
2014-02-06 22:12:52 +09:00
haya14busa
9ad2b5b986
Implement g:EasyMotion_space_jump_first
...
Description: If you set this value 1, you can jump to first match by
pressing space when prompt target label. <Space> key
version of g:EasyMotion_enter_jump_first
Default: 0
2014-02-06 21:26:39 +09:00
haya14busa
112f4375d4
Improve default value of g:Easymotion_keys
...
- Use qwerty keys layout by default and this is intuitive and easy to
type
- Remove uppear case letter because to press Shit is pain and EasyMotion
shows two label if there are a lot of matches, so it's little problem
to reduce g:Easymotion_keys
- EasyMotion use last keys as a first key of two label, so I moved `f`,
`j`, and `;` to last
2014-02-06 21:21:49 +09:00
haya14busa
1b842507ba
Update TODO
2014-02-06 21:08:30 +09:00
haya14busa
5475bd72f6
Merge branch 'improve/commandline' into dev
2014-02-06 19:44:30 +09:00
haya14busa
415f781e54
Update doc: minor change
2014-02-06 19:38:26 +09:00
haya14busa
936adf59f0
Remove on_cancel & use exit_code()
2014-02-06 19:35:16 +09:00
haya14busa
262152aad0
Update vital-over
2014-02-06 19:08:14 +09:00
haya14busa
98d437ad8a
Merge pull request #87 from LFDM/housekeeping
...
Minor stuff
2014-02-06 18:56:56 +09:00
haya14busa
46f7c2066f
Merge pull request #86 from LFDM/bd_fl
...
Adds bd-f plugs for consistency in plug naming
2014-02-06 18:55:01 +09:00
LFDM
4ed3fce6dd
Adds rake to Gemfile
...
There is a Rakefile after all.
2014-02-05 21:13:46 +01:00
LFDM
2fbe70aa34
Deletes an obsolete function
...
Has been moved to the helpers file in the past
2014-02-05 21:11:06 +01:00