You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To reproduce the problem:
1. create a file myvimrc as follows
> cat myvimrc
au FilterWritePre * if &diff | echo "____HELLO WORLD____"
2. vim -u myvimrc -d aaa.txt bbb.txt # aaa.txt bbb.txt do not need to exist
=> OR <=
In your own .vimrc, insert the command at 1 and 'vim -d aaa.txt bbb.txt'
When the autocommand(au) runs successfully, HELLO WORLD is found [refer to the screen cap]
But with zopen VIM, the output is not found
The text was updated successfully, but these errors were encountered:
It seems the zopen VIM does not understand FilterWritePre. ( https://vimdoc.sourceforge.net/htmldoc/autocmd.html#FilterWritePre )
When the autocommand(au) runs successfully, HELLO WORLD is found [refer to the screen cap]
But with zopen VIM, the output is not found
The text was updated successfully, but these errors were encountered: