commit | 0c0eddd3ddd266bcc2036362fae7b2b8b9d2c7bf | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jun 13 15:47:25 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jun 13 15:47:25 2020 +0200 |
tree | e4c0912ac6fd6632c69c19fc062e64b4e1970076 | |
parent | 4a021dfbeee88ac09d07e257912485314ecdcabe [diff] [blame] |
patch 8.2.0970: terminal properties are not available in Vim script Problem: Terminal properties are not available in Vim script. Solution: Add the terminalprops() function.
diff --git a/src/version.c b/src/version.c index 1c660ed..052f030 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 970, +/**/ 969, /**/ 968,