From 9ccafeec1d6f75f1ce9d1958be904b48c819f72c Mon Sep 17 00:00:00 2001 From: gryf Date: Mon, 18 Jan 2021 18:40:57 +0100 Subject: [PATCH] Remove whitespaces. --- colors/wombat256grf.vim | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/colors/wombat256grf.vim b/colors/wombat256grf.vim index 819d42d..680a66f 100644 --- a/colors/wombat256grf.vim +++ b/colors/wombat256grf.vim @@ -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 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 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 grey_level delf grey_number " }}} -" vim:set ts=4 sw=4 noet fdm=marker: +" vim:set ts=4 sw=4 sts=4 fdm=marker: