Skip to content

Commit c13c124

Browse files
authored
Merge pull request #425 from shyun3/pullreq
Fix issue #136
2 parents 5c067a3 + 795f6b1 commit c13c124

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

autoload/ctrlp.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2028,7 +2028,7 @@ fu! s:bufnrfilpath(line)
20282028
endf
20292029

20302030
fu! ctrlp#normcmd(cmd, ...)
2031-
let buftypes = [ 'quickfix', 'help' ]
2031+
let buftypes = [ 'quickfix', 'help', 'nofile' ]
20322032
if a:0 < 2 && s:nosplit() | retu a:cmd | en
20332033
let norwins = filter(range(1, winnr('$')),
20342034
\ 'index(buftypes, getbufvar(winbufnr(v:val), "&bt")) == -1 || s:isterminal(winbufnr(v:val))')

0 commit comments

Comments
 (0)