diff options
| author | Michael Ennen <mike.ennen@gmail.com> | 2016-04-19 16:24:03 -0700 |
|---|---|---|
| committer | Justin M. Keyes <justinkz@gmail.com> | 2016-05-22 15:55:38 -0400 |
| commit | e70cae426cb3ad6b755d76b4aa523f806bacd89b (patch) | |
| tree | dd1566631588e6a236b65573547546d68455fc81 /src/nvim/testdir/test50.in | |
| parent | 39c015bd114aa8e7a2415ba4a610e238de715474 (diff) | |
| download | rneovim-e70cae426cb3ad6b755d76b4aa523f806bacd89b.tar.gz rneovim-e70cae426cb3ad6b755d76b4aa523f806bacd89b.tar.bz2 rneovim-e70cae426cb3ad6b755d76b4aa523f806bacd89b.zip | |
test: Remove references to tiny.vim/small.vim/mbyte.vim
Vim creates these scripts in test1 depending on what build features
are enabled so that tests that use these features are skiped if
necessary. Because Neovim only has one type of build (and the features
+eval, +windows, and +multi-byte are enabled in this build) they are
not necessary.
Diffstat (limited to 'src/nvim/testdir/test50.in')
| -rw-r--r-- | src/nvim/testdir/test50.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/nvim/testdir/test50.in b/src/nvim/testdir/test50.in index 0cbf4bf6d6..392177b808 100644 --- a/src/nvim/testdir/test50.in +++ b/src/nvim/testdir/test50.in @@ -2,7 +2,6 @@ Test for shortpathname ':8' extension. Only for use on Win32 systems! STARTTEST -:so small.vim :fun! TestIt(file, bits, expected) let res=fnamemodify(a:file,a:bits) if a:expected == '' |