aserebryakov / filestyle

filestyle is a Vim plugin that highlights unwanted whitespace and characters.

Home Page:http://www.vim.org/scripts/script.php?script_id=5065

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FileStyleDeactivate doesn't clear the highlighting if the same buffer opened in several windows

aserebryakov opened this issue · comments

Scenario:

  1. Open a buffer that contains text, that doesn't fit the settings
  2. Execute :split command
  3. Execute :FileStyleDeactivate command

Expected:

No highlighted text in both windows.

Actual

Text is not highlighted in one window and stays highlighted in the other.