summaryrefslogtreecommitdiffstats
path: root/src/testdir/Make_all.mak
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2017-07-16 17:56:16 +0200
committerBram Moolenaar <Bram@vim.org>2017-07-16 17:56:16 +0200
commite45deb79978677cb41f1477ba4140bccff658fd1 (patch)
tree61497b56b7a9fe1525645a3f1c1979753825a603 /src/testdir/Make_all.mak
parent9b50bba643f8d1fcac91e11780da7d03d8995260 (diff)
patch 8.0.0724: the message for yanking doesn't indicate the registerv8.0.0724
Problem: The message for yanking doesn't indicate the register. Solution: Show the register name in the "N lines yanked" message. (Lemonboy, closes #1803, closes #1809)
Diffstat (limited to 'src/testdir/Make_all.mak')
-rw-r--r--src/testdir/Make_all.mak1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/testdir/Make_all.mak b/src/testdir/Make_all.mak
index 217a295472..16068816e0 100644
--- a/src/testdir/Make_all.mak
+++ b/src/testdir/Make_all.mak
@@ -184,6 +184,7 @@ NEW_TESTS = test_arabic.res \
test_quickfix.res \
test_quotestar.res \
test_retab.res \
+ test_registers.res \
test_ruby.res \
test_search.res \
test_signs.res \