Skip to content

Commit

Permalink
Fixed typo in nerdtree.vim file (#1380)
Browse files Browse the repository at this point in the history
  • Loading branch information
SandeshPyakurel authored Oct 19, 2023
1 parent b1f5bb6 commit 3a66272
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion syntax/nerdtree.vim
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ else
hi! link NERDTreeNodeDelimiters Ignore
endif

"highlighing for directory nodes and file nodes
"highlighting for directory nodes and file nodes
syn match NERDTreeDirSlash #/# containedin=NERDTreeDir

if g:NERDTreeDirArrowExpandable !=# ''
Expand Down

0 comments on commit 3a66272

Please sign in to comment.