aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/testdir/Makefile
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2018-09-09 19:54:27 +0200
committerGitHub <noreply@github.com>2018-09-09 19:54:27 +0200
commitbbbed9fc6613c5b69d4ed471ff60d31246c03e35 (patch)
tree4afbea8273f2f06772e86dfee4302cedc655b689 /src/nvim/testdir/Makefile
parentdd0dd4d78d65cf3a5a75dfceaf0dbf6f4d97501c (diff)
parentfe81b926d394d719a8a2cd31f0dfd7d4675a9c6a (diff)
downloadrneovim-bbbed9fc6613c5b69d4ed471ff60d31246c03e35.tar.gz
rneovim-bbbed9fc6613c5b69d4ed471ff60d31246c03e35.tar.bz2
rneovim-bbbed9fc6613c5b69d4ed471ff60d31246c03e35.zip
Merge #8063 from blueyed/vim-8.0.0708
Diffstat (limited to 'src/nvim/testdir/Makefile')
-rw-r--r--src/nvim/testdir/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/nvim/testdir/Makefile b/src/nvim/testdir/Makefile
index 10cbd91e36..9a83a46add 100644
--- a/src/nvim/testdir/Makefile
+++ b/src/nvim/testdir/Makefile
@@ -15,7 +15,6 @@ export TMPDIR := $(abspath ../../../Xtest-tmpdir)
SCRIPTS_DEFAULT = \
test14.out \
- test24.out \
test37.out \
test42.out \
test48.out \
@@ -35,7 +34,7 @@ SCRIPTS ?= $(SCRIPTS_DEFAULT)
NEW_TESTS_ALOT := test_alot_utf8 test_alot
NEW_TESTS_IN_ALOT := $(shell sed '/^source/ s/^source //;s/\.vim$$//' test_alot*.vim)
# Ignored tests.
-# test_alot_latin1: Nvim does not allow setting encoding.
+# test_alot_latin: Nvim does not allow setting encoding.
# test_arglist: ported to Lua, but kept for easier merging.
# test_autochdir: ported to Lua, but kept for easier merging.
# test_eval_func: used as include in old-style test (test_eval.in).