mirror of
https://github.com/vim/vim
synced 2025-05-02 22:37:47 +02:00
closes: #17082 Signed-off-by: Doug Kearns <dougkearns@gmail.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
11 lines
141 B
VimL
11 lines
141 B
VimL
" Vim :helpgrep command
|
|
|
|
|
|
helpgrep :help
|
|
helpgrep :help@en
|
|
helpgrep :h\%(elp\)\=
|
|
|
|
lhelpgrep :help
|
|
lhelpgrep :help@en
|
|
lhelpgrep :h\%(elp\)\=
|
|
|