commit 38d4d2288a83f08b8b2ba24f36259e3f140da9d6 parent 1792b6a75b337d739dbc6cd16c3091e9f38923cd Author: Jason Franklin <j_fra@fastmail.us> Date: Sun, 22 Apr 2018 10:21:16 -0400 Clean up a function comment Diffstat:
| M | lib/nerdtree/menu_controller.vim | | | 6 | +++--- |
1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/nerdtree/menu_controller.vim b/lib/nerdtree/menu_controller.vim @@ -15,9 +15,9 @@ function! s:MenuController.New(menuItems) return newMenuController endfunction -"FUNCTION: MenuController.showMenu() {{{1 -"start the main loop of the menu and get the user to choose/execute a menu -"item +" FUNCTION: MenuController.showMenu() {{{1 +" Enter the main loop of the NERDTree menu, prompting the user to select +" a menu item. function! s:MenuController.showMenu() call self._saveOptions()
