We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cfb2767 + 19bb12a commit 5699022Copy full SHA for 5699022
1 file changed
autoload/vital/__vital__/Async/Promise.vim
@@ -26,12 +26,8 @@ function! s:_vital_depends() abort
26
return ['Async.Later']
27
endfunction
28
29
-" @vimlint(EVL103, 1, a:resolve)
30
-" @vimlint(EVL103, 1, a:reject)
31
-function! s:noop(resolve, reject) abort
+function! s:noop(...) abort
32
33
-" @vimlint(EVL103, 0, a:resolve)
34
-" @vimlint(EVL103, 0, a:reject)
35
let s:NOOP = funcref('s:noop')
36
37
" Internal APIs
0 commit comments