X-Git-Url: http://www.git.stargrave.org/?p=dotfiles.git;a=blobdiff_plain;f=vim%2F.vim%2Fplugin%2Fzshfe.vim;h=af3540bb7b6377acdb1d92fc978f2ae00bd68e72;hp=cd9cc07d1479e154bc6f7b0274f2ccd1b96e75f0;hb=1280549be01e3ce72d9e0aeef6254a1ff14a25a3;hpb=86cacc081de452eb66d50f13261310b07f8ca2d4 diff --git a/vim/.vim/plugin/zshfe.vim b/vim/.vim/plugin/zshfe.vim index cd9cc07..af3540b 100644 --- a/vim/.vim/plugin/zshfe.vim +++ b/vim/.vim/plugin/zshfe.vim @@ -2,7 +2,7 @@ " Maintainer: Sergey Matveev " License: GNU General Public License version 3 of the License or later -if exists('*zshfe') | finish | endif +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)