diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1a3be86..3bf198d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -97,7 +97,7 @@ jobs: name: hashes.txt - name: Create Release - uses: softprops/action-gh-release@v1 + uses: softprops/action-gh-release@v2 with: files: | build/cmder.zip diff --git a/vendor/clink_settings.default b/vendor/clink_settings.default index 733028b..00026c7 100644 --- a/vendor/clink_settings.default +++ b/vendor/clink_settings.default @@ -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