Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork6.4k
Commitdbd7f45
vim-patch:2190036: runtime(doc): Add environment variable expansion note to options (#36675)
Add "Environment variables are expanded |:set_env|" documentation tooptions that have the P_EXPAND flag but were missing this note.Updated options:- 'cdpath'- 'dictionary'- 'mkspellmem'- 'packpath'- 'runtimepath'- 'spellfile'- 'spellsuggest'- 'thesaurus'- 'ttytype'- 'undodir'- 'verbosefile'- 'viewdir'- 'viminfofile'These options support environment variable expansion in their values(e.g., $HOME, $USER) but the documentation didn't explicitly mentionthis capability. This brings their documentation in line with otheroptions like backupdir, directory, and makeprg that already includethis note.closes:vim/vim#18791vim/vim@2190036Co-authored-by: Alex Plate <AlexPl292@gmail.com>1 parent71ce303 commitdbd7f45
File tree
3 files changed
+50
-14
lines changed- runtime
- doc
- lua/vim/_meta
- src/nvim
3 files changed
+50
-14
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1288 | 1288 | | |
1289 | 1289 | | |
1290 | 1290 | | |
1291 | | - | |
| 1291 | + | |
| 1292 | + | |
1292 | 1293 | | |
1293 | 1294 | | |
1294 | 1295 | | |
| |||
2146 | 2147 | | |
2147 | 2148 | | |
2148 | 2149 | | |
| 2150 | + | |
2149 | 2151 | | |
2150 | 2152 | | |
2151 | 2153 | | |
| |||
4452 | 4454 | | |
4453 | 4455 | | |
4454 | 4456 | | |
4455 | | - | |
| 4457 | + | |
4456 | 4458 | | |
4457 | 4459 | | |
4458 | 4460 | | |
| |||
4775 | 4777 | | |
4776 | 4778 | | |
4777 | 4779 | | |
| 4780 | + | |
4778 | 4781 | | |
4779 | 4782 | | |
4780 | 4783 | | |
| |||
5231 | 5234 | | |
5232 | 5235 | | |
5233 | 5236 | | |
| 5237 | + | |
| 5238 | + | |
| 5239 | + | |
5234 | 5240 | | |
5235 | 5241 | | |
5236 | 5242 | | |
| |||
5532 | 5538 | | |
5533 | 5539 | | |
5534 | 5540 | | |
| 5541 | + | |
5535 | 5542 | | |
5536 | 5543 | | |
5537 | 5544 | | |
| |||
6073 | 6080 | | |
6074 | 6081 | | |
6075 | 6082 | | |
| 6083 | + | |
6076 | 6084 | | |
6077 | 6085 | | |
6078 | 6086 | | |
| |||
6194 | 6202 | | |
6195 | 6203 | | |
6196 | 6204 | | |
6197 | | - | |
| 6205 | + | |
6198 | 6206 | | |
6199 | 6207 | | |
6200 | 6208 | | |
| |||
6873 | 6881 | | |
6874 | 6882 | | |
6875 | 6883 | | |
6876 | | - | |
6877 | | - | |
| 6884 | + | |
| 6885 | + | |
| 6886 | + | |
6878 | 6887 | | |
6879 | 6888 | | |
6880 | 6889 | | |
| |||
7009 | 7018 | | |
7010 | 7019 | | |
7011 | 7020 | | |
| 7021 | + | |
7012 | 7022 | | |
7013 | 7023 | | |
7014 | 7024 | | |
| |||
7162 | 7172 | | |
7163 | 7173 | | |
7164 | 7174 | | |
| 7175 | + | |
7165 | 7176 | | |
7166 | 7177 | | |
7167 | 7178 | | |
7168 | 7179 | | |
7169 | 7180 | | |
7170 | 7181 | | |
7171 | 7182 | | |
| 7183 | + | |
7172 | 7184 | | |
7173 | 7185 | | |
7174 | 7186 | | |
| |||
Some generated files are not rendered by default. Learn more aboutcustomizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1080 | 1080 | | |
1081 | 1081 | | |
1082 | 1082 | | |
1083 | | - | |
| 1083 | + | |
| 1084 | + | |
1084 | 1085 | | |
1085 | 1086 | | |
1086 | 1087 | | |
| |||
2300 | 2301 | | |
2301 | 2302 | | |
2302 | 2303 | | |
| 2304 | + | |
2303 | 2305 | | |
2304 | 2306 | | |
2305 | 2307 | | |
| |||
5892 | 5894 | | |
5893 | 5895 | | |
5894 | 5896 | | |
5895 | | - | |
| 5897 | + | |
5896 | 5898 | | |
5897 | 5899 | | |
5898 | 5900 | | |
| |||
6480 | 6482 | | |
6481 | 6483 | | |
6482 | 6484 | | |
| 6485 | + | |
6483 | 6486 | | |
6484 | 6487 | | |
6485 | 6488 | | |
| |||
7209 | 7212 | | |
7210 | 7213 | | |
7211 | 7214 | | |
| 7215 | + | |
| 7216 | + | |
| 7217 | + | |
7212 | 7218 | | |
7213 | 7219 | | |
7214 | 7220 | | |
| |||
7660 | 7666 | | |
7661 | 7667 | | |
7662 | 7668 | | |
| 7669 | + | |
7663 | 7670 | | |
7664 | 7671 | | |
7665 | 7672 | | |
| |||
8501 | 8508 | | |
8502 | 8509 | | |
8503 | 8510 | | |
| 8511 | + | |
8504 | 8512 | | |
8505 | 8513 | | |
8506 | 8514 | | |
| |||
8661 | 8669 | | |
8662 | 8670 | | |
8663 | 8671 | | |
8664 | | - | |
| 8672 | + | |
8665 | 8673 | | |
8666 | 8674 | | |
8667 | 8675 | | |
| |||
9627 | 9635 | | |
9628 | 9636 | | |
9629 | 9637 | | |
9630 | | - | |
9631 | | - | |
| 9638 | + | |
| 9639 | + | |
| 9640 | + | |
9632 | 9641 | | |
9633 | 9642 | | |
9634 | 9643 | | |
| |||
9860 | 9869 | | |
9861 | 9870 | | |
9862 | 9871 | | |
| 9872 | + | |
9863 | 9873 | | |
9864 | 9874 | | |
9865 | 9875 | | |
| |||
10090 | 10100 | | |
10091 | 10101 | | |
10092 | 10102 | | |
| 10103 | + | |
10093 | 10104 | | |
10094 | 10105 | | |
10095 | 10106 | | |
| |||
10106 | 10117 | | |
10107 | 10118 | | |
10108 | 10119 | | |
| 10120 | + | |
10109 | 10121 | | |
10110 | 10122 | | |
10111 | 10123 | | |
| |||
0 commit comments
Comments
(0)