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