Skip to content

Commit 2d20d68

Browse files
committed
Fix issue #4 leetcode#ResetProblem unknown function
1 parent 7b482bf commit 2d20d68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugin/leetcode.vim

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ if !exists('g:leetcode_debug')
1919
endif
2020

2121
command! -nargs=0 LeetCodeList call leetcode#ListProblems()
22-
command! -nargs=0 LeetCodeReset call leetcode#ResetProblem(0)
22+
command! -nargs=0 LeetCodeReset call leetcode#ResetSolution(0)
2323
command! -nargs=0 LeetCodeTest call leetcode#TestSolution()
2424
command! -nargs=0 LeetCodeSubmit call leetcode#SubmitSolution()
2525
command! -nargs=0 LeetCodeSignIn call leetcode#SignIn(1)

0 commit comments

Comments
 (0)