2 This is a test if a URL is recognized by "gf", with the cursor before and
3 after the "://". Also test ":\\".
9 :call append(0, expand("<cfile>"))
12 :call append(1, expand("<cfile>"))
14 : set isf=@,240-249,/,.,-,_,+,,,$,:,~,\
16 : set isf=@,48-57,/,.,-,_,+,,,$,:,~,\
20 :call append(2, expand("<cfile>"))
23 :call append(3, expand("<cfile>"))
26 first test for URL://machine.name/tmp/vimtest2a and other text
27 second test for URL://machine.name/tmp/vimtest2b. And other text
28 third test for URL:\\machine.name\vimtest2c and other text
29 fourth test for URL:\\machine.name\tmp\vimtest2d, and other text