summaryrefslogtreecommitdiff
path: root/src/testdir/test_options.vim
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2020-05-07 18:43:44 +0200
committerBram Moolenaar <Bram@vim.org>2020-05-07 18:43:44 +0200
commit0ff5dedf0f69e56320199db7a2aad46be2a1f9b7 (patch)
tree6a951b52ece06eb18f388280df207d64cbd21f34 /src/testdir/test_options.vim
parentb2d0e51366dea6843f991f31a457f5456d162678 (diff)
downloadvim-git-0ff5dedf0f69e56320199db7a2aad46be2a1f9b7.tar.gz
patch 8.2.0712: various code not fully testedv8.2.0712
Problem: Various code not fully tested. Solution: Add a few more tests. (Yegappan Lakshmanan, closes #6049)
Diffstat (limited to 'src/testdir/test_options.vim')
-rw-r--r--src/testdir/test_options.vim1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/testdir/test_options.vim b/src/testdir/test_options.vim
index dec82885f..ce925d817 100644
--- a/src/testdir/test_options.vim
+++ b/src/testdir/test_options.vim
@@ -269,6 +269,7 @@ func Test_set_completion()
" Expand terminal options.
call feedkeys(":set t_A\<C-A>\<C-B>\"\<CR>", 'tx')
call assert_equal('"set t_AB t_AF t_AL', @:)
+ call assert_fails('call feedkeys(":set <t_afoo>=\<C-A>\<CR>", "xt")', 'E474:')
" Expand directories.
call feedkeys(":set cdpath=./\<C-A>\<C-B>\"\<CR>", 'tx')