Fixed typo in nerdtree.vim file (#1380)

This commit is contained in:
SandeshPyakurel 2023-10-19 15:39:52 +05:45 committed by GitHub
parent b1f5bb60df
commit 3a66272486
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28,7 +28,7 @@ else
hi! link NERDTreeNodeDelimiters Ignore hi! link NERDTreeNodeDelimiters Ignore
endif endif
"highlighing for directory nodes and file nodes "highlighting for directory nodes and file nodes
syn match NERDTreeDirSlash #/# containedin=NERDTreeDir syn match NERDTreeDirSlash #/# containedin=NERDTreeDir
if g:NERDTreeDirArrowExpandable !=# '' if g:NERDTreeDirArrowExpandable !=# ''