Add Modifiable vim command

This commit is contained in:
Talia 2018-10-08 09:55:37 +02:00
parent 16e6437b02
commit 3d28bea6ea

3
vimrc
View file

@ -322,7 +322,8 @@ endfun
" === GENERAL COMMANDS ===
" General Purpose
command! -range Count echo(<line2>-<line1>+1)
command! Modifiable setl modifiable!
command! -range=% Count echo(<line2>-<line1>+1)
command! Closeall bufdo bdelete
command! Context bufdo bdelete | e .
command! Kontext Context