patch 9.1.0888: leftcol property not available in getwininfo()
Problem: leftcol property not available in getwininfo()
Solution: add leftcol property property (glepnir)
closes: #16119
Signed-off-by: glepnir <glephunter@gmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
diff --git a/src/version.c b/src/version.c
index 9b6dd41..53cfc6c 100644
--- a/src/version.c
+++ b/src/version.c
@@ -705,6 +705,8 @@
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 888,
+/**/
887,
/**/
886,