Format the commentary in "tree_file_node.vim"
This commit is contained in:
parent
e6a116a9cd
commit
d745e11b42
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user