1
0
Fork 0
mirror of https://github.com/notwa/rc synced 2025-02-05 07:43:22 -08:00

use bad tabs for OpenXRay source code

This commit is contained in:
Connor Olding 2025-01-25 14:05:00 -08:00
parent 2dff94de9d
commit 395208fbbe

View file

@ -201,6 +201,7 @@ if has('autocmd')
au FileType ruby call TabTwo() au FileType ruby call TabTwo()
au FileType seed7 call TabTwo() au FileType seed7 call TabTwo()
exec 'au' 'BufRead,BufNewFile' $HOME..'/src/bass/*' 'call TabTwo()' exec 'au' 'BufRead,BufNewFile' $HOME..'/src/bass/*' 'call TabTwo()'
exec 'au' 'BufRead,BufNewFile' $HOME..'/src/xray/*' 'call TabBad()'
augroup END augroup END