vim-powerline: customizing the status line to display an indicator when there is a modified file in the buffers

StackOverflow https://stackoverflow.com/questions/14693955

  •  06-03-2022
  •  | 
  •  

質問

I use vim-powerline plugin to customize the vim status line. As of now, the status line displays a + when the current buffer is modified. When I switch to a un modified buffer I can no longer tell if there is a modified buffer in the project. Currently, I use the :files or :buffers command to locate the modified buffers.

Is it possible to customize the status line to display an indicator when there is a modified file in the buffers(even when the buffer is not current).

役に立ちましたか?

解決

It's a great idea, and it shouldn't be too difficult to implement. I recommend that you switch to the new Powerline project, and submit an issue in the issue tracker there. I don't follow up on issues posted elsewhere, so please use the official issue tracker.

ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top