mirror of
https://github.com/cmderdev/cmder.git
synced 2025-09-18 04:03:16 +08:00
Merge remote-tracking branch 'upstream/development' into development-dax
* upstream/development: enable `match.expand_envvars` fix: fix some typos in comments Bump softprops/action-gh-release from 1 to 2 Bump microsoft/setup-msbuild from 1 to 2 (#2917) Bump peter-evans/create-pull-request from 5 to 6 (#2918) Bump actions/upload-artifact from 3 to 4 (#2905) Do CI on development PRs Bump github/codeql-action from 2 to 3 (#2906)
This commit is contained in:
4
vendor/clink_settings.default
vendored
4
vendor/clink_settings.default
vendored
@ -1,6 +1,10 @@
|
||||
# For explanation of these and other settings see:
|
||||
# https://chrisant996.github.io/clink/clink.html
|
||||
|
||||
# name: Expand envvars when completing
|
||||
# type: boolean
|
||||
match.expand_envvars = True
|
||||
|
||||
# name: Sets how command history expansion is applied
|
||||
# type: enum
|
||||
# options: off,on,not_squoted,not_dquoted,not_quoted
|
||||
|
Reference in New Issue
Block a user