From 87e0c5c6228c13766565ea35853b686fe9cb5607 Mon Sep 17 00:00:00 2001 From: Gea-Suan Lin Date: Fri, 25 Dec 2020 01:27:22 +0800 Subject: [PATCH] Add GNUmakefile rules. --- .vim/vimrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.vim/vimrc b/.vim/vimrc index 8488d2b..de693cf 100644 --- a/.vim/vimrc +++ b/.vim/vimrc @@ -96,6 +96,7 @@ au BufNewFile,BufRead *.psgi setf perl au BufNewFile,BufRead *.rb set shiftwidth=2 au BufNewFile,BufRead *.yaml set shiftwidth=2 au BufNewFile,BufRead *.yml set shiftwidth=2 +au BufNewFile,BufRead GNUmakefile set noexpandtab au BufNewFile,BufRead Makefile set noexpandtab au BufReadPost * if line("'\"") > 0|if line("'\"") <= line("$")|exe("norm '\"")|else|exe "norm $"|endif|endif autocmd BufEnter * silent! lcd %:p:h