comparison runtime/doc/helphelp.txt @ 18456:6d11fc4aa683

Update runtime files Commit: https://github.com/vim/vim/commit/96f45c0b6fc9e9d404e6805593ed1e0e6795e470 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Oct 26 19:53:45 2019 +0200 Update runtime files
author Bram Moolenaar <Bram@vim.org>
date Sat, 26 Oct 2019 20:00:04 +0200
parents 0e473e9e70c2
children af69c9335223
comparison
equal deleted inserted replaced
18455:3c98dfd2380c 18456:6d11fc4aa683
1 *helphelp.txt* For Vim version 8.1. Last change: 2019 May 04 1 *helphelp.txt* For Vim version 8.1. Last change: 2019 Oct 18
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
100 :h[elp]! [subject] Like ":help", but in non-English help files prefer to 100 :h[elp]! [subject] Like ":help", but in non-English help files prefer to
101 find a tag in a file with the same language as the 101 find a tag in a file with the same language as the
102 current file. See |help-translated|. 102 current file. See |help-translated|.
103 103
104 *:helpc* *:helpclose* 104 *:helpc* *:helpclose*
105 :helpc[lose] Close one help window, if there is one. 105 :helpc[lose] Close one help window, if there is one.
106 Vim will try to restore the window layout (including
107 cursor position) to the same layout it was before
108 opening the help window initially. This might cause
109 triggering several autocommands.
106 110
107 *:helpg* *:helpgrep* 111 *:helpg* *:helpgrep*
108 :helpg[rep] {pattern}[@xx] 112 :helpg[rep] {pattern}[@xx]
109 Search all help text files and make a list of lines 113 Search all help text files and make a list of lines
110 in which {pattern} matches. Jumps to the first match. 114 in which {pattern} matches. Jumps to the first match.