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_4.adoc

Download raw file: test/test_4.adoc

1 = Test 4 - Visual link creation 2 3 Use a visual selection (e.g. `vee`) to highlight the words "foo bar" below 4 and then hit Enter to create a multi-word link. Hit Enter again to navigate 5 to the link. It should attempt to open a file named "foo bar.adoc". 6 7 Link to foo bar should work. <-- Create `foo bar` link here. 8 9 ---- 10 Test Script Start 11 let g:vviki_visual_link_creation = 1 12 Test Script End 13 ----