Skip to content

Commit b6fab04

Browse files
committed
adjust test "Filetype-based on-demand loading"
1 parent f61f4e6 commit b6fab04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/workflow.vader

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1117,7 +1117,7 @@ Execute (Filetype-based on-demand loading):
11171117
AssertEqual ['xxx/ftdetect', 'xxx/after/ftdetect'], g:xxx
11181118

11191119
setf xxx
1120-
AssertEqual ['xxx/ftdetect', 'xxx/after/ftdetect', 'xxx/plugin', 'xxx/after/plugin', 'xxx/syntax', 'xxx/after/syntax', 'xxx/ftplugin', 'xxx/after/ftplugin', 'xxx/indent', 'xxx/after/indent'], g:xxx
1120+
AssertEqual ['xxx/ftdetect', 'xxx/after/ftdetect', 'xxx/plugin', 'xxx/after/plugin', 'xxx/syntax', 'xxx/after/syntax'], g:xxx
11211121

11221122
" syntax/xxx.vim and after/syntax/xxx.vim should not be loaded (#410)
11231123
setf yyy

0 commit comments

Comments
 (0)