comparison runtime/doc/options.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 77141226eb2e
comparison
equal deleted inserted replaced
29862:ae8c7b51bb54 29863:62350f19d4ed
5947 - Environment variables are expanded |:set_env|. 5947 - Environment variables are expanded |:set_env|.
5948 - When using |netrw.vim| URLs can be used. For example, adding 5948 - When using |netrw.vim| URLs can be used. For example, adding
5949 "http://www.vim.org" will make ":find index.html" work. 5949 "http://www.vim.org" will make ":find index.html" work.
5950 - Search upwards and downwards in a directory tree using "*", "**" and 5950 - Search upwards and downwards in a directory tree using "*", "**" and
5951 ";". See |file-searching| for info and syntax. 5951 ";". See |file-searching| for info and syntax.
5952 {not available when compiled without the |+path_extra| feature}
5953 - Careful with '\' characters, type two to get one in the option: > 5952 - Careful with '\' characters, type two to get one in the option: >
5954 :set path=.,c:\\include 5953 :set path=.,c:\\include
5955 < Or just use '/' instead: > 5954 < Or just use '/' instead: >
5956 :set path=.,c:/include 5955 :set path=.,c:/include
5957 < Don't forget "." or files won't even be found in the same directory as 5956 < Don't forget "." or files won't even be found in the same directory as
7999 |tags-option|. 7998 |tags-option|.
8000 "*", "**" and other wildcards can be used to search for tags files in 7999 "*", "**" and other wildcards can be used to search for tags files in
8001 a directory tree. See |file-searching|. E.g., "/lib/**/tags" will 8000 a directory tree. See |file-searching|. E.g., "/lib/**/tags" will
8002 find all files named "tags" below "/lib". The filename itself cannot 8001 find all files named "tags" below "/lib". The filename itself cannot
8003 contain wildcards, it is used as-is. E.g., "/lib/**/tags?" will find 8002 contain wildcards, it is used as-is. E.g., "/lib/**/tags?" will find
8004 files called "tags?". {not available when compiled without the 8003 files called "tags?".
8005 |+path_extra| feature}
8006 The |tagfiles()| function can be used to get a list of the file names 8004 The |tagfiles()| function can be used to get a list of the file names
8007 actually used. 8005 actually used.
8008 If Vim was compiled with the |+emacs_tags| feature, Emacs-style tag 8006 If Vim was compiled with the |+emacs_tags| feature, Emacs-style tag
8009 files are also supported. They are automatically recognized. The 8007 files are also supported. They are automatically recognized. The
8010 default value becomes "./tags,./TAGS,tags,TAGS", unless case 8008 default value becomes "./tags,./TAGS,tags,TAGS", unless case