comparison src/version.c @ 17344:a0eb2ff0f297 v8.1.1671

patch 8.1.1671: copying a blob may result in it being locked commit https://github.com/vim/vim/commit/b7b9efbccfe17ee3f7b1bb877b7745d5bfbf0804 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Jul 12 20:17:03 2019 +0200 patch 8.1.1671: copying a blob may result in it being locked Problem: Copying a blob may result in it being locked. Solution: Reset v_lock. (Ken Takata, closes https://github.com/vim/vim/issues/4648)
author Bram Moolenaar <Bram@vim.org>
date Fri, 12 Jul 2019 20:30:06 +0200
parents 54fcde87a9eb
children 72ce5ca82a75
comparison
equal deleted inserted replaced
17343:ba366c7e8d14 17344:a0eb2ff0f297
775 NULL 775 NULL
776 }; 776 };
777 777
778 static int included_patches[] = 778 static int included_patches[] =
779 { /* Add new patch number below this line */ 779 { /* Add new patch number below this line */
780 /**/
781 1671,
780 /**/ 782 /**/
781 1670, 783 1670,
782 /**/ 784 /**/
783 1669, 785 1669,
784 /**/ 786 /**/