aboutsummaryrefslogtreecommitdiff
path: root/dillo
Commit message (Expand)AuthorAgeFilesLines
* Add a dillorc fileTom Ryder2018-11-221-0/+11
/div>
2b61b5e6
e7422234
127c4aa5
299ad07d
127c4aa5


e7422234
127c4aa5



1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
                                          
              


                                           
     
 
                   
               


                                                             
 



                                                                
" Ubuntu Mono on Unix, Consolas on Windows
if has('unix')
  set guifont=Ubuntu\ Mono\ 12
elseif has('win32') || has('win64')
  set guifont=Consolas:h11,Courier\ New:h11
endif

" Reset GUI options
set guioptions=
set guioptions+=a  " Use the system GUI clipboard
set guioptions+=c  " Use console dialogs, not popup windows
set guioptions+=M  " Don't load menu.vim (also set in .vimrc)

" Stamp 'visualbell' back down again, if 'belloff' not available
if !exists('+belloff')
  set visualbell t_vb=
endif