mirror of
https://github.com/davidhalter/jedi-vim.git
synced 2025-12-06 18:54:44 +08:00
Use single quoted strings
This commit is contained in:
@@ -572,7 +572,7 @@ function! jedi#complete_string(autocomplete) abort
|
|||||||
" Patch 775 introduced noinsert and noselect, previously these
|
" Patch 775 introduced noinsert and noselect, previously these
|
||||||
" options didn't exist. Setting them in earlier versions results in
|
" options didn't exist. Setting them in earlier versions results in
|
||||||
" errors (E474).
|
" errors (E474).
|
||||||
if has("patch-7.4-775")
|
if has('patch-7.4-775')
|
||||||
if g:jedi#popup_select_first
|
if g:jedi#popup_select_first
|
||||||
set completeopt+=noinsert
|
set completeopt+=noinsert
|
||||||
else
|
else
|
||||||
|
|||||||
Reference in New Issue
Block a user