comparison src/version.c @ 16742:75b5d77bbbab v8.1.1373

patch 8.1.1373: "[p" in Visual mode puts in wrong line commit https://github.com/vim/vim/commit/0ab190c05706b1c72e6e2ca4d990febfa81cf886 Author: Bram Moolenaar <Bram@vim.org> Date: Thu May 23 23:27:36 2019 +0200 patch 8.1.1373: "[p" in Visual mode puts in wrong line Problem: "[p" in Visual mode puts in wrong line. Solution: Call nv_put() instead of duplicating the functionality. (closes #4408)
author Bram Moolenaar <Bram@vim.org>
date Thu, 23 May 2019 23:30:04 +0200
parents dc85d49349f7
children e42e9fa83e60
comparison
equal deleted inserted replaced
16741:3dcc912c8fef 16742:75b5d77bbbab
765 NULL 765 NULL
766 }; 766 };
767 767
768 static int included_patches[] = 768 static int included_patches[] =
769 { /* Add new patch number below this line */ 769 { /* Add new patch number below this line */
770 /**/
771 1373,
770 /**/ 772 /**/
771 1372, 773 1372,
772 /**/ 774 /**/
773 1371, 775 1371,
774 /**/ 776 /**/