Merge branch 'hotfix/1.0.7.1'
* hotfix/1.0.7.1: Bump version Use attribute 'NONE' instead of 'none'
This commit is contained in:
commit
cab1dd43fc
@ -1,4 +1,4 @@
|
|||||||
*easymotion.txt* Version 1.0.7. Last change: 2011 Mar 29
|
*easymotion.txt* Version 1.0.7.1. Last change: 2011 Mar 29
|
||||||
|
|
||||||
|
|
||||||
______ __ ___ __ _
|
______ __ ___ __ _
|
||||||
|
@ -33,8 +33,8 @@
|
|||||||
call s:InitOption('do_shade', 1)
|
call s:InitOption('do_shade', 1)
|
||||||
call s:InitOption('do_mapping', 1)
|
call s:InitOption('do_mapping', 1)
|
||||||
|
|
||||||
call s:InitHL(g:EasyMotion_target_hl, ['none', 'ff0000', 'bold'], ['none', '196', 'bold'], ['none', 'red', 'bold'])
|
call s:InitHL(g:EasyMotion_target_hl, ['NONE', 'ff0000', 'bold'], ['NONE', '196', 'bold'], ['NONE', 'red', 'bold'])
|
||||||
call s:InitHL(g:EasyMotion_shade_hl, ['none', '585858', 'none'], ['none', '240', 'none'], ['none', 'darkgrey', 'none'])
|
call s:InitHL(g:EasyMotion_shade_hl, ['NONE', '585858', 'NONE'], ['NONE', '240', 'NONE'], ['NONE', 'darkgrey', 'NONE'])
|
||||||
" }}}
|
" }}}
|
||||||
" Default key mapping {{{
|
" Default key mapping {{{
|
||||||
if g:EasyMotion_do_mapping
|
if g:EasyMotion_do_mapping
|
||||||
|
Loading…
Reference in New Issue
Block a user