aserebryakov / filestyle

filestyle is a Vim plugin that highlights unwanted whitespace and characters.
http://www.vim.org/scripts/script.php?script_id=5065
Apache License 2.0
30 stars 5 forks source link

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

Closed aserebryakov closed 7 years ago

aserebryakov commented 7 years ago

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

aserebryakov commented 7 years ago

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

aserebryakov commented 7 years ago

The issue was caused by this bug in another plugin.