From 3d28bea6ea8432e3214300a8d46894f19ae03da8 Mon Sep 17 00:00:00 2001 From: DarkWiiPlayer Date: Mon, 8 Oct 2018 09:55:37 +0200 Subject: [PATCH] Add Modifiable vim command --- vimrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/vimrc b/vimrc index b617f78..2bf12bf 100644 --- a/vimrc +++ b/vimrc @@ -322,7 +322,8 @@ endfun " === GENERAL COMMANDS === " General Purpose -command! -range Count echo(-+1) +command! Modifiable setl modifiable! +command! -range=% Count echo(-+1) command! Closeall bufdo bdelete command! Context bufdo bdelete | e . command! Kontext Context