comparison src/version.c @ 16708:98393772bddd v8.1.1356

patch 8.1.1356: some text in heredoc assignment ends the text commit https://github.com/vim/vim/commit/8471e57026714c5a0faf89288ceef5231fb88d4f Author: Bram Moolenaar <Bram@vim.org> Date: Sun May 19 21:37:18 2019 +0200 patch 8.1.1356: some text in heredoc assignment ends the text Problem: Some text in heredoc assignment ends the text. (Ozaki Kiichi) Solution: Recognize "let v =<<" and skip until the end.
author Bram Moolenaar <Bram@vim.org>
date Sun, 19 May 2019 21:45:06 +0200
parents 77bcb5055fec
children 687ab2b5252b
comparison
equal deleted inserted replaced
16707:3b3e32ba0c5c 16708:98393772bddd
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 1356,
770 /**/ 772 /**/
771 1355, 773 1355,
772 /**/ 774 /**/
773 1354, 775 1354,
774 /**/ 776 /**/