aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/testdir/Makefile
diff options
context:
space:
mode:
authorckelsel <ckelsel@hotmail.com>2018-01-20 15:47:56 +0800
committerckelsel <ckelsel@hotmail.com>2018-01-20 15:48:23 +0800
commitb00fd496405e0864e3cb5cc8b62241fb9610480f (patch)
treeedae3c3b6c3ccd2aa3915a28a2c49a5c55627c82 /src/nvim/testdir/Makefile
parent94f4469638590ca5cc724ab6459f2cfc78c621a4 (diff)
downloadrneovim-b00fd496405e0864e3cb5cc8b62241fb9610480f.tar.gz
rneovim-b00fd496405e0864e3cb5cc8b62241fb9610480f.tar.bz2
rneovim-b00fd496405e0864e3cb5cc8b62241fb9610480f.zip
vim-patch:8.0.0423: changing 'cinoptions' does not always work
Problem: The effect of adding "vim/vim#" to 'cinoptions' is not always removed. (David Briscoe) Solution: Reset b_ind_hash_comment. (Christian Brabandt, closes vim/vim#1475) https://github.com/vim/vim/commit/6b64394f346594404cffb9591d71ac693040679f
Diffstat (limited to 'src/nvim/testdir/Makefile')
-rw-r--r--src/nvim/testdir/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/nvim/testdir/Makefile b/src/nvim/testdir/Makefile
index c1e6eedf94..18f0bac3cf 100644
--- a/src/nvim/testdir/Makefile
+++ b/src/nvim/testdir/Makefile
@@ -40,11 +40,12 @@ SCRIPTS ?= $(SCRIPTS_DEFAULT)
# Tests using runtest.vim.
# Keep test_alot*.res as the last one, sort the others.
NEW_TESTS ?= \
- test_arabic.vim \
+ test_arabic.res \
test_autocmd.res \
test_bufwintabinfo.res \
test_changedtick.res \
test_charsearch.res \
+ test_cindent.res \
test_cmdline.res \
test_command_count.res \
test_cscope.res \