vim-one
vim-one copied to clipboard
Wrong VertSplit after PR #58
Thank you for your excellent vim colorscheme, that I use for several years.
IMHO, after PR #58 VertSplit color is worse than before, now the vertical line of the VertSplit is hidden because foreground is the same than background. I prefer the previous version and in my local vim I have undone the changes of that PR.
:heavy_plus_sign: I had to add autocmd! ColorScheme * hi VertSplit ctermbg=59
to my .vimrc to be able to see the vertical split.