- Visual C++源码
- Visual Basic源码
- C++ Builder源码
- Java源码
- Delphi源码
- C/C++源码
- PHP源码
- Perl源码
- Python源码
- Asm源码
- Pascal源码
- Borland C++源码
- Others源码
- SQL源码
- VBScript源码
- JavaScript源码
- ASP/ASPX源码
- C#源码
- Flash/ActionScript源码
- matlab源码
- PowerBuilder源码
- LabView源码
- Flex源码
- MathCAD源码
- VBA源码
- IDL源码
- Lisp/Scheme源码
- VHDL源码
- Objective-C源码
- Fortran源码
- tcl/tk源码
- QT源码
test2.in
资源名称:vim53src.zip [点击查看]
上传用户:gddssl
上传日期:2007-01-06
资源大小:1003k
文件大小:1k
源码类别:
编辑器/阅读器
开发平台:
DOS
- This is a test if a URL is recognized by "gf", with the cursor before and
- after the "://". Also test ":\". Tricky: Have to use backslashes in a file
- name!
- STARTTEST
- :.,$w!/tmp/vimtest2a
- /first
- /tmp
- gf
- :.,$w!/tmp/vimtest2b
- /second
- /URL
- gf
- :set isf=@,48-57,/,.,-,_,+,,,$,:,~,
- :.,$w!\tmp\vimtest2c
- /third
- /name
- gf
- :.,$w!\tmp\vimtest2d
- /fourth
- G/URL
- gf
- :!rm /tmp/vimtest2a /tmp/vimtest2b \tmp\vimtest2c \tmp\vimtest2d
- :wq! test.out
- ENDTEST
- This is the text for the vimtest2a file.
- This is the text for the vimtest2b file.
- This is the text for the vimtest2c file.
- This is the text for the vimtest2d file.
- This is a first test for an URL://machine.name/tmp/vimtest2a and some other text
- This is a second test for an URL://machine.name/tmp/vimtest2b and some other text
- This is a third test for an URL:\machine.nametmpvimtest2c and some other text
- This is a fourth test for an URL:\machine.nametmpvimtest2d and some other text