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.
2 parents 5c067a3 + 795f6b1 commit c13c124Copy full SHA for c13c124
autoload/ctrlp.vim
@@ -2028,7 +2028,7 @@ fu! s:bufnrfilpath(line)
2028
endf
2029
2030
fu! ctrlp#normcmd(cmd, ...)
2031
- let buftypes = [ 'quickfix', 'help' ]
+ let buftypes = [ 'quickfix', 'help', 'nofile' ]
2032
if a:0 < 2 && s:nosplit() | retu a:cmd | en
2033
let norwins = filter(range(1, winnr('$')),
2034
\ 'index(buftypes, getbufvar(winbufnr(v:val), "&bt")) == -1 || s:isterminal(winbufnr(v:val))')
0 commit comments