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

when using denite layer will pop up error message #2863

Closed
xiaozhu1337 opened this issue Jun 1, 2019 · 5 comments
Closed

when using denite layer will pop up error message #2863

xiaozhu1337 opened this issue Jun 1, 2019 · 5 comments
Labels
bug bug of SpaceVim core has-PR there is a pull request against this issue
Milestone

Comments

@xiaozhu1337
Copy link

xiaozhu1337 commented Jun 1, 2019

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

屏幕快照 2019-06-01 23 44 34

@xiaozhu1337 xiaozhu1337 changed the title when enable denite layer will pop up error message when using denite layer will pop up error message Jun 2, 2019
@xiaozhu1337 xiaozhu1337 mentioned this issue Jun 2, 2019
3 tasks
@barkanido
Copy link

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

this line should now be probably be replaced with denite#get_status('mode')

@Shougo
Copy link

Shougo commented Jun 3, 2019

this line should now be probably be replaced with denite#get_status('mode')

Yes. The functions are old and removed in the latest version.

#2826 Fixes the problem.

@wsdjeg
Copy link
Owner

wsdjeg commented Jun 7, 2019

I am still using old version of denite, and I will try to fix it later.

@wsdjeg wsdjeg added this to the v1.2.0 milestone Jun 8, 2019
@wsdjeg wsdjeg added the bug bug of SpaceVim core label Jun 8, 2019
@alex88
Copy link

alex88 commented Jul 2, 2019

Is there a workaround to be able to use it for now?

@wsdjeg wsdjeg modified the milestones: v1.2.0, v1.3.0 Aug 25, 2019
@wsdjeg wsdjeg added the has-PR there is a pull request against this issue label Aug 25, 2019
@wsdjeg
Copy link
Owner

wsdjeg commented Sep 21, 2019

This issue has been fixed, please updated spacevim.

@wsdjeg wsdjeg closed this as completed Sep 21, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug bug of SpaceVim core has-PR there is a pull request against this issue
Projects
None yet
Development

No branches or pull requests

5 participants