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
I was quite fond of the notification feature which was disabled in this pull #818.
I have also discovered a way to replicate that behavior using the User autocmd but, don't know how.
An example would be nice. Thanks.
Edit 1: Found the way to replicate this behavior but, I now need help with distinguishing which operation was fired.
This is my code:
Problem with this is that it shows the same thing for install, compile, sync, update and it for some reason also notifies at InsertEnter.
Edit 2: Now, the extra notifications at InsertEnter don't show and Compile can be distinguished from others. But, I am unable to distinguish which of the options among install, update, sync or, clean was fired.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I was quite fond of the notification feature which was disabled in this pull #818.
I have also discovered a way to replicate that behavior using the
User
autocmd but, don't know how.An example would be nice. Thanks.
Edit 1: Found the way to replicate this behavior but, I now need help with distinguishing which operation was fired.
This is my code:
Problem with this is that it shows the same thing for install, compile, sync, update and it for some reason also notifies at InsertEnter.
Edit 2: Now, the extra notifications at InsertEnter don't show and Compile can be distinguished from others. But, I am unable to distinguish which of the options among install, update, sync or, clean was fired.
Beta Was this translation helpful? Give feedback.
All reactions