mirror of
https://github.com/vim/vim.git
synced 2025-10-05 05:34:07 -04:00
updated for version 7.0028
This commit is contained in:
@@ -4,7 +4,7 @@ STARTTEST
|
||||
:so small.vim
|
||||
:e xx
|
||||
:!rm -f test.out
|
||||
:au BufLeave <buffer> :!echo "buffer-local autommand in %" >> test.out
|
||||
:au BufLeave <buffer> :!echo buffer-local autommand in %>> test.out
|
||||
:e somefile " here, autocommand for xx shall write test.out
|
||||
: " but autocommand shall not apply to buffer named <buffer>
|
||||
:bwipe xx " here, autocommand shall be auto-deleted
|
||||
|
Reference in New Issue
Block a user