Clean up a function comment
This commit is contained in:
parent
1792b6a75b
commit
38d4d2288a
@ -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()
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user