aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/testdir/Makefile
diff options
context:
space:
mode:
authorJames McCoy <jamessan@jamessan.com>2017-01-10 10:21:48 -0500
committerJames McCoy <jamessan@jamessan.com>2017-01-10 13:05:41 -0500
commit4c3204097c278bf911440584dd1df0d5a0a5293d (patch)
tree5f100b00ad1073544434806bb73b8fbe0d2d90c8 /src/nvim/testdir/Makefile
parent6095c5df452197fffa75c3a31119b418717e9f23 (diff)
downloadrneovim-4c3204097c278bf911440584dd1df0d5a0a5293d.tar.gz
rneovim-4c3204097c278bf911440584dd1df0d5a0a5293d.tar.bz2
rneovim-4c3204097c278bf911440584dd1df0d5a0a5293d.zip
vim-patch:7.4.2100
Problem: "cgn" and "dgn" do not work correctly with a single character match and the replacement includes the searched pattern. (John Beckett) Solution: If the match is found in the wrong column try in the next column. Turn the test into new style. (Christian Brabandt) https://github.com/vim/vim/commit/6835dc61aebca2b602d85a9d63c449ace58683b4 Closes #5796
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 612071e2e2..814c0bc3cb 100644
--- a/src/nvim/testdir/Makefile
+++ b/src/nvim/testdir/Makefile
@@ -34,6 +34,7 @@ NEW_TESTS = \
test_cmdline.res \
test_cscope.res \
test_diffmode.res \
+ test_gn.res \
test_hardcopy.res \
test_help_tagjump.res \
test_history.res \