mirror of
https://github.com/vim/vim.git
synced 2025-07-26 11:04:33 -04:00
12 lines
141 B
VimL
12 lines
141 B
VimL
|
" Vim :helpgrep command
|
||
|
|
||
|
|
||
|
helpgrep :help
|
||
|
helpgrep :help@en
|
||
|
helpgrep :h\%(elp\)\=
|
||
|
|
||
|
lhelpgrep :help
|
||
|
lhelpgrep :help@en
|
||
|
lhelpgrep :h\%(elp\)\=
|
||
|
|