From 41507bab9901d15be28f8e8dfad29d4f164e1f76 Mon Sep 17 00:00:00 2001 From: Dave Halter Date: Thu, 12 Oct 2017 20:50:48 +0200 Subject: [PATCH] Use single quoted strings --- autoload/jedi.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autoload/jedi.vim b/autoload/jedi.vim index 5fac67d..b763166 100644 --- a/autoload/jedi.vim +++ b/autoload/jedi.vim @@ -572,7 +572,7 @@ function! jedi#complete_string(autocomplete) abort " Patch 775 introduced noinsert and noselect, previously these " options didn't exist. Setting them in earlier versions results in " errors (E474). - if has("patch-7.4-775") + if has('patch-7.4-775') if g:jedi#popup_select_first set completeopt+=noinsert else