mirror of
https://github.com/preservim/nerdtree.git
synced 2025-11-09 03:43:50 -05:00
Clean up the commentary in "creator.vim"
This commit is contained in:
@@ -1,7 +1,13 @@
|
|||||||
|
" ============================================================================
|
||||||
" CLASS: Creator
|
" 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 s:Creator = {}
|
||||||
let g:NERDTreeCreator = s:Creator
|
let g:NERDTreeCreator = s:Creator
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user