test9.in
资源名称:vim53src.zip [点击查看]
上传用户:gddssl
上传日期:2007-01-06
资源大小:1003k
文件大小:0k
源码类别:
编辑器/阅读器
开发平台:
DOS
- Test for Bufleave autocommand that deletes the buffer we are about to edit.
- STARTTEST
- :au BufLeave test9.in bdel yy
- :e yy
- :/^start of/,$w! test.out " Write contents of this file
- :qa!
- ENDTEST
- start of test file xx
- end of test file xx