拿vim写python特别要注意缩进,弄不好就出现个IndentationError: unexpected indent。
自己的设置,记一笔
set expandtab set tabstop=4 set softtabstop=4 "set list set shiftwidth=4 set autoindent set smartindent set nu
拿vim写python特别要注意缩进,弄不好就出现个IndentationError: unexpected indent。
自己的设置,记一笔
set expandtab set tabstop=4 set softtabstop=4 "set list set shiftwidth=4 set autoindent set smartindent set nu
0 Comments