Running into a strange issue with my vimrc setting where I isolated to these 2 combination of lines if I use BufRead.
e.g.
au BufRead *.py \\ set
If you want to use multiple set, separate with |:
set
|
au BufRead *.py \ set softtabstop=4 | \ set shiftwidth=4
Read more :help :bar.
:help :bar