Skip to content

Commit 801d79f

Browse files
tenfyzhongianding1
authored andcommitted
rename
1 parent 0f1c54b commit 801d79f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

autoload/leetcode.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1310,7 +1310,7 @@ function! s:UpdateSubmitState(result)
13101310
endif
13111311

13121312
let problems = getbufvar(b, 'leetcode_downloaded_problems')
1313-
if type(problems) != 3
1313+
if type(problems) != v:t_list
13141314
continue
13151315
endif
13161316

0 commit comments

Comments
 (0)