Hi, this might be yet another controversial patch, but it's asked for on IRC all the time.
The problem is that the ~ markers (end of buffer) and parts of 'listchars' both use the same highlight group: NonText. Now people wish to use different colors for this, thus this patch introduces a new highlight group, EndOfBuffer, which uses the same colors as NonText by default. The first patch contains the actual changes and the second one merely adds 'hi link EndOfBuffer NonText' to the default colorschemes. Opinions? Regards Marco -- Github: http://github.com/mhinz | Twitter: http://twitter.com/_mhinz_ -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
