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

Modeline is reprocessed on FocusLost/FocusGained #26

Open wilywampa opened 10 years ago

wilywampa commented 10 years ago

doautocmd re-processes the modeline by default, which annoying things like reset fold level or change other options. I suggest adding <nomodeline> to the doautocmd calls either by default or as an option.