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

Upstream nvim at 23fe6dba1 breaks tab completionΒ #399

@arsham

Description

@arsham

My testing minimal init.vim
The part of the mapping that is relevant:

require('astronauta.keymap')
vim.keymap.inoremap{'<Tab>',   require("completion").smart_tab,   buffer=true, silent=true}
vim.keymap.inoremap{'<S-Tab>', require("completion").smart_s_tab, buffer=true, silent=true}

How to reproduce
Compile the upstream at this commit. Use tab completion.

Expected behaviour
Completion popup to show up, but it doesn't.

I can confirm that completion works at this commit.

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