Skip to content

Commit 022b896

Browse files
committed
patch 7.4.1041
Problem: Various small things. Solution: Add file to list of distributed files. Adjust README. Fix typo.
1 parent fa73534 commit 022b896

4 files changed

Lines changed: 6 additions & 1 deletion

File tree

Filelist

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -703,6 +703,7 @@ EXTRA = \
703703
runtime/vimlogo.xpm \
704704
src/swis.s \
705705
src/tee/Makefile \
706+
src/tee/Make_mvc.mak \
706707
src/tee/tee.c \
707708
csdpmi4b.zip \
708709

src/testdir/README.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ want to separate it from other tests in that file using :" (that's an Ex
55
command comment).
66

77
The numbered tests are older, we have switched to named tests.
8+
And the newest way of testing is to use assert functions, see test_assert.vim
9+
for an example.
810

911
To add a new test:
1012
1) Create test_<subject>.in and test_<subject>.ok files.

src/testdir/test_charsearch.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ylfep;;p,,p:
1010
ylfep:let csave = getcharsearch()
1111
fip:call setcharsearch(csave)
1212
;p;p:
13-
:" check that setcharsearch() changes the settins.
13+
:" check that setcharsearch() changes the settings.
1414
/^Z
1515
ylfep:call setcharsearch({'char': 'k'})
1616
;p:call setcharsearch({'forward': 0})

src/version.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -741,6 +741,8 @@ static char *(features[]) =
741741

742742
static int included_patches[] =
743743
{ /* Add new patch number below this line */
744+
/**/
745+
1041,
744746
/**/
745747
1040,
746748
/**/

0 commit comments

Comments
 (0)