Skip to content

Commit

Permalink
Test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
KSR-Yasuda committed Jan 15, 2021
1 parent 10e9c75 commit 23a00a2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion test/folding-toc.vader
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
" Tests atx and setext folding, and :Toc.

Before:
setlocal foldexpr=
source ../after/ftplugin/markdown.vim

After:
setlocal foldexpr=0
setlocal foldexpr=
setlocal foldmethod=manual

Given markdown;
Expand Down
3 changes: 2 additions & 1 deletion test/folding.vader
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
Before:
setlocal foldexpr=
source ../after/ftplugin/markdown.vim

After:
setlocal foldexpr=0
setlocal foldexpr=
setlocal foldmethod=manual

Given markdown;
Expand Down
3 changes: 2 additions & 1 deletion test/python-folding.vader
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
Before:
setlocal foldexpr=
let g:vim_markdown_folding_style_pythonic = 1
source ../after/ftplugin/markdown.vim

After:
setlocal foldexpr=0
setlocal foldexpr=
setlocal foldmethod=manual

Given markdown;
Expand Down

0 comments on commit 23a00a2

Please sign in to comment.