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

g:airline_statusline_funcrefs not defined in ftpugin/haxe.vim #119

Open
rahil627 opened this issue Jan 29, 2022 · 0 comments
Open

g:airline_statusline_funcrefs not defined in ftpugin/haxe.vim #119

rahil627 opened this issue Jan 29, 2022 · 0 comments

Comments

@rahil627
Copy link

i know this is old and unmaintained, but...

if anyone runs into this problem with the airline plugin:
something like “g:airline_statusline_funcrefs” not defined during a call

i added this to my config file:
let g:airline_statusline_funcrefs = get(g:, 'airline_statusline_funcrefs', [])

i simply stole that from https://github.com/vim-airline/vim-airline/blob/master/autoload/airline.vim

but be warned, ive only used vim for a few days, so i have no idea what i’m doing :) :)

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

1 participant