Test for links_space_char #1132

This commit is contained in:
Tinmarino
2021-06-08 17:14:43 -04:00
parent 725709ba80
commit 760cab232d
2 changed files with 18 additions and 0 deletions
+15
View File
@@ -1,4 +1,19 @@
# Test variable management (should be small)
Given vimwiki (abc def ghi jkl #1132):
abc def ghi jkl
Do (vee<CR>):
:call SetSyntax('markdown')\<CR>
:call vimwiki#vars#set_wikilocal('links_space_char', '_')\<CR>
vee\<CR>
Expect (underscores in link url not in description):
[abc def](abc_def) ghi jkl
Execute (restore):
call vimwiki#vars#set_wikilocal('links_space_char', ' ')
# Issue #980
#
# brennen commenting these out 2021-03-29 per @tinmarino: