diff options
| author | Bram Moolenaar <Bram@vim.org> | 2016-07-29 18:13:42 +0200 |
|---|---|---|
| committer | Bram Moolenaar <Bram@vim.org> | 2016-07-29 18:13:42 +0200 |
| commit | b9a46fec3e79d1fc8c406084a41733c647a5e535 (patch) | |
| tree | 01df635eb1f9a9b086b92b88f239933de4f0db08 /src/testdir/Make_all.mak | |
| parent | d05b191b91c4e16d6887bf781832d135d2a8fae5 (diff) | |
| download | vim-git-b9a46fec3e79d1fc8c406084a41733c647a5e535.tar.gz | |
patch 7.4.2115v7.4.2115
Problem: Loading defaults.vim with -C argument.
Solution: Don't load the defaults script with -C argument. Test sourcing
the defaults script. Set 'display' to "truncate".
Diffstat (limited to 'src/testdir/Make_all.mak')
| -rw-r--r-- | src/testdir/Make_all.mak | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/testdir/Make_all.mak b/src/testdir/Make_all.mak index 78f0b0b50..ced52e0a3 100644 --- a/src/testdir/Make_all.mak +++ b/src/testdir/Make_all.mak @@ -184,6 +184,7 @@ NEW_TESTS = test_arglist.res \ test_perl.res \ test_quickfix.res \ test_ruby.res \ + test_startup.res \ test_stat.res \ test_syntax.res \ test_textobjects.res \ |
