changeset 7478:dbfa0f9ab289 v7.4.1041

commit https://github.com/vim/vim/commit/022b896592721838e387e99fd785d3ded7b68be7 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jan 3 22:16:20 2016 +0100 patch 7.4.1041 Problem: Various small things. Solution: Add file to list of distributed files. Adjust README. Fix typo.
author Christian Brabandt <cb@256bit.org>
date Sun, 03 Jan 2016 22:30:04 +0100
parents 05cf4cc72a9f
children cae508519cf6
files Filelist src/testdir/README.txt src/testdir/test_charsearch.in src/version.c
diffstat 4 files changed, 6 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Filelist
+++ b/Filelist
@@ -703,6 +703,7 @@ EXTRA =		\
 		runtime/vimlogo.xpm \
 		src/swis.s \
 		src/tee/Makefile \
+		src/tee/Make_mvc.mak \
 		src/tee/tee.c \
 		csdpmi4b.zip \
 
--- a/src/testdir/README.txt
+++ b/src/testdir/README.txt
@@ -5,6 +5,8 @@ want to separate it from other tests in 
 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.
--- a/src/testdir/test_charsearch.in
+++ b/src/testdir/test_charsearch.in
@@ -10,7 +10,7 @@ ylfep;;p,,p:
 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})
--- a/src/version.c
+++ b/src/version.c
@@ -742,6 +742,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1041,
+/**/
     1040,
 /**/
     1039,