removed unused force-redraw option

This commit is contained in:
Reed Esau
2013-12-30 02:23:45 -07:00
parent 200c1c8ad6
commit f6a8a296bb
2 changed files with 2 additions and 4 deletions

View File

@@ -130,7 +130,6 @@ For console or GUI Vim:
character color character color
* `fold-column-color-mute` - temporarily modifies colorscheme to hide * `fold-column-color-mute` - temporarily modifies colorscheme to hide
indicators in foldcolumn indicators in foldcolumn
* `force-redraw` - if 1, forces a `redraw!` after thematic makes changes
For GUI-based options, see the `vim-thematic-gui` plugin. Heres For GUI-based options, see the `vim-thematic-gui` plugin. Heres
a summary: a summary:

View File

@@ -205,9 +205,8 @@ function! thematic#init(mode)
let g:thematic#theme_name = l:theme_name let g:thematic#theme_name = l:theme_name
if thematic#getThemeValue(l:th, 'force-redraw', 0) " only seems to work for non-gui
redraw! "redraw | echo 'Thematic: ' . l:theme_name
endif
endfunction endfunction
" vim:ts=2:sw=2:sts=2 " vim:ts=2:sw=2:sts=2