0
0
mirror of https://github.com/vim/vim.git synced 2025-09-24 03:44:06 -04:00

patch 8.0.1089: cannot get range count in user command

Problem:    Cannot get range count in user command.
Solution:   Add <range> argument.
This commit is contained in:
Bram Moolenaar
2017-09-10 17:34:35 +02:00
parent 414168d97f
commit c168bd4bd3
3 changed files with 23 additions and 4 deletions

View File

@@ -769,6 +769,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
1089,
/**/
1088,
/**/