This commit is contained in:
Matt Gauger 2011-08-25 13:39:02 -05:00
parent 2dd198c6c4
commit 077e330b64

View File

@ -561,7 +561,7 @@ function! s:MenuController._echoPrompt()
endfunction
"FUNCTION: MenuController._current(key) {{{3
"get the MenuItem that is curently selected
"get the MenuItem that is currently selected
function! s:MenuController._current()
return self.menuItems[self.selection]
endfunction