goyo.vim icon indicating copy to clipboard operation
goyo.vim copied to clipboard

Airline pops up on BufWritePost event.

Open hwijeen opened this issue 4 years ago • 1 comments

Hi, Screen Shot 2020-07-14 at 10 53 24 PM thank you for the great plugin. One little thing that gets on my nerve is that airline plugin pops up whenever I :w in goyo. To inspect why this is happening, I looked at au BufWritePost and found the following line.

airline_whitespace  BufWritePost
    *         call <sid>ws_refresh()

I guess airline refreshes when I save a file, and it toggles the airline back on my screen. (The airline disappears when I type ctrl-w-k - I can't figure out why!)

Is there a recommended way to suppress this behavior?

hwijeen avatar Jul 14 '20 13:07 hwijeen

I have the same problem with Lualine.

mvpopuk avatar Oct 12 '23 10:10 mvpopuk