WebページからコードをコピーしてVIMに貼り付けると、次のようにラダーのような混乱したスタイルになります
xxxxxx
xxxxxx
xxxxxx
xxxxxxxxxx
それはとても定期的に台無しになったので、多分私の何かが間違っていると思う .vimrc
:
set number
set nocompatible
set nowritebackup
set noswapfile
syntax on
filetype indent on
filetype plugin on
filetype on
set background=light
set autoindent
set smartindent
set tabstop=4
set shiftwidth=4
set showmatch
set guioptions=T
set fileencodings=utf-8,prc
set ruler
set incsearch
map gs :%s
set t_Co=256
:colorscheme evening
filetype plugin indent on
通常、私はVIMでpythonを作成します。