updated for version 7.3.817
Problem:    Test 89 fails with tiny and small features.
Solution:   Add sourcing small.vim.
diff --git a/src/testdir/test89.in b/src/testdir/test89.in
index d15d468..7b25b20 100644
--- a/src/testdir/test89.in
+++ b/src/testdir/test89.in
@@ -1,6 +1,7 @@
 Some tests for setting 'number' and 'relativenumber'
 
 STARTTEST
+:so small.vim
 :set hidden nocp nu rnu
 :redir @a | set nu? rnu? | redir END
 :e! xx
diff --git a/src/version.c b/src/version.c
index 06f4f88..0b76a0e 100644
--- a/src/version.c
+++ b/src/version.c
@@ -726,6 +726,8 @@
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    817,
+/**/
     816,
 /**/
     815,