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