mirror of
https://github.com/luzifer/vim.git
synced 2024-11-09 16:10:00 +00:00
Cleaned up unused configs
This commit is contained in:
parent
da24d3d803
commit
c218f52d66
1 changed files with 0 additions and 39 deletions
39
vimrc
39
vimrc
|
@ -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\ $*
|
||||
|
|
Loading…
Reference in a new issue