comparison runtime/doc/editing.txt @ 29863:62350f19d4ed v9.0.0270

patch 9.0.0270: some values of 'path' and 'tags' invalid in the tiny version Commit: https://github.com/vim/vim/commit/2bd9dbc19fc67395cfa1226dda7326071ab22464 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Aug 25 18:12:06 2022 +0100 patch 9.0.0270: some values of 'path' and 'tags' invalid in the tiny version Problem: Some values of 'path' and 'tags' do not work in the tiny version. Solution: Graduate the +path_extra feature.
author Bram Moolenaar <Bram@vim.org>
date Thu, 25 Aug 2022 19:15:03 +0200
parents 31c598083364
children 92b1338023ee
comparison
equal deleted inserted replaced
29862:ae8c7b51bb54 29863:62350f19d4ed
1701 problem goes away the next day. 1701 problem goes away the next day.
1702 1702
1703 ============================================================================== 1703 ==============================================================================
1704 11. File Searching *file-searching* 1704 11. File Searching *file-searching*
1705 1705
1706 {not available when compiled without the |+path_extra| feature}
1707
1708 The file searching is currently used for the 'path', 'cdpath' and 'tags' 1706 The file searching is currently used for the 'path', 'cdpath' and 'tags'
1709 options, for |finddir()| and |findfile()|. Other commands use |wildcards| 1707 options, for |finddir()| and |findfile()|. Other commands use |wildcards|
1710 which is slightly different. 1708 which is slightly different.
1711 1709
1712 There are three different types of searching: 1710 There are three different types of searching: