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