mirror of
				https://github.com/neovim/neovim.git
				synced 2025-10-26 12:27:24 +00:00 
			
		
		
		
	vim-patch:2398460: runtime(doc): clarify 'includeexpr' is not used for <cfile> (#33540)
fixes: vim/vim#17139
2398460232
Co-authored-by: Christian Brabandt <cb@256bit.org>
			
			
This commit is contained in:
		| @@ -3419,7 +3419,7 @@ A jump table for the options with a short description can be found at |Q_op|. | |||||||
| < | < | ||||||
| 	Also used for the |gf| command if an unmodified file name can't be | 	Also used for the |gf| command if an unmodified file name can't be | ||||||
| 	found.  Allows doing "gf" on the name after an 'include' statement. | 	found.  Allows doing "gf" on the name after an 'include' statement. | ||||||
| 	Also used for |<cfile>|. | 	Note: Not used for |<cfile>|. | ||||||
|  |  | ||||||
| 	If the expression starts with s: or |<SID>|, then it is replaced with | 	If the expression starts with s: or |<SID>|, then it is replaced with | ||||||
| 	the script ID (|local-function|). Example: >vim | 	the script ID (|local-function|). Example: >vim | ||||||
|   | |||||||
							
								
								
									
										2
									
								
								runtime/lua/vim/_meta/options.lua
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										2
									
								
								runtime/lua/vim/_meta/options.lua
									
									
									
										generated
									
									
									
								
							| @@ -3281,7 +3281,7 @@ vim.go.inc = vim.go.include | |||||||
| --- | --- | ||||||
| --- Also used for the `gf` command if an unmodified file name can't be | --- Also used for the `gf` command if an unmodified file name can't be | ||||||
| --- found.  Allows doing "gf" on the name after an 'include' statement. | --- found.  Allows doing "gf" on the name after an 'include' statement. | ||||||
| --- Also used for `<cfile>`. | --- Note: Not used for `<cfile>`. | ||||||
| --- | --- | ||||||
| --- If the expression starts with s: or `<SID>`, then it is replaced with | --- If the expression starts with s: or `<SID>`, then it is replaced with | ||||||
| --- the script ID (`local-function`). Example: | --- the script ID (`local-function`). Example: | ||||||
|   | |||||||
| @@ -4462,7 +4462,7 @@ local options = { | |||||||
|         < |         < | ||||||
|         Also used for the |gf| command if an unmodified file name can't be |         Also used for the |gf| command if an unmodified file name can't be | ||||||
|         found.  Allows doing "gf" on the name after an 'include' statement. |         found.  Allows doing "gf" on the name after an 'include' statement. | ||||||
|         Also used for |<cfile>|. |         Note: Not used for |<cfile>|. | ||||||
|  |  | ||||||
|         If the expression starts with s: or |<SID>|, then it is replaced with |         If the expression starts with s: or |<SID>|, then it is replaced with | ||||||
|         the script ID (|local-function|). Example: >vim |         the script ID (|local-function|). Example: >vim | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 zeertzjq
					zeertzjq