comparison runtime/doc/options.txt @ 29853:31c598083364 v9.0.0265

patch 9.0.0265: no good reason why the "gf" command isn't in the tiny version Commit: https://github.com/vim/vim/commit/f80f40a55ccff0a4331c5fbd1ac446511f622ed0 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Aug 25 16:02:23 2022 +0100 patch 9.0.0265: no good reason why the "gf" command isn't in the tiny version Problem: No good reason why the "gf" command is not in the tiny version. Solution: Graduate the file_in_path feature.
author Bram Moolenaar <Bram@vim.org>
date Thu, 25 Aug 2022 17:15:03 +0200
parents 90a966f5c77a
children 62350f19d4ed
comparison
equal deleted inserted replaced
29852:8568b72caa9a 29853:31c598083364
1557 NOTE: This option is reset when 'compatible' is set. 1557 NOTE: This option is reset when 'compatible' is set.
1558 1558
1559 *'cdpath'* *'cd'* *E344* *E346* 1559 *'cdpath'* *'cd'* *E344* *E346*
1560 'cdpath' 'cd' string (default: equivalent to $CDPATH or ",,") 1560 'cdpath' 'cd' string (default: equivalent to $CDPATH or ",,")
1561 global 1561 global
1562 {not available when compiled without the
1563 |+file_in_path| feature}
1564 This is a list of directories which will be searched when using the 1562 This is a list of directories which will be searched when using the
1565 |:cd|, |:tcd| and |:lcd| commands, provided that the directory being 1563 |:cd|, |:tcd| and |:lcd| commands, provided that the directory being
1566 searched for has a relative path, not an absolute part starting with 1564 searched for has a relative path, not an absolute part starting with
1567 "/", "./" or "../", the 'cdpath' option is not used then. 1565 "/", "./" or "../", the 'cdpath' option is not used then.
1568 The 'cdpath' option's value has the same form and semantics as 1566 The 'cdpath' option's value has the same form and semantics as
7724 uses another default. 7722 uses another default.
7725 7723
7726 *'suffixesadd'* *'sua'* 7724 *'suffixesadd'* *'sua'*
7727 'suffixesadd' 'sua' string (default "") 7725 'suffixesadd' 'sua' string (default "")
7728 local to buffer 7726 local to buffer
7729 {not available when compiled without the
7730 |+file_in_path| feature}
7731 Comma-separated list of suffixes, which are used when searching for a 7727 Comma-separated list of suffixes, which are used when searching for a
7732 file for the "gf", "[I", etc. commands. Example: > 7728 file for the "gf", "[I", etc. commands. Example: >
7733 :set suffixesadd=.java 7729 :set suffixesadd=.java
7734 < 7730 <
7735 *'swapfile'* *'swf'* *'noswapfile'* *'noswf'* 7731 *'swapfile'* *'swf'* *'noswapfile'* *'noswf'*