vim-patch:8.0.1089: range count in user command

Problem:    Cannot get range count in user command.
Solution:   Add <range> argument.
c168bd4bd3

close #8946
This commit is contained in:
Kwon-Young
2018-09-02 00:52:54 -04:00
committed by Justin M. Keyes
parent ea5337d9b5
commit d0c8dfc578
2 changed files with 23 additions and 5 deletions

View File

@@ -1365,6 +1365,8 @@ The valid escape sequences are
<line1> The starting line of the command range.
*<line2>*
<line2> The final line of the command range.
*<range>*
<range> The number of items in the command range: 0, 1 or 2
*<count>*
<count> Any count supplied (as described for the '-range'
and '-count' attributes).