diff --git a/vimrc b/vimrc index 93cedfb..8528f47 100644 --- a/vimrc +++ b/vimrc @@ -607,7 +607,7 @@ function! s:snapshot() endfun command! Snapshot call snapshot() -command! -nargs=? Scratch new | set buftype=nofile | set filetype= +command! -nargs=? Scratch enew | set buftype=nofile | set filetype= command! -nargs=? Tempfile exec 'new '.tempname() | set filetype= | au BufDelete call delete(expand('%')) " ┌──────────────────────────┐