File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 1515
1616if ! executable (' prettier' ) && ! exists (' g:markdown_extras_loaded' )
1717 utils.Echowarn (" 'prettier' not installed!'" )
18- redraw
1918endif
2019if ! executable (' pandoc' ) && ! exists (' g:markdown_extras_loaded' )
21- # utils.Echowarn (" 'pandoc' not installed!'" )
20+ utils.Echowarn (" 'pandoc' not installed!'" )
2221endif
2322
2423if exists (' g:markdown_extras_loaded' )
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ echo "----- vimrc content ---------"
3535cat $VIMRC
3636echo " "
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:
4141TESTS=(' test_markdown_extras.vim' ' test_utils.vim' ' test_regex.vim' )
You can’t perform that action at this time.
0 commit comments