这是我的/etc/vimrc 配置文件中的配置:
let python_highlight_all=1
84 au Filetype python set tabstop=4
85 au Filetype python set softtabstop=4
86 au Filetype python set shiftwidth=4
87 au Filetype python set textwidth=79
88 au Filetype python set expandtab
89 au Filetype python set autoindent 90 au Filetype python set fileformat=unix
91 autocmd Filetype python set foldmethod=indent
92 autocmd Filetype python set foldlevel=99
93
94 "set cursorline
95 set autoindent 96 set smartindent 97 set scrolloff=4
98 set showmatch
99 set nocompatible
为啥就是不生效呢
※ 修改:·nokia0125 于 Feb 3 18:50:06 2021 修改本文·[FROM: 36.112.24.*]
※ 来源:·水木社区
http://www.newsmth.net·[FROM: 36.112.24.*]
修改:nokia0125 FROM 36.112.24.*
FROM 36.112.24.*