commit | f5842c5a533346c4ff41ff666e465c85f1de35d5 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun May 19 18:41:26 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun May 19 18:41:26 2019 +0200 |
tree | b73b76cf5bfce97cb1b3e8017cb8051f77209ea0 | |
parent | 2b39d806f04c1a474b6d689a7970253850d4adb8 [diff] [blame] |
patch 8.1.1354: getting a list of text lines is clumsy Problem: Getting a list of text lines is clumsy. Solution: Add the =<< assignment. (Yegappan Lakshmanan, closes #4386)
diff --git a/src/version.c b/src/version.c index d163546..6d2416d 100644 --- a/src/version.c +++ b/src/version.c
@@ -768,6 +768,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1354, +/**/ 1353, /**/ 1352,