To: vim_dev@googlegroups.com Subject: Patch 8.0.0402 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 8.0.0402 Problem: :map completion does not have . (Dominique Pelle) Solution: Recognize in completion. Add a test. Files: src/getchar.c, src/testdir/test_cmdline.vim *** ../vim-8.0.0401/src/getchar.c 2017-01-21 20:04:17.570757762 +0100 --- src/getchar.c 2017-03-02 22:59:16.888826155 +0100 *************** *** 4216,4221 **** --- 4216,4226 ---- arg = skipwhite(arg + 8); continue; } + if (STRNCMP(arg, "", 9) == 0) + { + arg = skipwhite(arg + 9); + continue; + } #ifdef FEAT_EVAL if (STRNCMP(arg, "