darkrc/vim/plugin/scratch.vim

4 lines
82 B
VimL
Raw Normal View History

command! -nargs=? Scratch enew
2020-08-17 12:54:08 +00:00
\ | set filetype=<args>
\ | set buftype=nofile