diff options
| author | Michael Ennen <mike.ennen@gmail.com> | 2016-05-20 23:32:01 -0700 |
|---|---|---|
| committer | Michael Ennen <mike.ennen@gmail.com> | 2016-05-20 23:32:01 -0700 |
| commit | 7b57ab1480951685fd34af2eba3a965745211706 (patch) | |
| tree | e16ec5e3d415db49151ef93acf34f26d14a32447 /src/nvim/testdir/Makefile | |
| parent | 8e20ba9fbd691955fa20bdba3dd5ff66d16f923c (diff) | |
| download | rneovim-7b57ab1480951685fd34af2eba3a965745211706.tar.gz rneovim-7b57ab1480951685fd34af2eba3a965745211706.tar.bz2 rneovim-7b57ab1480951685fd34af2eba3a965745211706.zip | |
vim-patch:7.4.1090
Problem: No tests for :hardcopy and related options.
Solution: Add test_hardcopy.
https://github.com/vim/vim/commit/b5690794cf081773628fa0f1f2b948fd129d5b39
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 90542a6a6c..936add4e90 100644 --- a/src/nvim/testdir/Makefile +++ b/src/nvim/testdir/Makefile @@ -39,6 +39,7 @@ SCRIPTS := \ # Keep test_alot*.res as the last one, sort the others. NEW_TESTS = \ test_cursor_func.res \ + test_hardcopy.res \ test_help_tagjump.res \ test_menu.res \ test_viml.res \ |