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. --- lint/vim.sh | 1 - 1 file changed, 1 deletion(-) (limited to 'lint') diff --git a/lint/vim.sh b/lint/vim.sh index 5c1bbe22..3c173518 100644 --- a/lint/vim.sh +++ b/lint/vim.sh @@ -1,6 +1,5 @@ set -- \ vim/after \ - vim/autoload \ vim/compiler \ vim/config \ vim/ftdetect \ -- cgit v1.2.3