From 8b579e948d20900df4957d30448be37dfc86ccef Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Thu, 31 May 2018 10:07:26 +1200 Subject: Junk detect_background.vim and thereby autoload It's too complicated and confusing, and doesn't do enough to justify wrecking Vim's own logic for doing this sort of thing. Better to just say `:set background=dark` and be done with it. This is the only one of my inline plugins with an `autoload` file, so we can get rid of that, too. Not worth packaging/publishing to www.vim.org. --- Makefile | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 605c10f9..78bab07a 100644 --- a/Makefile +++ b/Makefile @@ -42,7 +42,6 @@ install-vim-after-ftdetect \ install-vim-after-indent \ install-vim-after-syntax \ - install-vim-autoload \ install-vim-bundle \ install-vim-compiler \ install-vim-config \ @@ -499,7 +498,6 @@ VIMDIR = $(HOME)/.vim VIMRC = $(HOME)/.vimrc install-vim: install-vim-after \ - install-vim-autoload \ install-vim-bundle \ install-vim-compiler \ install-vim-config \ @@ -528,10 +526,6 @@ install-vim-after-syntax: mkdir -p $(VIMDIR)/after/syntax cp -p -- vim/after/syntax/*.vim $(VIMDIR)/after/syntax -install-vim-autoload: - mkdir -p -- $(VIMDIR)/autoload - cp -p -- vim/autoload/*.vim $(VIMDIR)/autoload - install-vim-bundle: install-vim-config find vim/bundle/*/* \ -type d -exec sh -c \ @@ -675,7 +669,6 @@ dist-vim-plugin: dist-vim-plugin-auto-backupdir \ dist-vim-plugin-big-file-options \ dist-vim-plugin-command-typos \ dist-vim-plugin-copy-linebreak \ - dist-vim-plugin-detect-background \ dist-vim-plugin-mail-mutt \ dist-vim-plugin-strip-trailing-whitespace @@ -709,11 +702,6 @@ dist-vim-plugin-copy-linebreak: \ vim/doc/copy_linebreak.txt \ VERSION sh dist/vim-plugin.sh copy_linebreak -dist-vim-plugin-detect-background: \ - vim/autoload/detect_background.vim \ - vim/doc/detect_background.txt \ - VERSION - sh dist/vim-plugin.sh detect_background dist-vim-plugin-mail-mutt: \ vim/plugin/mail_mutt.vim \ vim/doc/mail_mutt.txt \ -- cgit v1.2.3