Skip to content

Commit 2ae2b8f

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

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

plugin/markdown_extras.vim

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,9 @@ endif
1515

1616
if !executable('prettier') && !exists('g:markdown_extras_loaded')
1717
utils.Echowarn("'prettier' not installed!'")
18-
redraw
1918
endif
2019
if !executable('pandoc') && !exists('g:markdown_extras_loaded')
21-
# utils.Echowarn("'pandoc' not installed!'")
20+
utils.Echowarn("'pandoc' not installed!'")
2221
endif
2322

2423
if exists('g:markdown_extras_loaded')

test/run_tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ echo "----- vimrc content ---------"
3535
cat $VIMRC
3636
echo ""
3737
# Construct the VIM_CMD with correct variable substitution and quoting
38-
VIM_CMD="$VIM_PRG --clean -u $VIMRC -i NONE --not-a-term"
38+
VIM_CMD="$VIM_PRG --clean -Es -u $VIMRC -i NONE --not-a-term"
3939

4040
# Add test files here:
4141
TESTS=('test_markdown_extras.vim' 'test_utils.vim' 'test_regex.vim')

0 commit comments

Comments
 (0)