From b41c50b56b0dc6b9df3c7e7890f224627868129b Mon Sep 17 00:00:00 2001 From: Steffen Becker Date: Thu, 29 Nov 2012 15:56:52 +0100 Subject: [PATCH] some vim stuff, pathogen update --- vim/autoload/pathogen.vim | 4 ++++ vim/bundle/nrrwrgn | 2 +- vim/bundle/snipmate | 2 +- vim/bundle/tlib | 2 +- vimrc | 2 +- 5 files changed, 8 insertions(+), 4 deletions(-) diff --git a/vim/autoload/pathogen.vim b/vim/autoload/pathogen.vim index 2e295da..b5eb618 100755 --- a/vim/autoload/pathogen.vim +++ b/vim/autoload/pathogen.vim @@ -196,6 +196,10 @@ function! pathogen#fnameescape(string) " {{{1 endif endfunction " }}}1 +if exists(':Vedit') + finish +endif + function! s:find(count,cmd,file,lcd) " {{{1 let rtp = pathogen#join(1,pathogen#split(&runtimepath)) let file = pathogen#runtime_findfile(a:file,a:count) diff --git a/vim/bundle/nrrwrgn b/vim/bundle/nrrwrgn index 698e0c3..aaeb686 160000 --- a/vim/bundle/nrrwrgn +++ b/vim/bundle/nrrwrgn @@ -1 +1 @@ -Subproject commit 698e0c333c1edae8a1d83b04e5674efa7cac3137 +Subproject commit aaeb686e953a71c9d21c42fcf99659e5f7d37571 diff --git a/vim/bundle/snipmate b/vim/bundle/snipmate index b455022..cd408da 160000 --- a/vim/bundle/snipmate +++ b/vim/bundle/snipmate @@ -1 +1 @@ -Subproject commit b455022b642bf8d493a9fe6c70c2de1df738d3e5 +Subproject commit cd408da5fc2fdb440faee7343f7a3deabafce2d8 diff --git a/vim/bundle/tlib b/vim/bundle/tlib index 33d67f0..ea4a3ee 160000 --- a/vim/bundle/tlib +++ b/vim/bundle/tlib @@ -1 +1 @@ -Subproject commit 33d67f06caf35569fd8a7eb0299f44a3c5006cfb +Subproject commit ea4a3ee46f757b6cd759ab2091e6b91cf9f33c38 diff --git a/vimrc b/vimrc index 0788d23..64c1019 100644 --- a/vimrc +++ b/vimrc @@ -69,7 +69,7 @@ endif " color options color jellybeans -set fillchars="" +set fillchars="" " Automatically read a file that has changed on disk set autoread