mirror of
https://github.com/rkd77/elinks.git
synced 2024-11-04 08:17:17 -05:00
2748d043f9
This changes the init target to be idempotent: most importantly it will now never overwrite a Makefile if it exists. Additionally 'make init' will generate the .vimrc files. Yay, no more stupid 'added fairies' commits! ;)
9 lines
149 B
VimL
9 lines
149 B
VimL
" Master vimrc file for the ELinks project
|
|
|
|
:set shiftwidth=8
|
|
:set tabstop=8
|
|
:set softtabstop=0
|
|
:set noexpandtab
|
|
|
|
au BufNewFile,BufRead *.inc setf c
|