diff options
| author | Christian Brabandt <cb@256bit.org> | 2022-05-05 20:46:47 +0100 |
|---|---|---|
| committer | Bram Moolenaar <Bram@vim.org> | 2022-05-05 20:46:47 +0100 |
| commit | dfbdadce44b754cfa9f55111bdc44bb6a5d6b320 (patch) | |
| tree | 0c0c4a541902bf77a13cd0e36c2da03855ae80cc /src/version.c | |
| parent | 40fd7e665260c9227d6d90b17a301a1bc47f7f5b (diff) | |
| download | vim-git-8.2.4876.tar.gz | |
patch 8.2.4876: MS-Windows: Shift-BS results in strange char in powershellv8.2.4876
Problem: MS-Windows: Shift-BS results in strange character in powershell.
Solution: Add K_S_BS. (Christian Brabandt, closes #10283, closes #10279)
Diffstat (limited to 'src/version.c')
| -rw-r--r-- | src/version.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c index 59df1adaf..535d4eb09 100644 --- a/src/version.c +++ b/src/version.c @@ -747,6 +747,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4876, +/**/ 4875, /**/ 4874, |
