# HG changeset patch # User Christian Brabandt # Date 1488492905 -3600 # Node ID fa69f627269205953708c8ad3cd4f8a44aea2750 # Parent fc32a43631c2dcc0abf984484e4f1fa5d4575ce8 patch 8.0.0402: :map completion does not have commit https://github.com/vim/vim/commit/cf5fdf7d1689ecb145b634dcb9c6e9fc60f63869 Author: Bram Moolenaar Date: Thu Mar 2 23:05:51 2017 +0100 patch 8.0.0402: :map completion does not have Problem: :map completion does not have . (Dominique Pelle) Solution: Recognize in completion. Add a test. diff --git a/src/getchar.c b/src/getchar.c --- a/src/getchar.c +++ b/src/getchar.c @@ -4216,6 +4216,11 @@ set_context_in_map_cmd( arg = skipwhite(arg + 8); continue; } + if (STRNCMP(arg, "", 9) == 0) + { + arg = skipwhite(arg + 9); + continue; + } #ifdef FEAT_EVAL if (STRNCMP(arg, "