]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.1.0240: g:actual_curbuf set in wrong scope v8.1.0240
authorBram Moolenaar <Bram@vim.org>
Sun, 5 Aug 2018 11:22:26 +0000 (13:22 +0200)
committerBram Moolenaar <Bram@vim.org>
Sun, 5 Aug 2018 11:22:26 +0000 (13:22 +0200)
commit3cb4448b8a5c0192988f4e349aba6d7a91a9a4bd
treedd56c5afef8fe61ae0505ae09ba4282184ee6c6b
parent218beb3e96bcb7b20395be3bec6076c767be71a1
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)
src/buffer.c
src/version.c