blueyed / vim-diminactive

Vim plugin to dim inactive windows
339 stars 10 forks source link

Splitting the same file dims both splits #20

Closed atav32 closed 8 years ago

atav32 commented 8 years ago
  1. open a file
  2. type :split
  3. both windows dim
  4. type :filetype detect (mapped to :Re in my vimrc) and colorscheme comes back for both splits
  5. switch windows, both windows dim

sfal6ndxtf

in my .vimrc

let g:diminactive_use_colorcolumn = 0
let g:diminactive_use_syntax = 1
atav32 commented 8 years ago

oops, just saw this https://github.com/blueyed/vim-diminactive/issues/10

blueyed commented 8 years ago

Can you think of something to improve this situation?

blueyed commented 8 years ago

This is fixed by now via #10.