1
0
mirror of https://github.com/gryf/wombat256grf.git synced 2025-12-17 03:20:22 +01:00

Remove whitespaces.

This commit is contained in:
2021-01-18 18:40:57 +01:00
parent 3b421f1495
commit 9ccafeec1d

View File

@@ -2,10 +2,10 @@
" Maintainer: Roman 'gryf' Dobosz
" Last Change: 2017-05-30
"
" 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
" for the terminal, algorithm for approximating the GUI colors with the xterm
" palette was used. Approximation function was taken from desert256.vim by
" 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
" for the terminal, algorithm for approximating the GUI colors with the xterm
" palette was used. Approximation function was taken from desert256.vim by
" Henry So Jr.
set background=dark
@@ -234,7 +234,7 @@ fun <SID>X(group, fg, bg, attr)
endif
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)
if ! has('gui_running')
if a:bg != ""
@@ -249,7 +249,6 @@ endfun
" }}}
" italic only in gui and only where font is not fixed-misc!
if has("gui_running") && &guifont !~ "Fixed"
let s:italic = "italic"
else
@@ -385,4 +384,4 @@ delf <SID>grey_level
delf <SID>grey_number
" }}}
" vim:set ts=4 sw=4 noet fdm=marker:
" vim:set ts=4 sw=4 sts=4 fdm=marker: