错误的缩进可以产生错误,举例例如:
autocmd FileType python setlocal tabstop=4 shiftwidth=4 softtabstop=4 textwidth=79
也可以~/.vim/ftplugin/pyton.vim,没有就创建这个文件 加入如下配置 setlocal et sta sw=4 sts=4
Python代码缩进
原文:http://blog.csdn.net/jacson_bai/article/details/46500843