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

Function [...] already exists #17

Closed kovetskiy closed 9 years ago

kovetskiy commented 9 years ago

I'm using vundle and after installing any other plugin i got a messages:

Error detected while processing /home/vxw/repos/filestyle/plugin/filestyle.vim:
line   54:
E122: Function FileStyleActivate already exists, add ! to replace it
line   65:
E122: Function FileStyleDeactivate already exists, add ! to replace it
line   73:
E122: Function FileStyleClearFile already exists, add ! to replace it
line   82:
E122: Function FileStyleCheckFiletype already exists, add ! to replace it
line   88:
E122: Function FileStyleHighlightPattern already exists, add ! to replace it
line  101:
E122: Function FileStyleExpandtabCheck already exists, add ! to replace it
line  109:
E122: Function FileStyleTrailingSpaces already exists, add ! to replace it
line  119:
E122: Function FileStyleLongLines already exists, add ! to replace it
line  127:
E122: Function FileStyleControlCharacters already exists, add ! to replace it
line  139:
E122: Function FileStyleCheck already exists, add ! to replace it
aserebryakov commented 9 years ago

Pull request merged.

kovetskiy commented 9 years ago

Okay.