We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Enable denite layer and use related function will pop up error message
normal install ,when press SPC f f ,the error message will pop up
when press SPC h I, only display spacevim layer, no debug info
The text was updated successfully, but these errors were encountered:
I think that in https://github.com/SpaceVim/SpaceVim/blob/master/autoload/SpaceVim/layers/core/statusline.vim the function SpaceVim#layers#core#statusline#denite_mode calls denite#get_status_mode, which was broken in this commit as part of Shougo/denite.nvim#624
SpaceVim#layers#core#statusline#denite_mode
denite#get_status_mode
this line should now be probably be replaced with denite#get_status('mode')
denite#get_status('mode')
Sorry, something went wrong.
Yes. The functions are old and removed in the latest version.
#2826 Fixes the problem.
I am still using old version of denite, and I will try to fix it later.
Is there a workaround to be able to use it for now?
This issue has been fixed, please updated spacevim.
No branches or pull requests
Expected behavior, english is required
Enable denite layer and use related function will pop up error message
The reproduce ways from Vim starting (Required!)
normal install ,when press SPC f f ,the error message will pop up
Debug info
when press SPC h I, only display spacevim layer, no debug info
Screenshots
The text was updated successfully, but these errors were encountered: