웹 페이지에서 일부 코드를 복사하여 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으로 파이썬을 작성하고 도움을 주시면 감사하겠습니다.