diff options
author | Bram Moolenaar <Bram@vim.org> | 2017-11-09 21:05:31 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2017-11-09 21:05:31 +0100 |
commit | cef7322d8a902b4655ed861489c4e798672074f0 (patch) | |
tree | 1a9a942bc21c961d78fd4ad11d08790220cf5f05 /src | |
parent | 851ee6c3da5fd726d92e1e3300d7e5e2e8b907c5 (diff) | |
download | vim-git-cef7322d8a902b4655ed861489c4e798672074f0.tar.gz |
patch 8.0.1282: script-local variable defined in the wrong scriptv8.0.1282
Problem: script-local variable defined in the wrong script
Solution: Move variable to autoload/filetype.vim.
Diffstat (limited to 'src')
-rw-r--r-- | src/version.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c index e48da73e0..b2a3ce40a 100644 --- a/src/version.c +++ b/src/version.c @@ -762,6 +762,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1282, +/**/ 1281, /**/ 1280, |