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

[FEATURE]: Do not highlight trailing spaces in INSERT mode #21

Closed aserebryakov closed 9 years ago

aserebryakov commented 9 years ago

User scenario

  1. Switch to INSERT mode
  2. Type a sentence

    Current behavior

Each time when user puts a space after word and before starting a new word, trailing space is highlighted.

Expected behavior

Trailing space is not highlighted in current line while in INSERT mode, but highlighted immediately after exiting from INSERT mode

aserebryakov commented 9 years ago

POC of the feature functionality is implemented.

aserebryakov commented 9 years ago

Feature implemented and ready for testing.