This repository has been archived on 2024-12-16. You can view files and clone it, but cannot push or open issues or pull requests.
CodeBlocksPortable/MinGW/msys/1.0/share/vim/vimrc

19 lines
193 B
VimL

if (&term == "xterm")
let &t_Co=256
let &t_AF="\e[38;5;%dm"
let &t_AB="\e[48;5;%dm"
endif
if (&compatible)
set nocompatible
endif
set bs=2
filetype plugin on
syntax on
set autoindent