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
please use one set with space separated options:
set
au BufRead *.py set softtabstop=4 shiftwidth=4
If you want to use multiple set, separate with |:
|
au BufRead *.py \ set softtabstop=4 | \ set shiftwidth=4
Read more :help :bar.
:help :bar