Fix grammar
This commit is contained in:
parent
047932304c
commit
0db6f6fb51
@ -872,7 +872,7 @@ function! s:Apropos(pattern) abort
|
||||
if empty(matches)
|
||||
return ''
|
||||
endif
|
||||
let choice = s:inputlist('Lookup docs for:', matches)
|
||||
let choice = s:inputlist('Look up docs for:', matches)
|
||||
if choice !=# ''
|
||||
return 'echo "\n"|Doc '.choice
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user