jmickelin / vim-empty-lines-mode

Vim-like empty line indicator at end of files for Emacs.
GNU General Public License v3.0
10 stars 3 forks source link

The indicators will be truncated when viewing a same buffer on multiple windows #5

Closed hchbaw closed 9 years ago

hchbaw commented 9 years ago

The indicators will be truncated sometimes on the inactive windows.

For example: Open the 'subr.el', goto end-of-buffer, split the window and make the above window active. Then scroll-up and down a bit for each window to view the different part of the same file.

The below window does not have enough indicators: 2015-01-10-210400

hchbaw commented 9 years ago

Note that the above commit is somewhat brute-force way. I cannot find any better ways... So, plese take this commit as some kind of proof of concept, feel free to throw away.

jmickelin commented 9 years ago

Merged your fix for now. I thought the window overlay property would prevent these things, but apprarently not.