mirror of
https://github.com/vim/vim.git
synced 2025-09-07 22:03:36 -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:
parent
fa7353428f
commit
022b896592
1
Filelist
1
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 \
|
||||
|
||||
|
@ -5,6 +5,8 @@ want to separate it from other tests in that file using :" (that's an Ex
|
||||
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.
|
||||
|
@ -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})
|
||||
|
@ -741,6 +741,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
1041,
|
||||
/**/
|
||||
1040,
|
||||
/**/
|
||||
|
Loading…
x
Reference in New Issue
Block a user