3 lines
82 B
VimL
3 lines
82 B
VimL
command! -nargs=? Scratch enew
|
|
\ | set filetype=<args>
|
|
\ | set buftype=nofile
|