Clean up a function comment

This commit is contained in:
Jason Franklin 2018-04-22 10:21:16 -04:00
parent 1792b6a75b
commit 38d4d2288a

View File

@ -16,8 +16,8 @@ function! s:MenuController.New(menuItems)
endfunction
" FUNCTION: MenuController.showMenu() {{{1
"start the main loop of the menu and get the user to choose/execute a menu
"item
" Enter the main loop of the NERDTree menu, prompting the user to select
" a menu item.
function! s:MenuController.showMenu()
call self._saveOptions()