summaryrefslogtreecommitdiff
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2019-05-23 22:11:59 +0200
committerBram Moolenaar <Bram@vim.org>2019-05-23 22:11:59 +0200
commit1c6fd1e100fd0457375642ec50d483bcc0f61bb2 (patch)
tree88d15359a046a461250ab7301d0f5216b1616837 /src/version.c
parent99499b1c05f85f83876b828eea3f6e14f0f407b4 (diff)
downloadvim-git-1c6fd1e100fd0457375642ec50d483bcc0f61bb2.tar.gz
patch 8.1.1372: when evaluating 'statusline' the current window is unknownv8.1.1372
Problem: When evaluating 'statusline' the current window is unknown. (Daniel Hahler) Solution: Set "g:actual_curwin" for %{} items. Set "g:statusline_winid" when evaluationg %!. (closes #4406, closes #3299)
Diffstat (limited to 'src/version.c')
-rw-r--r--src/version.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index c2ee827a8..7bac657e5 100644
--- a/src/version.c
+++ b/src/version.c
@@ -768,6 +768,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 1372,
+/**/
1371,
/**/
1370,