Skip to content
Snippets Groups Projects
  • Jan Edmund Lazo's avatar
    fd6bc730
    [vim] Use s:execute_term in Windows · fd6bc730
    Jan Edmund Lazo authored
    IMPORTANT:
    cmd.exe and powershell are fine in default Windows terminal.
    cmd.exe prompt is broken on ConEmu because it natively supports ucs-2 only.
    utf-16 support is exclusive to .Net (ie. powershell).
    utf-8 supports requires chcp, external program, but does not fix the cmd.exe prompt.
    Use powershell on ConEmu to avoid corrupted text on display
    fd6bc730
    History
    [vim] Use s:execute_term in Windows
    Jan Edmund Lazo authored
    IMPORTANT:
    cmd.exe and powershell are fine in default Windows terminal.
    cmd.exe prompt is broken on ConEmu because it natively supports ucs-2 only.
    utf-16 support is exclusive to .Net (ie. powershell).
    utf-8 supports requires chcp, external program, but does not fix the cmd.exe prompt.
    Use powershell on ConEmu to avoid corrupted text on display
Code owners
Assign users and groups as approvers for specific file changes. Learn more.