test2.in
上传用户:gddssl
上传日期:2007-01-06
资源大小:1003k
文件大小:1k
源码类别:

编辑器/阅读器

开发平台:

DOS

  1. This is a test if a URL is recognized by "gf", with the cursor before and
  2. after the "://".  Also test ":\".  Tricky: Have to use backslashes in a file
  3. name!
  4. STARTTEST
  5. :.,$w!/tmp/vimtest2a
  6. /first
  7. /tmp
  8. gf
  9. :.,$w!/tmp/vimtest2b
  10. /second
  11. /URL
  12. gf
  13. :set isf=@,48-57,/,.,-,_,+,,,$,:,~,
  14. :.,$w!\tmp\vimtest2c
  15. /third
  16. /name
  17. gf
  18. :.,$w!\tmp\vimtest2d
  19. /fourth
  20. G/URL
  21. gf
  22. :!rm /tmp/vimtest2a /tmp/vimtest2b \tmp\vimtest2c \tmp\vimtest2d
  23. :wq! test.out
  24. ENDTEST
  25. This is the text for the vimtest2a file.
  26. This is the text for the vimtest2b file.
  27. This is the text for the vimtest2c file.
  28. This is the text for the vimtest2d file.
  29. This is a first test for an URL://machine.name/tmp/vimtest2a and some other text
  30. This is a second test for an URL://machine.name/tmp/vimtest2b and some other text
  31. This is a third test for an URL:\machine.nametmpvimtest2c and some other text
  32. This is a fourth test for an URL:\machine.nametmpvimtest2d and some other text