From 910b8c240c6aaf5263db038db81c538602c766c3 Mon Sep 17 00:00:00 2001 From: Greyson Murray <58391520+greydevv@users.noreply.github.com> Date: Sun, 29 Jan 2023 22:55:57 -0500 Subject: [PATCH] fix: unmatched parenthesis (#106) --- colors/forestbones.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/colors/forestbones.vim b/colors/forestbones.vim index 36b2d52..3a17585 100644 --- a/colors/forestbones.vim +++ b/colors/forestbones.vim @@ -4,7 +4,7 @@ endif let g:colors_name = 'forestbones' -if has('nvim' && !bones#_compat(g:colors_name) +if has('nvim') && !bones#_compat(g:colors_name) lua require("zenbones.util").apply_colorscheme() finish endif