mirror of
https://github.com/vim/vim.git
synced 2025-09-27 04:14:06 -04:00
patch 8.2.4876: MS-Windows: Shift-BS results in strange char in powershell
Problem: MS-Windows: Shift-BS results in strange character in powershell. Solution: Add K_S_BS. (Christian Brabandt, closes #10283, closes #10279)
This commit is contained in:
committed by
Bram Moolenaar
parent
40fd7e6652
commit
dfbdadce44
@@ -963,6 +963,7 @@ doESCkey:
|
||||
break;
|
||||
|
||||
case K_BS: // delete character before the cursor
|
||||
case K_S_BS:
|
||||
case Ctrl_H:
|
||||
did_backspace = ins_bs(c, BACKSPACE_CHAR, &inserted_space);
|
||||
auto_format(FALSE, TRUE);
|
||||
|
Reference in New Issue
Block a user