Add Count command that counts lines
This commit is contained in:
parent
776be82020
commit
6447dc5fa1
1 changed files with 1 additions and 0 deletions
1
vimrc
1
vimrc
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue