commit | 3cb4448b8a5c0192988f4e349aba6d7a91a9a4bd | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Aug 05 13:22:26 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Aug 05 13:22:26 2018 +0200 |
tree | dd56c5afef8fe61ae0505ae09ba4282184ee6c6b | |
parent | 218beb3e96bcb7b20395be3bec6076c767be71a1 [diff] [blame] |
patch 8.1.0240: g:actual_curbuf set in wrong scope Problem: g:actual_curbuf set in wrong scope. (Daniel Hahler) Solution: Prepend the "g:" name space. (closes #3279)
diff --git a/src/version.c b/src/version.c index bd8da20..c3b7add 100644 --- a/src/version.c +++ b/src/version.c
@@ -795,6 +795,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 240, +/**/ 239, /**/ 238,