summaryrefslogtreecommitdiff
path: root/autoload/vim_ai.vim
blob: 4957c5b6900f0e4041768effa906e872f0d322e5 (plain)
1
2
3
4
5
6
function! vim_ai#MakeScratchWindow()
  setlocal buftype=nofile
  setlocal bufhidden=hide
  setlocal noswapfile
  setlocal ft=aichat
endfunction