vim-sass-colors icon indicating copy to clipboard operation
vim-sass-colors copied to clipboard

errors when switching windows

Open alex-tee opened this issue 4 years ago • 1 comments

the plugin works but when I go to the window below the css file I get these errors

Error detected while processing WinEnter Autocommands for "*"..function vim_sass_colors#run:
line   11:
E688: More targets than List items
Press ENTER or type command to continue
Error detected while processing WinEnter Autocommands for "*"..function vim_sass_colors#run:
line   12:
E121: Undefined variable: l:guibg
Press ENTER or type command to continue
Error detected while processing WinEnter Autocommands for "*"..function vim_sass_colors#run:
line   14:
E121: Undefined variable: l:group
Press ENTER or type command to continue
Error detected while processing WinEnter Autocommands for "*"..function vim_sass_colors#run:
line   14:
E116: Invalid arguments for function hlexists(l:group) == 0
Press ENTER or type command to continue
Error detected while processing WinEnter Autocommands for "*"..function vim_sass_colors#run:
line   23:
E121: Undefined variable: l:tdx
Press ENTER or type command to continue
Error detected while processing WinEnter Autocommands for "*"..function vim_sass_colors#run:
line   28:
E121: Undefined variable: l:cssname
Press ENTER or type command to continue
Error detected while processing WinEnter Autocommands for "*"..function vim_sass_colors#run:
line   33:
E121: Undefined variable: l:hsl
Press ENTER or type command to continue

alex-tee avatar Jan 02 '21 08:01 alex-tee

Running this plugin on Neovim version image below image

gives me similar error, while switching windows: image

Lakshamana avatar Oct 03 '21 16:10 Lakshamana