commit | cef7322d8a902b4655ed861489c4e798672074f0 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Nov 09 21:05:31 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Nov 09 21:05:31 2017 +0100 |
tree | 1a9a942bc21c961d78fd4ad11d08790220cf5f05 | |
parent | 851ee6c3da5fd726d92e1e3300d7e5e2e8b907c5 [diff] [blame] |
patch 8.0.1282: script-local variable defined in the wrong script Problem: script-local variable defined in the wrong script Solution: Move variable to autoload/filetype.vim.
diff --git a/src/version.c b/src/version.c index e48da73..b2a3ce4 100644 --- a/src/version.c +++ b/src/version.c
@@ -762,6 +762,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1282, +/**/ 1281, /**/ 1280,