mirror of
https://github.com/neovim/neovim.git
synced 2024-12-27 14:21:31 -07:00
6 lines
113 B
Plaintext
6 lines
113 B
Plaintext
|
au BufReadPre * exe 'sn' .. expand("<abuf>")
|
||
|
call writefile([''],'X')
|
||
|
sil! e X
|
||
|
call writefile([''],'X')
|
||
|
sil! e X
|