TaDaa / vimade

Vimade let's you dim, fade, tint, animate, and customize colors in your windows and buffers
Apache License 2.0
540 stars 10 forks source link

Fixes invalid escape sequence when using python 3.9 #74

Closed tammersaleh closed 11 months ago

tammersaleh commented 11 months ago

See https://bugs.python.org/issue27364

Fixes this error when using python 3.9:

Error detected while processing VimEnter Autocommands for "*"..script .../vimade/autoload/vimade.vim[649]..function vimade#Init[20]..vimade#CheckWindows:
line    7:
.../vimade/lib/vimade/signs.py:12: SyntaxWarning: invalid escape sequence '\s'

Error detected while processing VimEnter Autocommands for "*"..script ...d/vimade/autoload/vimade.vim[649]..function vimade#Init[20]..vimade#CheckWindows:
  parts = re.split('[\s\t]+', line)
TaDaa commented 11 months ago

Thanks for the fix @tammersaleh!