mirror of
https://github.com/neovim/neovim.git
synced 2026-01-07 05:43:14 +00:00
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:
committed by
Justin M. Keyes
parent
ea5337d9b5
commit
d0c8dfc578
@@ -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).
|
||||
|
||||
Reference in New Issue
Block a user