Add Count command that counts lines

This commit is contained in:
Talia 2018-04-25 10:53:27 +02:00
parent 776be82020
commit 6447dc5fa1
1 changed files with 1 additions and 0 deletions

1
vimrc
View File

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