mirror of
https://github.com/vim/vim.git
synced 2026-04-16 00:35:45 +02: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\)\=
|
||
|
|
|