Skip to content
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

Closed
vitkabele opened this issue Feb 26, 2019 · 4 comments
Closed

macOS Terminal.app ^G #959

vitkabele opened this issue Feb 26, 2019 · 4 comments

Comments

@vitkabele
Copy link

vitkabele commented Feb 26, 2019

Environment

  • Operating System: macOS 10.14.3
  • Vim version :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.
  • NERDTree version git rev-parse --short HEAD: 84737f2
  • NERDTree settings applied in your vimrc, if any:

Process

  1. Just install the plugin and open NERDTree. Clean instalation, no complicated .vimrc setup

Current Result

Before each entry in NERDTree is displayed ^G sequence

Expected Result

I guess that this sequence shouldn't be there :)

Screenshot(s)

screenshot 2019-02-26 at 21 48 12

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.

@CharlesB2
Copy link

Duplicate of #928 ?

@vitkabele
Copy link
Author

Sorry, my bad. I didn't notice this one.

@PhilRunninger
Copy link
Member

@vitkabele , if you wouldn't mind, I have a new PR out that could use some testing. You can just do

git pull
git checkout smarter_delimiter_default
git pull

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!

@PhilRunninger PhilRunninger reopened this Mar 4, 2019
@PhilRunninger
Copy link
Member

Fixed by #963.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants