goolord / alpha-nvim

a lua powered greeter like vim-startify / dashboard-nvim
MIT License
1.92k stars 113 forks source link

Error executing alpha.lua line 372 #19

Closed Mte90 closed 3 years ago

Mte90 commented 3 years ago

Screenshot_20210910_174228

I am getting this error when I press as example 1 or g. I am getting this on terminal but also inside neovim-qt.

goolord commented 3 years ago

how am i meant to reproduce this? i understand your desire for privacy but you have censored the buttons you are saying cause this error. what commands are those buttons mapped to?

goolord commented 3 years ago

i'm guessing this is related to the autocmd cleaning up the redraw function not being fired. should maybe be fixed in https://github.com/goolord/alpha-nvim/commit/0086e21b24d9276b15fd53a0cd10ec0f62d55a94

Mte90 commented 3 years ago

Sorry that I forgot to mention some info of the files. I am getting this error with any kind of file that I have locally like php or js. To get the error i just need to move the cursor to one of the button and press enter or use the shortcut of the button.

I saw the commit I will check on monday :-)

Mte90 commented 3 years ago

I can confirm that the latest updates fix the issue :-)