diff options
| author | lonerover <pathfinder1644@yahoo.com> | 2017-08-07 05:00:19 +0800 |
|---|---|---|
| committer | Justin M. Keyes <justinkz@gmail.com> | 2017-08-06 23:00:19 +0200 |
| commit | 36ceb9397c7fc383356e54ea8eab8fa3d6cefb1f (patch) | |
| tree | 5f63b8e2d3fffbfbc844f4d6b1701ac969ea1328 /src/nvim/testdir/Makefile | |
| parent | 5bec94652c9dd1d8cab260c4dd10e44d3f38f3cd (diff) | |
| download | rneovim-36ceb9397c7fc383356e54ea8eab8fa3d6cefb1f.tar.gz rneovim-36ceb9397c7fc383356e54ea8eab8fa3d6cefb1f.tar.bz2 rneovim-36ceb9397c7fc383356e54ea8eab8fa3d6cefb1f.zip | |
vim-patch:8.0.0086 (#7118)
Problem: Cannot add a comment after ":hide". (Norio Takagi)
Solution: Make it work, add a test. (Hirohito Higashi)
https://github.com/vim/vim/commit/2256c9947164229c0960803e2a2992b793c23298
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 b45bd6ee14..944222dbb6 100644 --- a/src/nvim/testdir/Makefile +++ b/src/nvim/testdir/Makefile @@ -45,6 +45,7 @@ NEW_TESTS ?= \ test_gn.res \ test_hardcopy.res \ test_help_tagjump.res \ + test_hide.res \ test_history.res \ test_hlsearch.res \ test_increment.res \ |