-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
macOS Terminal.app ^G #959
Comments
Duplicate of #928 ? |
Sorry, my bad. I didn't notice this one. |
@vitkabele , if you wouldn't mind, I have a new PR out that could use some testing. You can just do
on the NERDTree repo to give it a go. All my vims have the conceal feature, so I can't give it a complete test. Thanks! |
Fixed by #963. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Environment
:version
:VIM - Vi IMproved 8.0 (2016 Sep 12, compiled Aug 17 2018 17:24:51)
Included patches: 1-503, 505-680, 682-1283
Compiled by root@apple.com
Normal version without GUI.
git rev-parse --short HEAD
: 84737f2Process
Current Result
Before each entry in NERDTree is displayed
^G
sequenceExpected Result
I guess that this sequence shouldn't be there :)
Screenshot(s)
Possible Fix
I fixed this by putting
let g:NERDTreeNodeDelimiter = "\u00a0"
into my~/.vimrc
as mentioned by someone here. I guess that it should not be problem to set the sequence as default delimiter and the problem will be fixed.The text was updated successfully, but these errors were encountered: