0
0
mirror of https://github.com/vim/vim.git synced 2025-09-28 04:24:06 -04:00

patch 8.2.4535: filename modifer ":8" removes the filename

Problem:    Filename modifer ":8" removes the filename.
Solution:   Use strncpy() instead of vim_strncpy(). (Christian Brabandt,
            closes #9918, closes #8600)
This commit is contained in:
Christian Brabandt
2022-03-10 12:24:02 +00:00
committed by Bram Moolenaar
parent f8691004b0
commit 81da16b53f
3 changed files with 8 additions and 1 deletions

View File

@@ -750,6 +750,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
4535,
/**/
4534,
/**/