We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b482bf commit 2d20d68Copy full SHA for 2d20d68
plugin/leetcode.vim
@@ -19,7 +19,7 @@ if !exists('g:leetcode_debug')
19
endif
20
21
command! -nargs=0 LeetCodeList call leetcode#ListProblems()
22
-command! -nargs=0 LeetCodeReset call leetcode#ResetProblem(0)
+command! -nargs=0 LeetCodeReset call leetcode#ResetSolution(0)
23
command! -nargs=0 LeetCodeTest call leetcode#TestSolution()
24
command! -nargs=0 LeetCodeSubmit call leetcode#SubmitSolution()
25
command! -nargs=0 LeetCodeSignIn call leetcode#SignIn(1)
0 commit comments