Commit 9763bb8
committed
Be more explicit about what windows to replace
- Just checking for any buftype is insufficient
- See for example justinmk/vim-dirvish#43 -- a directory buffer should
have buftype=nofile, but ctrlp should still replace it
- Look instead for buftype=help or buftype=quickfix, explicitly1 parent f6c587e commit 9763bb8
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1956 | 1956 | | |
1957 | 1957 | | |
1958 | 1958 | | |
| 1959 | + | |
1959 | 1960 | | |
1960 | 1961 | | |
1961 | | - | |
| 1962 | + | |
1962 | 1963 | | |
1963 | 1964 | | |
1964 | 1965 | | |
| |||
0 commit comments