From 2e6167610696c1c67c5d3140609620dcdc90ca9a Mon Sep 17 00:00:00 2001 From: DarkWiiPlayer Date: Wed, 31 Jan 2018 16:53:24 +0100 Subject: [PATCH] Fixed Scratch command --- vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vimrc b/vimrc index a5d3853..9fca687 100644 --- a/vimrc +++ b/vimrc @@ -339,7 +339,7 @@ function! s:snapshot() endfun command! Snapshot call snapshot() -command! -nargs=? Scrantch | set buftype=nofile | set filetype= +command! -nargs=? Scratch new | set buftype=nofile | set filetype= " === GENERAL KEY MAPPINGS === let mapleader = "\\"