diff options
author | zeertzjq <zeertzjq@outlook.com> | 2024-12-15 07:09:57 +0800 |
---|---|---|
committer | zeertzjq <zeertzjq@outlook.com> | 2024-12-15 07:10:12 +0800 |
commit | 3406b0091122449318cf53c997eacc0621d02ee2 (patch) | |
tree | 4c8ce8931ff5832b52479761e0012b445c46284c /runtime | |
parent | caa93b5e1e621e63777def5d9fdd49d613e1c274 (diff) | |
download | rneovim-3406b0091122449318cf53c997eacc0621d02ee2.tar.gz rneovim-3406b0091122449318cf53c997eacc0621d02ee2.tar.bz2 rneovim-3406b0091122449318cf53c997eacc0621d02ee2.zip |
vim-patch:fbe9a69: runtime(doc): Add a reference to |++opt| and |+cmd| at `:h :pedit`
closes: vim/vim#16217
https://github.com/vim/vim/commit/fbe9a6903a5b66d5b546a5a080726cba50372df5
Co-authored-by: Yinzuo Jiang <jiangyinzuo@foxmail.com>
Diffstat (limited to 'runtime')
-rw-r--r-- | runtime/doc/windows.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/runtime/doc/windows.txt b/runtime/doc/windows.txt index 24aa7b1b11..a6e5984c82 100644 --- a/runtime/doc/windows.txt +++ b/runtime/doc/windows.txt @@ -985,6 +985,8 @@ CTRL-W g } *CTRL-W_g}* position isn't changed. Useful example: > :pedit +/fputc /usr/include/stdio.h < + Also see |++opt| and |+cmd|. + *:ps* *:psearch* :[range]ps[earch][!] [count] [/]pattern[/] Works like |:ijump| but shows the found match in the preview |