mirror of
https://github.com/preservim/vim-thematic.git
synced 2025-11-11 11:23:49 -05:00
Fix for #9: "transparency of 0 in defaults not respected"
This commit is contained in:
@@ -176,7 +176,7 @@ function! thematic#gui#setTransparency(th) abort
|
|||||||
if l:tr > 100
|
if l:tr > 100
|
||||||
let l:tr = 100
|
let l:tr = 100
|
||||||
endif
|
endif
|
||||||
if l:tr > 0
|
if l:tr >= 0
|
||||||
try
|
try
|
||||||
execute 'set transparency=' . l:tr
|
execute 'set transparency=' . l:tr
|
||||||
catch
|
catch
|
||||||
|
|||||||
Reference in New Issue
Block a user