diff options
author | Bram Moolenaar <Bram@vim.org> | 2017-12-17 16:11:09 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2017-12-17 16:11:09 +0100 |
commit | 8ee2d36e216756e712a3a9122ce1e1203378a9c8 (patch) | |
tree | ac7481e832b8551bdae2e83210d81979ad27032f /Filelist | |
parent | ee219b0e9faab4b7159ed1725c5b82cea4f4d4f8 (diff) | |
download | vim-git-8ee2d36e216756e712a3a9122ce1e1203378a9c8.tar.gz |
patch 8.0.1400: color scheme check script shows up as color schemev8.0.1400
Problem: Color scheme check script shows up as color scheme.
Solution: Move it to the "tools" subdirectory. (closes #2457)
Diffstat (limited to 'Filelist')
-rw-r--r-- | Filelist | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -666,6 +666,7 @@ RT_SCRIPTS = \ runtime/autoload/xml/*.vim \ runtime/colors/*.vim \ runtime/colors/README.txt \ + runtime/colors/tools/*.vim \ runtime/compiler/*.vim \ runtime/compiler/README.txt \ runtime/indent/*.vim \ |