comparison src/version.c @ 31813:cd4065ab4503 v9.0.1239

patch 9.0.1239: cannot have a line break before an object member access Commit: https://github.com/vim/vim/commit/b149d2279673aa89ab5e35958d05cc4bcc70f82a Author: Bram Moolenaar <Bram@vim.org> Date: Tue Jan 24 13:03:37 2023 +0000 patch 9.0.1239: cannot have a line break before an object member access Problem: Cannot have a line break before an object member access. Solution: Check for "." in next line. (closes https://github.com/vim/vim/issues/11864)
author Bram Moolenaar <Bram@vim.org>
date Tue, 24 Jan 2023 14:15:03 +0100
parents c5ff7d053fa1
children 64f03e860c91
comparison
equal deleted inserted replaced
31812:5544b9783693 31813:cd4065ab4503
693 NULL 693 NULL
694 }; 694 };
695 695
696 static int included_patches[] = 696 static int included_patches[] =
697 { /* Add new patch number below this line */ 697 { /* Add new patch number below this line */
698 /**/
699 1239,
698 /**/ 700 /**/
699 1238, 701 1238,
700 /**/ 702 /**/
701 1237, 703 1237,
702 /**/ 704 /**/