X-Git-Url: http://www.git.stargrave.org/?a=blobdiff_plain;f=vim%2F.vim%2Fplugin%2Fwhereami.vim;fp=vim%2F.vim%2Fplugin%2Fwhereami.vim;h=8c55eded5f032db1fed06e8819392f70a01c70a3;hb=50295e8d1d1b2ab4d5514d441ba28e45e7699c55;hp=95126c1ced6b7b3d7ce5ed47ae1501d1e0860876;hpb=a010257de1f4776e8974ad7524c81d9b499a7b3e;p=dotfiles.git diff --git a/vim/.vim/plugin/whereami.vim b/vim/.vim/plugin/whereami.vim index 95126c1..8c55ede 100644 --- a/vim/.vim/plugin/whereami.vim +++ b/vim/.vim/plugin/whereami.vim @@ -1,3 +1,6 @@ +if exists("g:loaded_mein_whereami") | finish | endif +let g:loaded_mein_whereami = 1 + function! WhereAmI(fmt) let fullpath = expand("%:p") if a:fmt == "gnu"