Commit Graph

201 Commits

Author SHA1 Message Date
haya14busa
4ded78e697 Fix CSApprox: handling g:CSApprox_loaded #98 2014-02-11 19:03:00 +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
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
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
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
haya14busa
7acbd9996b Update vital-over 2014-02-09 21:21:26 +09:00
haya14busa
9650037041 Merge branch 'improve/commandline' into master 2014-02-08 01:47:44 +09:00
haya14busa
d68151da8d Update vital-over 2014-02-08 01:41:14 +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
d7a1d45a2e Move init highlight function to highlight.vim from init.vim 2014-02-07 15:20:58 +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
2c75f4f462 Modify regexp of visual mode 2014-02-07 02:17:56 +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
5475bd72f6 Merge branch 'improve/commandline' into dev 2014-02-06 19:44:30 +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
LFDM
2fbe70aa34 Deletes an obsolete function
Has been moved to the helpers file in the past
2014-02-05 21:11:06 +01:00
haya14busa
cb0ba2563d Oops 2014-02-05 23:15:57 +09:00
haya14busa
8a11e55e60 Improve highlight 2014-02-05 16:06:47 +09:00
haya14busa
949448ec24 Move highlight to autoload/ from plugin/ 2014-02-05 15:18:25 +09:00
haya14busa
01f7f06a0a Fix shade configuration for find motion command line
close #83
2014-02-05 15:15:05 +09:00
haya14busa
d3ee7bb8d9 Improve command line for find motion
Add:
  - autocmd User
  - InsertRegister
  - EMCommandLine Map, NoreMap, UnMap
  - Emacs like keymapping by default

Change:
  - Modify default buffer completion key from <C-d> to <C-l>
2014-02-05 14:20:50 +09:00
haya14busa
09aed7af0c Update vital-over 2014-02-05 14:16:23 +09:00
haya14busa
a45cee4b42 Improve highlight & speed
Including Cosmetic change
2014-02-04 17:31:55 +09:00
haya14busa
8e4ec37037 Fix to use global variable for highlight group 2014-02-04 17:31:55 +09:00
haya14busa
a3379ce3cb Modify author description 2014-02-02 02:26:06 +09:00
haya14busa
733d5a1bde Merge branch 'master' into adjust/lokaltog 2014-02-02 02:11:10 +09:00
haya14busa
f5fd47968e Merge branch 'feature/vital-over' into master 2014-02-02 02:03:39 +09:00
haya14busa
b368309fb3 Modify to use vital-over for commandline of find motion
Add buffer completion, paste and mapping feature
2014-02-02 02:02:26 +09:00
haya14busa
4b06dd6e8b Modify detection of <CR> 2014-02-01 13:03:46 +09:00
haya14busa
5b2b33f36e Completely remove special function: SelectLines & SelectPhrase 2014-01-31 16:59:28 +09:00
haya14busa
c9d0d18190 Vitalize Over.Commandline 2014-01-29 14:29:23 +09:00
haya14busa
6025c757d4 Fix: space 2014-01-27 21:47:10 +09:00
haya14busa
db1e6a6a91 Find motion: Convert space to start of spaces 2014-01-27 21:42:55 +09:00
haya14busa
f26a4597db Implement cursor move to n key motion command line
Heavily using code from vim-over
Author : osyo-manga
URL    : https://github.com/osyo-manga/vim-over
2014-01-26 22:58:00 +09:00
haya14busa
2f9147321b Move some should_use_ function to helper 2014-01-26 22:58:00 +09:00
haya14busa
fb419c288d Improve histadd 2014-01-26 22:58:00 +09:00
haya14busa
c3dee02800 Fix command_line <C-o> behavior 2014-01-24 17:04:30 +09:00
haya14busa
ff15dabea7 Improve find motion scroll 2014-01-24 01:06:21 +09:00