1
0
forked from aniani/vim

patch 9.1.0813: no error handling with setglobal and number types

Problem:  no error handling with setglobal and number types
Solution: validate values when using :setglobal with number option types
          (Milly)

closes: #15928

Signed-off-by: Milly <milly.ca@gmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
Milly
2024-10-23 21:42:41 +02:00
committed by Christian Brabandt
parent d0809869d6
commit 118072862b
3 changed files with 75 additions and 23 deletions

View File

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