Change option name.

This commit is contained in:
manga_osyo
2014-07-31 12:52:45 +09:00
parent ee20e174e1
commit 13987e0d35
3 changed files with 44 additions and 42 deletions

View File

@@ -16,13 +16,14 @@ BrightestEnable
BrightestDisable
" ハイライトするグループ名を設定します
let g:brightest_highlight = {
\ "group" : "Search"
" アンダーラインで表示する
let g:brightest#highlight = {
\ "group" : "BrightestUnderline"
\}
" ハイライトする単語のパターンを設定します
" デフォルト(空の文字列の場合)は <cword> が使用されます
let g:brightest_pattern = '\k\+'
let g:brightest#pattern = '\k\+'
" filetype=cpp を無効にする