mirror of
https://github.com/neovim/neovim.git
synced 2024-12-26 14:11:15 -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
|