mirror of
https://github.com/vim/vim.git
synced 2025-09-28 04:24:06 -04:00
patch 9.0.0653: BS and DEL do not work properly in an interacive shell
Problem: BS and DEL do not work properly in an interacive shell. (Gary Johnson) Solution: Adjust the length for replaced codes.
This commit is contained in:
@@ -5106,7 +5106,7 @@ mch_call_shell_fork(
|
||||
}
|
||||
}
|
||||
|
||||
term_replace_bs_del_keycode(ta_buf, ta_len, len);
|
||||
len = term_replace_bs_del_keycode(ta_buf, ta_len, len);
|
||||
|
||||
/*
|
||||
* For pipes: echo the typed characters.
|
||||
|
Reference in New Issue
Block a user