commit | 30e3de21fc36153c5f7c9cf9db90bcc60dd67fb9 | [log] [tgz] |
---|---|---|
author | shadmansaleh <shadmansaleh3@gmail.com> | Sat May 15 17:23:28 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat May 15 17:23:28 2021 +0200 |
tree | 009edc4fee70a74a78f74d680a58e0dd1b9ca5b3 | |
parent | d832c3c56ec7043322ad3e99897e312700fa1d3e [diff] [blame] |
patch 8.2.2854: custom statusline cannot contain % items Problem: Custom statusline cannot contain % items. Solution: Add "%{% expr %}". (closes #8190)
diff --git a/src/version.c b/src/version.c index d04ebfb..7635c2f 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2854, +/**/ 2853, /**/ 2852,