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