comparison src/version.c @ 20735:298ef749e5fb v8.2.0920

patch 8.2.0920: writing viminfo fails with a circular reference Commit: https://github.com/vim/vim/commit/5b157fe2edfdce5f77080aeac2b4a03f39eb1c1a Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jun 7 16:08:08 2020 +0200 patch 8.2.0920: writing viminfo fails with a circular reference Problem: Writing viminfo fails with a circular reference. Solution: Use copyID to detect the cycle. (closes https://github.com/vim/vim/issues/6217)
author Bram Moolenaar <Bram@vim.org>
date Sun, 07 Jun 2020 16:15:03 +0200
parents e3078150144d
children 0b4a9642b39c
comparison
equal deleted inserted replaced
20734:88e438717510 20735:298ef749e5fb
752 NULL 752 NULL
753 }; 753 };
754 754
755 static int included_patches[] = 755 static int included_patches[] =
756 { /* Add new patch number below this line */ 756 { /* Add new patch number below this line */
757 /**/
758 920,
757 /**/ 759 /**/
758 919, 760 919,
759 /**/ 761 /**/
760 918, 762 918,
761 /**/ 763 /**/