mirror of
https://github.com/gryf/wombat256grf.git
synced 2025-12-17 11:30:19 +01:00
Remove whitespaces.
This commit is contained in:
@@ -2,10 +2,10 @@
|
|||||||
" Maintainer: Roman 'gryf' Dobosz
|
" Maintainer: Roman 'gryf' Dobosz
|
||||||
" Last Change: 2017-05-30
|
" Last Change: 2017-05-30
|
||||||
"
|
"
|
||||||
" wombat256grf.vim - a modified version of Wombat by Lars Nielsen (at al) that
|
" wombat256grf.vim - a modified version of Wombat by Lars Nielsen (at al) that
|
||||||
" also works on xterms with 88 or 256 colors. Instead of hard coding colors
|
" also works on xterms with 88 or 256 colors. Instead of hard coding colors
|
||||||
" for the terminal, algorithm for approximating the GUI colors with the xterm
|
" for the terminal, algorithm for approximating the GUI colors with the xterm
|
||||||
" palette was used. Approximation function was taken from desert256.vim by
|
" palette was used. Approximation function was taken from desert256.vim by
|
||||||
" Henry So Jr.
|
" Henry So Jr.
|
||||||
|
|
||||||
set background=dark
|
set background=dark
|
||||||
@@ -234,7 +234,7 @@ fun <SID>X(group, fg, bg, attr)
|
|||||||
endif
|
endif
|
||||||
endfun
|
endfun
|
||||||
|
|
||||||
" same as above, but makes it for the spell-like things
|
" same as above, but makes it for the spell-like things
|
||||||
fun <SID>Y(group, bg)
|
fun <SID>Y(group, bg)
|
||||||
if ! has('gui_running')
|
if ! has('gui_running')
|
||||||
if a:bg != ""
|
if a:bg != ""
|
||||||
@@ -249,7 +249,6 @@ endfun
|
|||||||
" }}}
|
" }}}
|
||||||
|
|
||||||
" italic only in gui and only where font is not fixed-misc!
|
" italic only in gui and only where font is not fixed-misc!
|
||||||
|
|
||||||
if has("gui_running") && &guifont !~ "Fixed"
|
if has("gui_running") && &guifont !~ "Fixed"
|
||||||
let s:italic = "italic"
|
let s:italic = "italic"
|
||||||
else
|
else
|
||||||
@@ -385,4 +384,4 @@ delf <SID>grey_level
|
|||||||
delf <SID>grey_number
|
delf <SID>grey_number
|
||||||
" }}}
|
" }}}
|
||||||
|
|
||||||
" vim:set ts=4 sw=4 noet fdm=marker:
|
" vim:set ts=4 sw=4 sts=4 fdm=marker:
|
||||||
|
|||||||
Reference in New Issue
Block a user