diff options
author | Bram Moolenaar <Bram@vim.org> | 2017-02-01 20:53:38 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2017-02-01 20:53:38 +0100 |
commit | 21d7c9b601f3048e1293ecd6c09b8325a15503cd (patch) | |
tree | 9a89eeae8a68b5af9eca6469b7b4ecdb67443abf /src/testdir/test_alot.vim | |
parent | 4e032e1b17c92e1bb4b94be7f487d6be725274ac (diff) | |
download | vim-21d7c9b601f3048e1293ecd6c09b8325a15503cd.zip |
patch 8.0.0289: no test for "ga" and :ascii
Problem: No test for "ga" and :ascii.
Solution: Add a test. (Dominique Pelle, closes #1429)
Diffstat (limited to 'src/testdir/test_alot.vim')
-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 2b163ae5c..38b9f7a03 100644 --- a/src/testdir/test_alot.vim +++ b/src/testdir/test_alot.vim @@ -19,6 +19,7 @@ source test_float_func.vim source test_fnamemodify.vim source test_functions.vim source test_glob2regpat.vim +source test_ga.vim source test_goto.vim source test_help_tagjump.vim source test_join.vim |