diff options
author | Bram Moolenaar <Bram@vim.org> | 2016-04-16 09:13:34 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2016-04-16 09:13:34 +0200 |
commit | 1538fc34fae3fae39773ca43f6ff52401fce61d8 (patch) | |
tree | 765ccc4a8a86d6585b86b253b8907069525ffc40 /src/testdir | |
parent | fe4b18640656ddea41f60cf7a76956c9cc5494d6 (diff) | |
download | vim-git-1538fc34fae3fae39773ca43f6ff52401fce61d8.tar.gz |
patch 7.4.1748v7.4.1748
Problem: "gD" does not find match in first column of first line. (Gary
Johnson)
Solution: Accept match at the cursor.
Diffstat (limited to 'src/testdir')
-rw-r--r-- | src/testdir/test_alot.vim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/testdir/test_alot.vim b/src/testdir/test_alot.vim index d393fe78a..5637a8e0c 100644 --- a/src/testdir/test_alot.vim +++ b/src/testdir/test_alot.vim @@ -12,6 +12,7 @@ source test_feedkeys.vim source test_fnamemodify.vim source test_file_perm.vim source test_glob2regpat.vim +source test_goto.vim source test_help_tagjump.vim source test_join.vim source test_lispwords.vim |