Skip to content

Commit 19ebb4b

Browse files
committed
TEST: redraw after Echowarn
1 parent df40d64 commit 19ebb4b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

plugin/markdown_extras.vim

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ if !has('vim9script') || v:version < 900
1414
endif
1515

1616
if !executable('prettier') && !exists('g:markdown_extras_loaded')
17-
# utils.Echowarn("'prettier' not installed!'")
17+
utils.Echowarn("'prettier' not installed!'")
18+
redraw
1819
endif
1920
if !executable('pandoc') && !exists('g:markdown_extras_loaded')
2021
# utils.Echowarn("'pandoc' not installed!'")

0 commit comments

Comments
 (0)