commit | 8d241040310a6a27c28d62fa04558f2bfaa5ebde | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jun 12 23:40:01 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jun 12 23:40:01 2019 +0200 |
tree | f1a515e27bb96e672c85194b628a15487cafdfea | |
parent | 68d48f40a4da79547b53e3164b658812e154d411 [diff] [blame] |
patch 8.1.1523: cannot show range of buffer lines in popup window Problem: Cannot show range of buffer lines in popup window. Solution: Add the "firstline" property. (closes #4523)
diff --git a/src/version.c b/src/version.c index 9c4d068..63eacb0 100644 --- a/src/version.c +++ b/src/version.c
@@ -778,6 +778,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1523, +/**/ 1522, /**/ 1521,