Use single quoted strings

This commit is contained in:
Dave Halter
2017-10-12 20:50:48 +02:00
parent 8b7c4cbad5
commit 41507bab99

View File

@@ -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