Investigate 'main.shada.tmp.X files exist, cannot write ShaDa file error' #6
Labels
No labels
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
kevintl1998/nvim#6
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I'm getting this error persistently on a windows computer. Deleting the file works, but the error comes back after some time.
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.