patch 9.1.1330: may receive E315 in terminal
Problem: may receive E315 in terminal
Solution: call check_cursor() (Hirohito Higashi)
fixes: #16024
fixes: #16211
fixes: #17099
closes: #17170
Signed-off-by: Hirohito Higashi <h.east.727@gmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
diff --git a/src/version.c b/src/version.c
index 60c5243..048788e 100644
--- a/src/version.c
+++ b/src/version.c
@@ -705,6 +705,8 @@
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 1330,
+/**/
1329,
/**/
1328,