configs  Diff

Differences From Artifact [b73d632cd1]:

To Artifact [183cea367a]:


14
15
16
17
18
19
20

21

22
23
24
25
26
27
28
29

30

31
32
33
34
35
36
37

if v:version >= 800
	source $VIMRUNTIME/defaults.vim
else
	source $VIMRUNTIME/vimrc_example.vim
endif
set backup

set undofile

set hlsearch

set t_Co=256
set background=dark
let g:inkpot_black_background=1
colorscheme inkpot

set cinoptions=+4,(4,u4,w4

set colorcolumn=81

highlight ColorColumn ctermbg=235
let c_space_errors=1
set ignorecase
set smartcase
set modeline
set modelines=1000
set nrformats=hex







>
|
>








>
|
>







14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41

if v:version >= 800
	source $VIMRUNTIME/defaults.vim
else
	source $VIMRUNTIME/vimrc_example.vim
endif
set backup
if v:version >= 703
	set undofile
end
set hlsearch

set t_Co=256
set background=dark
let g:inkpot_black_background=1
colorscheme inkpot

set cinoptions=+4,(4,u4,w4
if v:version >= 703
	set colorcolumn=81
end
highlight ColorColumn ctermbg=235
let c_space_errors=1
set ignorecase
set smartcase
set modeline
set modelines=1000
set nrformats=hex