""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
-" Multi-version vimrc compatible with version 4 and above. vim:set fdm=marker:
+" Multi-version vimrc compatible with version 4 and above. vim6:set fdm=marker:
""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
" Note that "if <condition> | call Something() | endif" syntax is unsupported
" Show signs by default.
au Display VimEnter * call <SID>Cycle_Signs(0)
endif
-endif "}}}1
" move.
nmap <A-u> <Plug>MoveLineHalfPageUp
nmap <A-d> <Plug>MoveLineHalfPageDown
vmap <A-u> <Plug>MoveBlockHalfPageUp
vmap <A-d> <Plug>MoveBlockHalfPageDown
+endif "}}}1
""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
" Handle options only available in Vim 7 and above.
" NERDcommenter.
let g:NERDSpaceDelims=1
-endif "}}}1
" localvimrc.
let g:localvimrc_persistent=1
" Gitv.
let g:Gitv_OpenHorizontal='auto'
let g:Gitv_WipeAllOnClose=1
+endif "}}}1
""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
" Handle options only available in Vim 7.2 and above.