1
0
forked from aniani/vim

patch 8.2.4848: local completion with mappings and simplification not working

Problem:    Local completion with mappings and simplification not working.
Solution:   Fix local completion <C-N>/<C-P> mappings not ignored if keys are
            not simplified. (closes #10323)
This commit is contained in:
zeertzjq
2022-04-30 15:02:22 +01:00
committed by Bram Moolenaar
parent a5d3590505
commit ee44603069
3 changed files with 22 additions and 6 deletions

View File

@@ -746,6 +746,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
4848,
/**/
4847,
/**/