Investigate 'main.shada.tmp.X files exist, cannot write ShaDa file error' #6

Open
opened 2026-01-09 13:41:55 -05:00 by kevintl1998 · 1 comment
Owner

I'm getting this error persistently on a windows computer. Deleting the file works, but the error comes back after some time.

I'm getting this error persistently on a windows computer. Deleting the file works, but the error comes back after some time.
Author
Owner

This is a Neovim bug documented here: https://github.com/neovim/neovim/issues/8587

I'm guessing this happens when files main.shada.tmp.a to main.shada.tmp.z are created and neovim tries to create another one, but it has 'used up' all of the letters of the alphabet. The solution seems to be to remove all the main.shada.tmp.N files.

This is a Neovim bug documented here: https://github.com/neovim/neovim/issues/8587 I'm guessing this happens when files main.shada.tmp.a to main.shada.tmp.z are created and neovim tries to create another one, but it has 'used up' all of the letters of the alphabet. The solution seems to be to remove all the main.shada.tmp.N files.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
kevintl1998/nvim#6
No description provided.