We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebbcc6c commit 93b1c98Copy full SHA for 93b1c98
autoload/leetcode.vim
@@ -480,7 +480,7 @@ function! s:HandleProblemListCR() abort
480
let topic_slug = expand('<cWORD>')
481
let topic_slug = s:TagName(topic_slug)
482
if topic_slug != ''
483
- call s:ListProblemsOfTopic(topic_slug, 'norefresh')
+ call s:ListProblemsOfTopic(topic_slug, 'redraw')
484
endif
485
return
486
@@ -490,7 +490,7 @@ function! s:HandleProblemListCR() abort
490
let company_slug = expand('<cWORD>')
491
let company_slug = s:TagName(company_slug)
492
if company_slug != ''
493
- call s:ListProblemsOfCompany(company_slug, 'norefresh')
+ call s:ListProblemsOfCompany(company_slug, 'redraw')
494
495
496
0 commit comments