comparison src/version.c @ 20415:b582eb6ef192 v8.2.0762

patch 8.2.0762: buffer is not considered modified after setting crypt key Commit: https://github.com/vim/vim/commit/76cb68309794def0fa7d1f2f72dd694b822186a5 Author: Bram Moolenaar <Bram@vim.org> Date: Fri May 15 22:30:38 2020 +0200 patch 8.2.0762: buffer is not considered modified after setting crypt key Problem: Buffer is not considered modified after setting crypt key. Solution: Set the modified flag. (Christian Brabandt, closes https://github.com/vim/vim/issues/6082)
author Bram Moolenaar <Bram@vim.org>
date Fri, 15 May 2020 22:45:04 +0200
parents 92826050c45e
children 86333cdb8cf8
comparison
equal deleted inserted replaced
20414:cbf8715299d8 20415:b582eb6ef192
744 NULL 744 NULL
745 }; 745 };
746 746
747 static int included_patches[] = 747 static int included_patches[] =
748 { /* Add new patch number below this line */ 748 { /* Add new patch number below this line */
749 /**/
750 762,
749 /**/ 751 /**/
750 761, 752 761,
751 /**/ 753 /**/
752 760, 754 760,
753 /**/ 755 /**/