Clean up the commentary in "creator.vim"

This commit is contained in:
Jason Franklin 2017-11-11 08:53:47 -05:00
parent 3cb90cb18d
commit d9074c2753

View File

@ -1,7 +1,13 @@
" ============================================================================
" CLASS: Creator
"Creates tab/window/mirror nerdtree windows. Sets up all the window and
"buffer options and key mappings etc.
"============================================================
"
" This class is responsible for creating NERDTree instances. The new NERDTree
" may be a tab tree, a window tree, or a mirrored tree. In the process of
" creating a NERDTree, it sets up all of the window and buffer options and key
" mappings etc.
" ============================================================================
let s:Creator = {}
let g:NERDTreeCreator = s:Creator