aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/testdir/Makefile
diff options
context:
space:
mode:
authorAndré Twupack <atwupack@mailbox.org>2014-09-22 20:27:04 +0200
committerJustin M. Keyes <justinkz@gmail.com>2014-11-14 11:56:25 -0500
commite199470bd31c0f79bdd3de2239058ef238ff9bcd (patch)
treef5e90d8d21c26273ef3494cbc8f5a5cde956d987 /src/nvim/testdir/Makefile
parentc347d9226a00d1ff8015fcdab1fb414e2c3e4c0a (diff)
downloadrneovim-e199470bd31c0f79bdd3de2239058ef238ff9bcd.tar.gz
rneovim-e199470bd31c0f79bdd3de2239058ef238ff9bcd.tar.bz2
rneovim-e199470bd31c0f79bdd3de2239058ef238ff9bcd.zip
vim-patch:7.4.378 #1217
Problem: Title of quickfist list is not kept for setqflist(list, 'r'). Solution: Keep the title. Add a test. (Lcd) https://code.google.com/p/vim/source/detail?r=v7-4-378
Diffstat (limited to 'src/nvim/testdir/Makefile')
-rw-r--r--src/nvim/testdir/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nvim/testdir/Makefile b/src/nvim/testdir/Makefile
index 521fbc19cf..9ca2c9688a 100644
--- a/src/nvim/testdir/Makefile
+++ b/src/nvim/testdir/Makefile
@@ -34,6 +34,7 @@ SCRIPTS := test_autoformat_join.out \
test_options.out \
test_listlbr.out test_listlbr_utf8.out \
test_changelist.out \
+ test_qf_title.out \
test_breakindent.out \
test_insertcount.out \
test_utf8.out