let g:python_recommended_style=0
set showmatch
set expandtab
set softtabstop=4
set ts=4
set sw=4
set wm=2
set report=0
set redraw
set showmode
set textwidth=120
"set cindent
set autoindent
set incsearch
set hlsearch
set ruler
"set statusline =%4*\ %<%F%*
set rulerformat=%55(%5l,%-6(%c%V%)\ %P%)%*
set title
colorscheme darkblue
if &diff
    colorscheme default
endif
"color desert
"set background=dark"
map Q :q
map W :w
map v 0i/* A */j
map b 03x$xxxj
map x 0i<!-- A -->j
map c 05x$xxxxj
map n 0i#j
map m 0xj
map T Ji
map!OA lk
map!OD 
map!OC ll
map!OB lj
map OA k
map OD h
map OC l
map OB j
map![A lk
map![D 
map![C ll
map![B lj
map [A k
map [D h
map [C l
map [B j

if expand("%:p:h") =~ '^/home/sergio/serjux/mep/webdav'
     echo "in mep dir"
"    set directory=/tmp
"    set backupdir=/tmp
"    colorscheme desert
endif

function! TrueFalse(arg)
   return a:arg? "true" : "false"
endfunction
"autocmd BufEnter * echo TrueFalse(expand("%:p:h") =~ '^/home/sergio/serjux/')

highlight clear MatchParen
highlight ExtraWhitespace ctermbg=red guibg=red
match ExtraWhitespace /\s\+$/

let g:loaded_zipPlugin= 1
let g:loaded_zip      = 1
