From 6447dc5fa114b765b60cdd0e5acdf0a7d84e8d0a Mon Sep 17 00:00:00 2001 From: DarkWiiPlayer Date: Wed, 25 Apr 2018 10:53:27 +0200 Subject: [PATCH] Add Count command that counts lines --- vimrc | 1 + 1 file changed, 1 insertion(+) diff --git a/vimrc b/vimrc index 13922ea..41e4ef5 100644 --- a/vimrc +++ b/vimrc @@ -261,6 +261,7 @@ endfun " === GENERAL COMMANDS === " General Purpose +command! -range Count echo(-+1) command! Closeall bufdo bdelete command! Context bufdo bdelete | e . command! Kontext Context