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
Error detected while processing function nerdtree#ui_glue#invokeKeyMap[1]..96[18]..95[3]..<SNR>185_openHSplit[1]..125[1]..141[3]..197[6]..198[17]..33:
#1413
Before creating an issue, take some time to search these resources for an answer. It's possible that someone else has already seen and solved your issue.
Provide a minimal .vimrc file that will reproduce the issue.
Sorry... I deleted a bunch of stuff, and trimmed down all the plugins to the absolute minimum. Error still occurs here as described below. If you want really MINIMAL, I'll work on that vimrc_MINIMAL.txt
Steps to Reproduce the Issue
Open a new vim with nerdtree
move down to a text file in the list
press 'i' to start editing the file
Current Behavior (Include screenshots where appropriate.)
Throws the error
Error detected while processing function nerdtree#ui_glue#invokeKeyMap[1]..96[18]..95[3]..<SNR>185_openHSplit[1]..125[1]..141[3]..197[6]..198[17]..33:
line 3:
E576: Error while reading ShaDa file: last entry specified that it occupies 48 bytes, but file ended earlier
and then continues.
The error is not repeated if I close and re-open the same file, but if I try to open any other file with 'i' I get the error.
Opening a file with 's' also throws the error.
Here's a video
Nerdtree_error_better.mov
Should quietly open the file.
The text was updated successfully, but these errors were encountered:
Self-Diagnosis
Before creating an issue, take some time to search these resources for an answer. It's possible that someone else has already seen and solved your issue.
:h NERDTree
As you said, they are simillar up to the
invokeKeyMap
but then different in the details.Environment
:version
: vim: 9.1.0250; nvim: v0.9.5?
: 7.1.2Sorry... I deleted a bunch of stuff, and trimmed down all the plugins to the absolute minimum. Error still occurs here as described below. If you want really MINIMAL, I'll work on that
vimrc_MINIMAL.txt
Steps to Reproduce the Issue
Current Behavior (Include screenshots where appropriate.)
Throws the error
and then continues.
The error is not repeated if I close and re-open the same file, but if I try to open any other file with 'i' I get the error.
Opening a file with 's' also throws the error.
Here's a video
Nerdtree_error_better.mov
Should quietly open the file.
The text was updated successfully, but these errors were encountered: