Skip to content

Commit 145086e

Browse files
committed
Vim.Type: more fix
1 parent 597ed05 commit 145086e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

autoload/vital/__vital__/Vim/Type.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ function! s:_make_is_comparable_cache() abort
5353
if has('patch-8.1.0735')
5454
" TODO vint workaround
5555
" let vals += [0z00]
56-
execute "let vals += [0z00]"
56+
execute 'let vals += [0z00]'
5757
endif
5858

5959
let result = []

0 commit comments

Comments
 (0)