Fixed Scratch command

This commit is contained in:
Talia 2018-01-31 16:53:24 +01:00
parent 50e9538394
commit 2e61676106
1 changed files with 1 additions and 1 deletions

2
vimrc
View File

@ -339,7 +339,7 @@ function! s:snapshot()
endfun
command! Snapshot call <sid>snapshot()
command! -nargs=? Scrantch | set buftype=nofile | set filetype=<args>
command! -nargs=? Scratch new | set buftype=nofile | set filetype=<args>
" === GENERAL KEY MAPPINGS ===
let mapleader = "\\"