Skip to content
This repository has been archived by the owner on Oct 13, 2021. It is now read-only.

Boolean settings don't take boolean values as valid #364

Open
baco opened this issue Apr 3, 2021 · 0 comments
Open

Boolean settings don't take boolean values as valid #364

baco opened this issue Apr 3, 2021 · 0 comments

Comments

@baco
Copy link

baco commented Apr 3, 2021

My testing minimal init.vim

let g:completion_matching_ignore_case = v:true
let g:completion_matching_smart_case = v:true
let g:completion_trigger_on_delete = v:true

How to reproduce
Load some file and completion won't take those settings into account.

Expected behavior
Complete using the set options (matching_ignore_case, matching_smart_case and trigger_on_delete) as when setting them to 1 instead of v:true

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant