1 = Test 5 - Links include the filename extension
     
2 
     3 With this option turned on, the link will include the ".adoc" file extension.
     
4 Create a link by hitting Enter on the word "foo". It should create a link to
     
5 `foo.adoc`. Follow the link to make sure it goes to the file.
     
6 
     7 foo  <-- Create `foo.adoc` link here and test it.
     
8 
     9 ----
    
10 Test Script Start
    
11 let g:vviki_links_include_ext = 1
    
12 Test Script End
    
13 ----