aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/testdir
diff options
context:
space:
mode:
authorJames McCoy <jamessan@jamessan.com>2016-12-02 16:02:11 -0500
committerJames McCoy <jamessan@jamessan.com>2016-12-02 20:30:03 -0500
commitfa9cd8b878c3100f893f4dc958ca62a7e18d2145 (patch)
tree96f77d30189c951bca1d853a675bc4de30a6afca /src/nvim/testdir
parent3607e0b8ff772683668127b92a841a57f8412ebc (diff)
downloadrneovim-fa9cd8b878c3100f893f4dc958ca62a7e18d2145.tar.gz
rneovim-fa9cd8b878c3100f893f4dc958ca62a7e18d2145.tar.bz2
rneovim-fa9cd8b878c3100f893f4dc958ca62a7e18d2145.zip
vim-patch:7.4.1748
Problem: "gD" does not find match in first column of first line. (Gary Johnson) Solution: Accept match at the cursor. https://github.com/vim/vim/commit/1538fc34fae3fae39773ca43f6ff52401fce61d8
Diffstat (limited to 'src/nvim/testdir')
-rw-r--r--src/nvim/testdir/test_alot.vim1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nvim/testdir/test_alot.vim b/src/nvim/testdir/test_alot.vim
index 083f57aec1..c9d7b332e4 100644
--- a/src/nvim/testdir/test_alot.vim
+++ b/src/nvim/testdir/test_alot.vim
@@ -8,6 +8,7 @@ source test_ex_undo.vim
source test_expr.vim
source test_expr_utf8.vim
source test_feedkeys.vim
+source test_goto.vim
source test_menu.vim
source test_messages.vim
source test_options.vim