From 71f555a66994dfb7e363820ab81735433f113870 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Tue, 3 Jul 2018 13:52:26 +1200 Subject: Convert space indents to tabs in Makefile --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 9f5c768e..03f2740b 100644 --- a/Makefile +++ b/Makefile @@ -432,8 +432,8 @@ install-ncmcpp: install-mpd install-neovim: make install-vim \ - VIMDIR=$${XDG_CONFIG_HOME:-"$$HOME"/.config}/nvim \ - VIMRC=$${XDF_CONFIG_HOME:="$$HOME"/.config}/init.vim + VIMDIR=$${XDG_CONFIG_HOME:-"$$HOME"/.config}/nvim \ + VIMRC=$${XDF_CONFIG_HOME:="$$HOME"/.config}/init.vim install-newsboat: mkdir -p -- $(HOME)/.config/newsboat $(HOME)/.local/share/newsboat @@ -536,7 +536,7 @@ install-vim-autoload: install-vim-bundle: install-vim-config find vim/bundle/*/* \ - -type d -exec sh -c \ + -type d -exec sh -c \ 'mkdir -p -- $(VIMDIR)/"$${1#vim/bundle/*/}"' _ {} \; find vim/bundle/*/*/* \ -type f -exec sh -c \ -- cgit v1.2.3