patch 9.0.1476: lines put in non-current window are not displayed

Problem:    Lines put in non-current window are not displayed. (Marius
            Gedminas)
Solution:   Don't increment the topline when inserting just above it.
            (closes #12212)
diff --git a/src/version.c b/src/version.c
index 263e98a..1ffff63 100644
--- a/src/version.c
+++ b/src/version.c
@@ -696,6 +696,10 @@
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1476,
+/**/
+    1475,
+/**/
     1474,
 /**/
     1473,