patch 7.4.1041
Problem:    Various small things.
Solution:   Add file to list of distributed files.  Adjust README.  Fix typo.
diff --git a/src/testdir/README.txt b/src/testdir/README.txt
index d42c7c9..eb79d08 100644
--- a/src/testdir/README.txt
+++ b/src/testdir/README.txt
@@ -5,6 +5,8 @@
 command comment).
 
 The numbered tests are older, we have switched to named tests.
+And the newest way of testing is to use assert functions, see test_assert.vim
+for an example.
 
 To add a new test:
 1) Create test_<subject>.in and test_<subject>.ok files.
diff --git a/src/testdir/test_charsearch.in b/src/testdir/test_charsearch.in
index 5085cb3..df53107 100644
--- a/src/testdir/test_charsearch.in
+++ b/src/testdir/test_charsearch.in
@@ -10,7 +10,7 @@
 ylfep:let csave = getcharsearch()
 fip:call setcharsearch(csave)
 ;p;p:
-:" check that setcharsearch() changes the settins.
+:" check that setcharsearch() changes the settings.
 /^Z
 ylfep:call setcharsearch({'char': 'k'})
 ;p:call setcharsearch({'forward': 0})
diff --git a/src/version.c b/src/version.c
index 332bb91..ab777e3 100644
--- a/src/version.c
+++ b/src/version.c
@@ -742,6 +742,8 @@
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1041,
+/**/
     1040,
 /**/
     1039,