comparison runtime/doc/tagsrch.txt @ 16944:d23afa4d8b63

Update runtime files. commit https://github.com/vim/vim/commit/61da1bfa6c6b19dd670671a318ce9f9e2acc784c Author: Bram Moolenaar <Bram@vim.org> Date: Thu Jun 6 12:14:49 2019 +0200 Update runtime files.
author Bram Moolenaar <Bram@vim.org>
date Thu, 06 Jun 2019 12:15:07 +0200
parents 1eaf34420bb3
children 235cbf491430
comparison
equal deleted inserted replaced
16943:2f0579d6b1e5 16944:d23afa4d8b63
1 *tagsrch.txt* For Vim version 8.1. Last change: 2019 May 07 1 *tagsrch.txt* For Vim version 8.1. Last change: 2019 Jun 02
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
822 :[range]dsp[lit][!] [count] [/]string[/] 822 :[range]dsp[lit][!] [count] [/]string[/]
823 Like "CTRL-W d", but search in [range] lines 823 Like "CTRL-W d", but search in [range] lines
824 (default: whole file). 824 (default: whole file).
825 See |:search-args| for [/] and [!]. 825 See |:search-args| for [/] and [!].
826 826
827 *:che* *:checkpath* 827 *:che* *:chec* *:check* *:checkpath*
828 :che[ckpath] List all the included files that could not be found. 828 :che[ckpath] List all the included files that could not be found.
829 829
830 :che[ckpath]! List all the included files. 830 :che[ckpath]! List all the included files.
831 831
832 *:search-args* 832 *:search-args*