Skip to content

Whitespaces highlighted in unite buffers even when unite filetype is blacklisted #80

@mat-r

Description

@mat-r

The Problem

From commit 8f488a4, whitespaces are highlighted in unite buffers. They were not before.

From what I read in the readme file, unite filetype shoud be blacklisted by default:

This replaces the filetypes from the default list of blacklisted filetypes. The default types that are blacklisted are:
['diff', 'gitcommit', 'unite', 'qf', 'help', 'markdown']

Vim version

VIM - Vi IMproved 7.4
Included patches: 1-1689
Extra patches: 8.0.0056

Minimal .vimrc

call plug#begin('~/.vim/plugged')
Plug 'Shougo/unite.vim'
Plug 'ntpeters/vim-better-whitespace'
call plug#end()

Screenshot before commit 8f488a4, using command :Unite

2018-02-27-131351_1404x739_scrot

Screenshot after commit 8f488a4, using command :Unite

2018-02-27-131427_1406x738_scrot

Manual blacklisting in .vimrc

I also tried just in case to blacklist unite filetype in the .vimrc (even if it should already be blacklisted by default) with:

let g:better_whitespace_filetypes_blacklist=['unite']

but it did not change anything.

If you need me to provide more information, do not hesitate to ask.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions