commit | 951fa1819ad0e74d73e885d0ec04dd6c70f8d2f7 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jul 02 19:20:06 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jul 02 19:20:06 2016 +0200 |
tree | e85aca874d65e83fe05b281c31c072643b41ef05 | |
parent | ee2615af64fdcee87d8e4b13b65356e77fbd969b [diff] [blame] |
patch 7.4.1982 Problem: Viminfo file contains duplicate change marks. Solution: Drop duplicate marks.
diff --git a/src/version.c b/src/version.c index f8b6fff..8d9995a 100644 --- a/src/version.c +++ b/src/version.c
@@ -759,6 +759,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1982, +/**/ 1981, /**/ 1980,