Format the commentary in "tree_file_node.vim"

This commit is contained in:
Jason Franklin 2018-01-06 08:54:28 -05:00
parent e6a116a9cd
commit d745e11b42

View File

@ -1,8 +1,11 @@
" ============================================================================
" CLASS: TreeFileNode
"This class is the parent of the TreeDirNode class and is the
"'Component' part of the composite design pattern between the treenode
"classes.
"============================================================
"
" This class is the parent of the "TreeDirNode" class and is the "Component"
" part of the composite design pattern between the NERDTree node classes.
" ============================================================================
let s:TreeFileNode = {}
let g:NERDTreeFileNode = s:TreeFileNode