vim的vimrc文件备份

set completeopt=menu,longest


set ts=4
set nowrap
set hlsearch


set smartindent
set tabstop=4
set shiftwidth=4
set expandtab
set softtabstop=4


set cindent


autocmd FileType cpp match Underlined /\%>99v.*/ " if row length of cpp file is max then 100 ,then alarm
autocmd FileType python match Underlined /\%>99v.*/ " if row length of python file is max then 100 ,then alarm


set wrap

你可能感兴趣的:(Linux,C,Linux)