Skip to content

Commit 9310f91

Browse files
authored
Fix documentation errors (preservim#1269)
* Fix a typo: "NERDTree_*" -> "NERD_Tree_*" * Format text * Use the proper abbreviation for the BEL character * Format text * Make the documentation match the code The syntax file sets 'conceallevel' to 2, not 3. * Update the "CHANGELOG.md" file
1 parent e731b84 commit 9310f91

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
- **.PATCH**: Pull Request Title (PR Author) [PR Number](Link to PR)
66
-->
77
#### 6.10
8+
- **.16**: Fix documentation errors. (lifecrisis) [#1269](https://github.com/preservim/nerdtree/pull/1269)
89
- **.15**: Ensure backward compatible testing of types. (lifecrisis) [#1266](https://github.com/preservim/nerdtree/pull/1266)
910
- **.14**: Replace trim() with a version-compatible alternative. (PhilRunninger) [#1265](https://github.com/preservim/nerdtree/pull/1265)
1011
- **.13**: Change highlighting of bookmarks in the tree. (PhilRunninger) [#1261](https://github.com/preservim/nerdtree/pull/1261)

doc/NERDTree.txt

+4-4
Original file line numberDiff line numberDiff line change
@@ -1256,10 +1256,10 @@ responsible pull request: https://github.com/preservim/nerdtree/pull/868.
12561256
The default value of this variable depends on the features compiled into your
12571257
vim and the values of |NERDTreeDirArrowCollapsible| and
12581258
|NERDTreeDirArrowExpandable|.
1259-
* If your vim is compiled with the +conceal feature, it is the "\x07" (BELL)
1260-
character, and it is hidden by setting 'conceallevel' to 3. If you use
1261-
autocommands, make sure none of them change that setting in the NERDTree_*
1262-
buffers.
1259+
* If your vim is compiled with the +conceal feature, it is the "\x07"
1260+
(BEL) character, and it is hidden by setting 'conceallevel' to 2. If you
1261+
use autocommands, make sure none of them change that setting in the
1262+
NERD_Tree_* buffers.
12631263
* If your vim does NOT have the +conceal feature and you're using "\u00a0"
12641264
(non-breaking space) to hide the directory arrows, "\u00b7" (middle dot)
12651265
is used as the default delimiter.

0 commit comments

Comments
 (0)