Skip to content

E216: No such event: <buffer> call css_color#reinit() #145

Closed
@rickalex21

Description

@rickalex21

Hello, thanks for making this plugin. I created a similar one but I toggle it on and off with a command. Wouldn't it be much better from a performance point of view to use toggling instead of CursorMoved, CusorModedI ? Maybe some feature options like g:css_enable_toggle = 1. I read someone with a similar issue #126 . When you toggle on, create the groups. When you toggle off delete them. What do you think ?

for color in css_colors
syn clear color
endfor

I'm pretty sure, this has something to do with my configuration because I tried with another user account and I don't have that problem. When I comment line 242 in css_color.vim it works fine:

autocmd ColorScheme <buffer> call css_color#reinit()

Any pointers would be appreciated thanks.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions