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 c34d67f commit 60ee57eCopy full SHA for 60ee57e
autoload/quickui/core.vim
@@ -246,7 +246,7 @@ endfunc
246
"----------------------------------------------------------------------
247
function! quickui#core#object(bid)
248
let name = '__quickui__'
249
- let bid = (a:bid > 0)? a:bid : (bufnr())
+ let bid = (a:bid > 0)? a:bid : (bufnr(''))
250
if bufexists(bid) == 0
251
return v:null
252
endif
0 commit comments