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

ToDo: Document the g:NERDTreeNodeDelimiter variable #912

Closed
PhilRunninger opened this issue Nov 7, 2018 · 0 comments
Closed

ToDo: Document the g:NERDTreeNodeDelimiter variable #912

PhilRunninger opened this issue Nov 7, 2018 · 0 comments

Comments

@PhilRunninger
Copy link
Member

There have been a few issues reported since #868 was merged. They were solved by setting g:NERDTreeNodeDelimiter to something other than "\u00a0". There should be something in the documentation for users to better understand how to use this variable.

PhilRunninger added a commit that referenced this issue Dec 6, 2018
* Change the default node delimiter to the BELL character, \x07.

* Syntax match by ASCII code, vs. string concatenation.

* Document the NERDTreeNodeDelimiter setting.

* Clean up the documentation markup.

* Remove apostrophes, since the NERDTree settings aren't vim options.
* Use backticks to hot-link the referenced vim options.
* Add a modeline.

* Update the title and the About section of the documentation.

* Fix typo, and clarify branches of code in Github.

* Fix wrapping to 78, and remove colorcolumn setting from modeline.

* Change the ASCI Art title, and give credit for it.

* Change the word option to setting, and redo the word wrapping.

I want to reserve the word 'option' to mean only Vim options that are
changed with the `:set` command. Since we need to use `:let` to
establish the values for the NERDTree variables, I choose to call them
settings instead.

* Realign hot-links with concealed markup tags taken into account.

* Text alignment, typo fixes, and wordsmithing the About section.
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

1 participant