1
0
mirror of https://github.com/luzifer/vim.git synced 2024-09-19 11:02:55 +00:00

Cleaned up unused configs

This commit is contained in:
Knut Ahlers 2013-10-28 23:36:18 +01:00
parent da24d3d803
commit c218f52d66

39
vimrc
View File

@ -871,28 +871,6 @@ set imak=
" ambiwidth - Width of ambiguous width characters
set ambw=single
"
" printing
"
" printdevice - name of the printer to be used for :hardcopy
"set pdev=
" printencoding - encoding used to print the PostScript file for :hardcopy
"set penc=
" printexpr - expression used to print the PostScript file for :hardcopy
"set pexpr=system('lpr'\ .\ (&printdevice\ ==\ ''\ ?\ ''\ :\ '\ -P'\ .\ &printdevice)\ .\ '\ '\ .\ v:fname_in)\ .\ delete(v:fname_in)\ +\ v:shell_error
" printfont - name of the font to be used for :hardcopy
"set pfn=courier
" printheader - format of the header used for :hardcopy
"set pheader=%<%f%h%m%=Page\ %N
" printoptions - list of items that control the format of :hardcopy output
"set popt=
"
" various
"
@ -947,20 +925,3 @@ set debug=
"
filetype plugin on
"
" vimcommander
"
"noremap <silent> <F11> :cal VimCommanderToggle()<CR>
"
" vimoutliner
"
"filetype plugin on
"filetype indent off
"
" latexsuite
"
"filetype plugin on
"filetype indent on
set grepprg=grep\ -nH\ $*