Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

VIM can't parse the colour scheme file #9

Open
egefeyzioglu opened this issue Jul 7, 2021 · 2 comments
Open

VIM can't parse the colour scheme file #9

egefeyzioglu opened this issue Jul 7, 2021 · 2 comments

Comments

@egefeyzioglu
Copy link

When trying to switch to the colour scheme, VIM version 8.0.1453 (newest at the time of writing) produces the following error

line   51:
E117: Unknown function: airline#themes#generate_color_map
E15: Invalid expression: airline#themes#generate_color_map(s:N1, s:N2, s:N3)
line   52:
E117: Unknown function: airline#themes#generate_color_map
E15: Invalid expression: airline#themes#generate_color_map(s:I1, s:I2, s:I3)
line   53:
E117: Unknown function: airline#themes#generate_color_map
E15: Invalid expression: airline#themes#generate_color_map(s:V1, s:V2, s:V3)
line   54:
E117: Unknown function: airline#themes#generate_color_map
E15: Invalid expression: airline#themes#generate_color_map(s:V1, s:V2, s:V3)
line   55:
E117: Unknown function: airline#themes#generate_color_map
E15: Invalid expression: airline#themes#generate_color_map(s:R1, s:R2, s:R3)
line   61:
E117: Unknown function: airline#themes#generate_color_map
E15: Invalid expression: airline#themes#generate_color_map(s:IA, s:IA, s:IA)
line   67:
E716: Key not present in Dictionary: normal.airline_warning = s:WARNING
line   68:
E716: Key not present in Dictionary: insert.airline_warning = s:WARNING
line   69:
E716: Key not present in Dictionary: visual.airline_warning = s:WARNING
line   70:
E716: Key not present in Dictionary: replace.airline_warning = s:WARNING
line   72:
E716: Key not present in Dictionary: normal.airline_error = s:ERROR
line   73:
E716: Key not present in Dictionary: insert.airline_error = s:ERROR
line   74:
E716: Key not present in Dictionary: visual.airline_error = s:ERROR
line   75:
E716: Key not present in Dictionary: replace.airline_error = s:ERROR
Press ENTER or type command to continue
@nyrghzef
Copy link

Were you eventually able to fix it?

@egefeyzioglu
Copy link
Author

@nyrghzef I use a different computer now but it seems to be working for me with NVIM v0.10.0-dev and VIM - Vi IMproved 8.2 (2019 Dec 12, compiled Mar 14 2024 09:05:11)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants