0
0
mirror of https://github.com/vim/vim.git synced 2025-09-25 03:54:15 -04:00

patch 8.1.1519: 'backupskip' may contain duplicates

Problem:    'backupskip' may contain duplicates.
Solution:   Add the P_NODUP flag. (Tom Ryder)
This commit is contained in:
Bram Moolenaar
2019-06-12 19:05:48 +02:00
parent 202d982b36
commit 06e2c81f6d
3 changed files with 14 additions and 2 deletions

View File

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