0
0
mirror of https://github.com/vim/vim.git synced 2025-09-08 22:13:47 -04:00

patch 7.4.1041

Problem:    Various small things.
Solution:   Add file to list of distributed files.  Adjust README.  Fix typo.
This commit is contained in:
Bram Moolenaar 2016-01-03 22:16:20 +01:00
parent fa7353428f
commit 022b896592
4 changed files with 6 additions and 1 deletions

View File

@ -703,6 +703,7 @@ EXTRA = \
runtime/vimlogo.xpm \ runtime/vimlogo.xpm \
src/swis.s \ src/swis.s \
src/tee/Makefile \ src/tee/Makefile \
src/tee/Make_mvc.mak \
src/tee/tee.c \ src/tee/tee.c \
csdpmi4b.zip \ csdpmi4b.zip \

View File

@ -5,6 +5,8 @@ want to separate it from other tests in that file using :" (that's an Ex
command comment). command comment).
The numbered tests are older, we have switched to named tests. 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: To add a new test:
1) Create test_<subject>.in and test_<subject>.ok files. 1) Create test_<subject>.in and test_<subject>.ok files.

View File

@ -10,7 +10,7 @@ ylfep;;p,,p:
ylfep:let csave = getcharsearch() ylfep:let csave = getcharsearch()
fip:call setcharsearch(csave) fip:call setcharsearch(csave)
;p;p: ;p;p:
:" check that setcharsearch() changes the settins. :" check that setcharsearch() changes the settings.
/^Z /^Z
ylfep:call setcharsearch({'char': 'k'}) ylfep:call setcharsearch({'char': 'k'})
;p:call setcharsearch({'forward': 0}) ;p:call setcharsearch({'forward': 0})

View File

@ -741,6 +741,8 @@ static char *(features[]) =
static int included_patches[] = static int included_patches[] =
{ /* Add new patch number below this line */ { /* Add new patch number below this line */
/**/
1041,
/**/ /**/
1040, 1040,
/**/ /**/