some vim stuff, pathogen update

main
Steffen Becker 12 years ago
parent 9bbac33b2a
commit b41c50b56b

@ -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)

@ -1 +1 @@
Subproject commit 698e0c333c1edae8a1d83b04e5674efa7cac3137
Subproject commit aaeb686e953a71c9d21c42fcf99659e5f7d37571

@ -1 +1 @@
Subproject commit b455022b642bf8d493a9fe6c70c2de1df738d3e5
Subproject commit cd408da5fc2fdb440faee7343f7a3deabafce2d8

@ -1 +1 @@
Subproject commit 33d67f06caf35569fd8a7eb0299f44a3c5006cfb
Subproject commit ea4a3ee46f757b6cd759ab2091e6b91cf9f33c38

@ -69,7 +69,7 @@ endif
" color options
color jellybeans
set fillchars=""
set fillchars=""
" Automatically read a file that has changed on disk
set autoread

Loading…
Cancel
Save