colorful rat Ratfactor.com > Dave's Repos

vviki

An AsciiDoc-flavored wiki plugin for Vim
git clone http://ratfactor.com/repos/vviki/vviki.git

vviki/test/test_6.adoc

Download raw file: test/test_6.adoc

1 = Test 6 - Link-a-palooza (all three link options altered) 2 3 Make sure combos of link options work. 4 5 Use a visual selection (e.g. `vee`) to highlight the words "foo bar" below 6 and then hit Enter to create a multi-word link. Hit Enter again to navigate 7 to the link. It should attempt to open a file named "foo bar.adoc". 8 9 Link to foo bar should work. <-- Create `foo bar` link here. 10 11 The created link should look like this: `<<foo bar.adoc#,foo bar>>` 12 13 ---- 14 Test Script Start 15 let g:vviki_page_link_syntax = 'xref_hack' 16 let g:vviki_visual_link_creation = 1 17 let g:vviki_links_include_ext = 1 18 Test Script End 19 ----