vim-patch:8.0.0206 (#7446)

Problem:    Test coverage for :retab insufficient.
Solution:   Add test for :retab. (Dominique Pelle, closes vim/vim#1391)

8822744b4d
This commit is contained in:
KunMing Xie
2017-10-29 00:05:59 +08:00
committed by Justin M. Keyes
parent 8c732f7274
commit 122f52bf89
3 changed files with 79 additions and 1 deletions

View File

@@ -63,6 +63,7 @@ NEW_TESTS ?= \
test_nested_function.res \
test_normal.res \
test_quickfix.res \
test_retab.res \
test_search.res \
test_signs.res \
test_smartindent.res \