From 5971067a3fd7f01b086cb198c12eb3a58392a5cf Mon Sep 17 00:00:00 2001 From: Bodaniel Jeanes Date: Wed, 23 Nov 2011 08:34:37 -0600 Subject: [PATCH] Disable ShowMarks7 by default --- editors/vim/bundles.vim | 2 ++ 1 file changed, 2 insertions(+) diff --git a/editors/vim/bundles.vim b/editors/vim/bundles.vim index 2de454c..e65c0c8 100644 --- a/editors/vim/bundles.vim +++ b/editors/vim/bundles.vim @@ -62,7 +62,9 @@ call vundle#rc() Bundle 'spiiph/vim-space' Bundle 'tpope/vim-surround' Bundle 'Raimondi/delimitMate' + Bundle 'ShowMarks7' + let g:showmarks_enable=0 Bundle 'YankRing.vim' nnoremap ,y :YRShow