Fixed Scratch command
This commit is contained in:
parent
50e9538394
commit
2e61676106
1 changed files with 1 additions and 1 deletions
2
vimrc
2
vimrc
|
@ -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 = "\\"
|
||||
|
|
Loading…
Reference in a new issue