CI: Fix previous test for (issue #1279)
This commit is contained in:
@@ -17,6 +17,13 @@ Expect (Wrapped with the :: prefix prepended):
|
|||||||
Given vimwiki (Small heading):
|
Given vimwiki (Small heading):
|
||||||
:: aaa
|
:: aaa
|
||||||
|
|
||||||
|
Execute (Log):
|
||||||
|
call SetSyntax("default")
|
||||||
|
Log 'Comments: ' . &comments
|
||||||
|
Log 'Formatoptions: ' . &formatoptions
|
||||||
|
Log 'Blockquote_markers: ' . string(vimwiki#vars#get_syntaxlocal('blockquote_markers'))
|
||||||
|
Log 'Syntax: ' . vimwiki#vars#get_wikilocal('syntax')
|
||||||
|
|
||||||
Do (A <CR>):
|
Do (A <CR>):
|
||||||
A\<CR>
|
A\<CR>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user