]> Sergey Matveev's repositories - dotfiles.git/blobdiff - vim/.vim/plugin/ggrep.vim
Vim scripts refactoring
[dotfiles.git] / vim / .vim / plugin / ggrep.vim
index 8a9bd8a5b70db4d8247446d045cf6b150be78747..4c71b70ec798fe3d103bcd551ac349007476b39b 100644 (file)
@@ -1,4 +1,4 @@
-if exists('*<SID>Vmg') | finish | endif
+if exists("*<SID>Vmg") | finish | endif
 
 function! s:Vmg(pattern)
     silent execute 'Ggrep "' . a:pattern . '"'