]> granicus.if.org Git - vim/commit
patch 8.2.2020: some compilers do not like the "namespace" argument v8.2.2020
authorBram Moolenaar <Bram@vim.org>
Fri, 20 Nov 2020 17:59:19 +0000 (18:59 +0100)
committerBram Moolenaar <Bram@vim.org>
Fri, 20 Nov 2020 17:59:19 +0000 (18:59 +0100)
commitbebaa0d5c034eb2c4c4dcac86ae6a859b24d2693
treee4606a4fe59e5328c093883cfc1cc0287e8101e9
parent80d868ec25094615f2531a1e01ed1e729366c3bc
patch 8.2.2020: some compilers do not like the "namespace" argument

Problem:    Some compilers do not like the "namespace" argument.
Solution:   Rename to "use_namespace". (closes #7332)
src/proto/vim9compile.pro
src/version.c
src/vim9compile.c