vim-patch:7.4.2208

Problem:    Test for mappings is old style.
Solution:   Convert the test to new style.

2d1a248762
This commit is contained in:
lonerover
2017-03-13 20:07:36 +08:00
parent 3f555cce3d
commit ec4c12570c
3 changed files with 102 additions and 1 deletions

View File

@@ -16,6 +16,7 @@ source test_lambda.vim
source test_match.vim
source test_matchadd_conceal_utf8.vim
source test_menu.vim
source test_mapping.vim
source test_messages.vim
source test_options.vim
source test_partial.vim