Disable ShowMarks7 by default

pull/2/head
Bodaniel Jeanes 2011-11-23 08:34:37 -06:00
parent 76eb9eda31
commit 5971067a3f
1 changed files with 2 additions and 0 deletions

View File

@ -62,7 +62,9 @@ call vundle#rc()
Bundle 'spiiph/vim-space' Bundle 'spiiph/vim-space'
Bundle 'tpope/vim-surround' Bundle 'tpope/vim-surround'
Bundle 'Raimondi/delimitMate' Bundle 'Raimondi/delimitMate'
Bundle 'ShowMarks7' Bundle 'ShowMarks7'
let g:showmarks_enable=0
Bundle 'YankRing.vim' Bundle 'YankRing.vim'
nnoremap <silent> ,y :YRShow<CR> nnoremap <silent> ,y :YRShow<CR>