So, I'm still pretty new to VIM, but so far I have succeeded. I am using python.vim in my syntax folder. But whenever I insert python code from outside into VIM, the indentation is different. The VIM syntax makes an 8 char wide tab, but the inserted text is 4 spaces. You can see it in this picture:

Is the syntax file incorrect? Or do I need to configure some settings?
python vim clipboard
user3056783
source share