You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm having the same issue with nvim. It appears that something with shellcheck is causing the problem.
I'll leave a link to what seems to be the same issue on shellcheck's repo here
Code editor
Vim 9.1
Platform
Arch Linux
Version
5.4.3
What steps will reproduce the bug?
mkdir a
cd a
mkdir .a
ln -s / .a/a
vim -u reproduce.vim -N justecho.sh
How often does it reproduce? Is there a required condition?
Those steps above always reproduce the issue.
What is the expected behavior?
My CPU is still calm
What do you see instead?
Wasted high CPU and memory usage
Additional information
Renaming the hidden directory to non-hidden directory avoids the phenomenon.
mv .a a
I've found the bug while I was editing a shell script in my home directory which has
.wine
directory.The text was updated successfully, but these errors were encountered: