mirror of
https://github.com/cmderdev/cmder.git
synced 2024-11-10 09:49:12 +08:00
Merge branch 'fix_find_git' of https://github.com/daxgames/cmder into fix_find_git
This commit is contained in:
commit
ef51ed2be2
@ -4,7 +4,8 @@
|
|||||||
|
|
||||||
### Fixes
|
### Fixes
|
||||||
|
|
||||||
- Fix find and use latest Git install always using vendored Git.
|
- Remove setting `term=cygwin` in `init.bat` to fix random `ABCD` characters when using arrow keys in `vim`.
|
||||||
|
- See: [Sometimes pressing on arrow keys prints symbols #1691](https://github.com/Maximus5/ConEmu/issues/169)
|
||||||
- Fix Git prompt branch when using Git worktree.
|
- Fix Git prompt branch when using Git worktree.
|
||||||
|
|
||||||
## [1.3.19](https://github.com/cmderdev/cmder/tree/v1.3.19) (2022-01-15)
|
## [1.3.19](https://github.com/cmderdev/cmder/tree/v1.3.19) (2022-01-15)
|
||||||
|
1
vendor/init.bat
vendored
1
vendor/init.bat
vendored
@ -211,7 +211,6 @@ if "%CMDER_CONFIGURED%" GTR "1" (
|
|||||||
|
|
||||||
:: I do not even know, copypasted from their .bat
|
:: I do not even know, copypasted from their .bat
|
||||||
set PLINK_PROTOCOL=ssh
|
set PLINK_PROTOCOL=ssh
|
||||||
if not defined TERM set TERM=cygwin
|
|
||||||
|
|
||||||
:: The idea:
|
:: The idea:
|
||||||
:: * if the users points as to a specific git, use that
|
:: * if the users points as to a specific git, use that
|
||||||
|
Loading…
Reference in New Issue
Block a user