sjl / vitality.vim

Make Vim play nicely with iTerm 2 and tmux.
http://github.com/sjl/vitality.vim
MIT License
320 stars 30 forks source link

Added silent flag for doautocmd on FocusGained #36

Closed xsimov closed 7 years ago

xsimov commented 7 years ago

On FocusGained the error message 'No matching autocommands' was displayed everytime due to a missing silent flag.

This commit fixes #32

sjl commented 7 years ago

Merged, thanks.