forked from aniani/vim
patch 9.1.0157: Duplicate assignment in f_getregion()
Problem: Duplicate assignment in f_getregion(). Solution: Remove the duplicate assignment. Also improve getregion() docs wording and fix an unrelated typo (zeertzjq) closes: #14154 Signed-off-by: zeertzjq <zeertzjq@outlook.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
committed by
Christian Brabandt
parent
769eb2d0c3
commit
0df8f93bda
@@ -704,6 +704,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
157,
|
||||
/**/
|
||||
156,
|
||||
/**/
|
||||
|
Reference in New Issue
Block a user