]> Sergey Matveev's repositories - dotfiles.git/blobdiff - vim/.vim/plugin/zshfe.vim
Vim scripts refactoring
[dotfiles.git] / vim / .vim / plugin / zshfe.vim
index cd9cc07d1479e154bc6f7b0274f2ccd1b96e75f0..af3540bb7b6377acdb1d92fc978f2ae00bd68e72 100644 (file)
@@ -2,7 +2,7 @@
 " Maintainer: Sergey Matveev <stargrave@stargrave.org>
 " License: GNU General Public License version 3 of the License or later
 
-if exists('*<SID>zshfe') | finish | endif
+if exists("*<SID>zshfe") | finish | endif
 if !exists("g:zshfe_path") | let g:zshfe_path=expand("~/.vim/plugin/zshfe.zsh") | endif
 
 function! s:zshfe(query, opencmd)