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

Style errors aren't highlighted if inroduced by out of vim editing

aserebryakov opened this issue · comments

Scenario

  1. Open file in Vim
  2. Open file outside the Vim
  3. Add trailing spaces in external editor and save
  4. Confirm file reloading in Vim

Expected

Trailing spaces are shown

Actual

Trailing spaces are not shown

It seems, that issue is probably introduced by some changes in autocmd behavior.

The issue was caused by this bug in another plugin.