mirror of
https://github.com/preservim/nerdtree.git
synced 2025-11-09 03:43:50 -05:00
Clean up a function comment
This commit is contained in:
@@ -15,9 +15,9 @@ function! s:MenuController.New(menuItems)
|
|||||||
return newMenuController
|
return newMenuController
|
||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
"FUNCTION: MenuController.showMenu() {{{1
|
" FUNCTION: MenuController.showMenu() {{{1
|
||||||
"start the main loop of the menu and get the user to choose/execute a menu
|
" Enter the main loop of the NERDTree menu, prompting the user to select
|
||||||
"item
|
" a menu item.
|
||||||
function! s:MenuController.showMenu()
|
function! s:MenuController.showMenu()
|
||||||
call self._saveOptions()
|
call self._saveOptions()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user