Skip to content

Commit 910b8c2

Browse files
authored
fix: unmatched parenthesis (#106)
1 parent 13ed6d0 commit 910b8c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

colors/forestbones.vim

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ endif
44

55
let g:colors_name = 'forestbones'
66

7-
if has('nvim' && !bones#_compat(g:colors_name)
7+
if has('nvim') && !bones#_compat(g:colors_name)
88
lua require("zenbones.util").apply_colorscheme()
99
finish
1010
endif

0 commit comments

Comments
 (0)