test9.in

来自「VIM文本编辑器」· IN 代码 · 共 12 行

IN
12
字号
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

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?