From 395208fbbe488599fce8b82b5e378e40c2d277ad Mon Sep 17 00:00:00 2001 From: Connor Olding Date: Sat, 25 Jan 2025 14:05:00 -0800 Subject: [PATCH] use bad tabs for OpenXRay source code --- home/vimrc | 1 + 1 file changed, 1 insertion(+) diff --git a/home/vimrc b/home/vimrc index 08f491f..ef7aa42 100644 --- a/home/vimrc +++ b/home/vimrc @@ -201,6 +201,7 @@ if has('autocmd') au FileType ruby call TabTwo() au FileType seed7 call TabTwo() exec 'au' 'BufRead,BufNewFile' $HOME..'/src/bass/*' 'call TabTwo()' + exec 'au' 'BufRead,BufNewFile' $HOME..'/src/xray/*' 'call TabBad()' augroup END