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:
Kim Silkebækken 2011-03-29 19:33:52 +02:00
commit cab1dd43fc
2 changed files with 3 additions and 3 deletions

View File

@ -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
______ __ ___ __ _ ______ __ ___ __ _

View File

@ -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