X-Git-Url: http://www.git.stargrave.org/?a=blobdiff_plain;f=vim%2F.vim%2Fplugin%2Fzshfe.vim;h=cd9cc07d1479e154bc6f7b0274f2ccd1b96e75f0;hb=c87a6c5de579ab6ae0e5d27b233b83bab85e17f6;hp=fd5e5b14616596802f7eaf01e804e34e0eadb936;hpb=47f7d2b5f4a10a65950b0e3d5b07694bb2ce5dfa;p=dotfiles.git diff --git a/vim/.vim/plugin/zshfe.vim b/vim/.vim/plugin/zshfe.vim index fd5e5b1..cd9cc07 100644 --- a/vim/.vim/plugin/zshfe.vim +++ b/vim/.vim/plugin/zshfe.vim @@ -2,8 +2,7 @@ " Maintainer: Sergey Matveev " License: GNU General Public License version 3 of the License or later -if exists("g:loaded_zshfe") | finish | endif -let g:loaded_zshfe = 1 +if exists('*zshfe') | finish | endif if !exists("g:zshfe_path") | let g:zshfe_path=expand("~/.vim/plugin/zshfe.zsh") | endif function! s:zshfe(query, opencmd)