Skip to content

Commit 47c4228

Browse files
committed
Fixed typo in runner.vim
1 parent ca3d0da commit 47c4228

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/tags

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
:MDEConvertLinks markdown_extras.txt /*:MDEConvertLinks*
22
:MDEIndex markdown_extras.txt /*:MDEIndex*
33
:MDEMake markdown_extras.txt /*:MDEMake*
4+
:MDEPathToURL markdown_extras.txt /*:MDEPathToURL*
45
g:markdown_extras_config markdown_extras.txt /*g:markdown_extras_config*
5-
g:markdown_extras_indices markdown_extras.txt /*g:markdown_extras_indices*
6+
g:markdown_extras_index markdown_extras.txt /*g:markdown_extras_index*
67
markdown-extras markdown_extras.txt /*markdown-extras*
78
markdown-extras-commands markdown_extras.txt /*markdown-extras-commands*
89
markdown-extras-configuration markdown_extras.txt /*markdown-extras-configuration*

test/runner.vim

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ def RunTests(test_file: string)
4747
echom "current test: " .. test
4848
v:errors = []
4949
v:errmsg = ''
50-
exe $'call {test}'
5150
try
5251
:%bw!
5352
exe $'call {test}'

0 commit comments

Comments
 (0)