Provided several helper commands for users ( :ToggleWhitespace, :DisableWhitespace, :EnableWhitespace )
Also provide options to disable current line highlighting in normal mode ( :CurrentLineWhitespaceOff <level>, :CurrentLineWhitespaceOn )
An option to fix whitespace on save ( :ToggleFixWhitespaceOnSave )
Now allows users to set a custom highlight color for whitespace that won't be overridden by this plugin:
highlight ExtraWhitespace ctermbg=<desired_color>
Several major updates to the plugin overall:
:ToggleWhitespace
,:DisableWhitespace
,:EnableWhitespace
):CurrentLineWhitespaceOff <level>
,:CurrentLineWhitespaceOn
):ToggleFixWhitespaceOnSave
)highlight ExtraWhitespace ctermbg=<desired_color>