0
0
mirror of https://github.com/vim/vim.git synced 2025-07-26 11:04:33 -04:00

updated for version 7.4.356

Problem:    Mercurial does not ignore memfile_test. (Daniel Hahler)
Solution:   Add memfile_test to ignored files, remove trailing spaces.
This commit is contained in:
Bram Moolenaar 2014-07-09 13:43:29 +02:00
parent 8bb1c3e53e
commit cc57bb2f85
2 changed files with 9 additions and 6 deletions

1
.gitignore vendored
View File

@ -70,3 +70,4 @@ src/testdir/small.vim
src/testdir/tiny.vim
src/testdir/test*.out
src/testdir/test.log
src/memfile_test

View File

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