1 2 3 4 5 6
function! vim_ai#MakeScratchWindow() setlocal buftype=nofile setlocal bufhidden=hide setlocal noswapfile setlocal ft=aichat endfunction