-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Error after update #1627
Comments
can you find out, which commit broke it? Please provide a minimal example that breaks it (i see you are using the webdevicons plugin). What is your airline version and vim version? |
Also I wonder why your |
The problem comes from the webdevicons plugin, so I just created a patch for that. Anyhow, I still wonder how you managed to unset the |
thanks for reactivity, i don't unset |
well, please provide a minimal example that reproduces the issue. |
fixed with this |
that shouldn't be necessary. It is initialized here |
how i can provide example ? that's strange, when i start vim without i have this error message
but everything works properly when i skip this message |
well, it must depend on your configuration/plugins, etc. So what is the minimal needed configuration to reproduce this problem? |
|
so this only happens with neovim? |
if I use this config, I get this message:
and when I try this with neovim I get:
Neither of those is the mentioned airline error :( |
i use vim 8 not neovim yesterday i have this issue too :
when i remove deoplete, dont have error with airline possible conflict with deoplete ? |
possible BTW: are you sure, that those two plugins
should be loaded in vim? |
i restore old backup and fixed it, i think I did something wrong. thanks for the time that you granted me. |
im come back after i think there is a conflict with vim-airline, deoplete and vim-devicons... in the meantime I place |
Prevent error when g:airline_section_x is undefined. Fixes vim-airline/vim-airline#1627: vim-airline/vim-airline#1627
vim: 8.0
OS: Xubuntu 16.04
What is your airline configuration:
if you are using terminal:
terminal: xfce terminal
hi,
my plugin are broken after update.
when i start vim i have this :
my config :
The text was updated successfully, but these errors were encountered: