X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/4b5852e44ac9d2d2aa10fbbfa66a5f02421e7768..a73d25883aaaa3fa3a10ea2ddfcb70ac1efd448e:/tests/data/comments2.py diff --git a/tests/data/comments2.py b/tests/data/comments2.py index 489661e..f4a30b8 100644 --- a/tests/data/comments2.py +++ b/tests/data/comments2.py @@ -310,7 +310,7 @@ short ) -CONFIG_FILES = [CONFIG_FILE] + SHARED_CONFIG_FILES + USER_CONFIG_FILES # type: Final +CONFIG_FILES = [CONFIG_FILE,] + SHARED_CONFIG_FILES + USER_CONFIG_FILES # type: Final ####################### ### SECTION COMMENT ###