Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ConEmu can corrupt "Set up environment variables, cmd.exe aliases, codepage" #1431

Closed
m0n opened this issue Jan 31, 2018 · 1 comment
Closed
Labels
Projects

Comments

@m0n
Copy link

m0n commented Jan 31, 2018

Versions

ConEmu build: 180131 x64
OS version: Windows 10 LTSB x64

Steps to reproduce

  1. expand Environment by these lines:
    #this is line 1
    #this is line 2
    #this is line 3
    #this is line 4
  2. Save, exit, start ConEmu
  3. delete "#this is line 2"
  4. Save, exit, start ConEmu
  5. Environment looks like:
set PATH=%ConEmuBaseDir%\Scripts;%PATH%
#this is line 1
#this is line 3
#this is line 4
#this is line 4
  1. delete last 2 lines
  2. Save, exit, start ConEmu
  3. Environment looks like:
set PATH=%ConEmuBaseDir%\Scripts;%PATH%
#this is line 1
#this is line 3
<<SPACE>>
#this is line 4
@m0n m0n changed the title ConEmu clears additions to "Set up environment variables, cmd.exe aliases, codepage" ConEmu can corrupt "Set up environment variables, cmd.exe aliases, codepage" Jan 31, 2018
@Maximus5 Maximus5 added this to To Do in ConEmu via automation Jan 31, 2018
@m0n
Copy link
Author

m0n commented Jan 31, 2018

Sorry Maximus5, I did transformed this issue into another one as I realised that original issue was wrong.

If You follow my instructions You will face the bug presents in 180131.

Maximus5 added a commit that referenced this issue Feb 1, 2018
@Maximus5 Maximus5 moved this from To Do to Ready for Testing in ConEmu Feb 5, 2018
@m0n m0n closed this as completed Mar 12, 2018
ConEmu automation moved this from Ready for Testing to Done Mar 12, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
ConEmu
  
Done
Development

No branches or pull requests

2 participants