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

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

@baco

Description

@baco

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions