OS: Mac High Sierra
Vim version: VIM - Vi IMproved 8.0 (2016 Sep 12, compiled Jul 26 2017 19:10:24)
Vim configurations/settings: installed the awesome version of https://github.com/amix/vimrc
I copied several lines from Vim to clipboard using "Cmd+C" and pasted that to python opened in terminal. It returned "IndentationError: unexpected indent". Below's a screenshot of multi-lines selection in Vim:
From the image, we can see one-space ident at the start of each line. But when I move the cursor in vim editor, no space would be highlighted by the cursor.
Question: how to avoid these unexpected indents? Is there any way to set the .vimrc file?