diff options
| author | Jan Edmund Lazo <janedmundlazo@hotmail.com> | 2018-07-17 08:37:41 -0400 |
|---|---|---|
| committer | Jan Edmund Lazo <janedmundlazo@hotmail.com> | 2018-07-17 09:01:18 -0400 |
| commit | eab17e5093687760e67d26696b8cecccb20b364a (patch) | |
| tree | 43fee00322103d060c363c81bbae8be28b9e5eb4 /src/nvim/testdir/Makefile | |
| parent | cd6e7e8cf302f7d2397c89a65a483f9cd543f9dd (diff) | |
| download | rneovim-eab17e5093687760e67d26696b8cecccb20b364a.tar.gz rneovim-eab17e5093687760e67d26696b8cecccb20b364a.tar.bz2 rneovim-eab17e5093687760e67d26696b8cecccb20b364a.zip | |
vim-patch:8.0.0724: the message for yanking doesn't indicate the register
Problem: The message for yanking doesn't indicate the register.
Solution: Show the register name in the "N lines yanked" message. (Lemonboy,
closes vim/vim#1803, closes vim/vim#1809)
https://github.com/vim/vim/commit/e45deb79978677cb41f1477ba4140bccff658fd1
Diffstat (limited to 'src/nvim/testdir/Makefile')
| -rw-r--r-- | src/nvim/testdir/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nvim/testdir/Makefile b/src/nvim/testdir/Makefile index e3b717989e..87d7ff5bad 100644 --- a/src/nvim/testdir/Makefile +++ b/src/nvim/testdir/Makefile @@ -93,6 +93,7 @@ NEW_TESTS ?= \ test_quickfix.res \ test_quotestar.res \ test_recover.res \ + test_registers.res \ test_retab.res \ test_scrollbind.res \ test_search.res \ |