1
0
forked from aniani/vim

patch 7.4.2099

Problem:    When a keymap is active only "(lang)" is displayed. (Ilya
            Dogolazky)
Solution:   Show the keymap name. (Dmitri Vereshchagin, closes #933)
This commit is contained in:
Bram Moolenaar
2016-07-24 16:17:59 +02:00
parent 6f1d9a096b
commit 73ac0c4281
4 changed files with 10 additions and 7 deletions

View File

@@ -4114,7 +4114,7 @@ build_stl_str_hl(
case STL_KEYMAP:
fillable = FALSE;
if (get_keymap_str(wp, tmp, TMPLEN))
if (get_keymap_str(wp, (char_u *)"<%s>", tmp, TMPLEN))
str = tmp;
break;
case STL_PAGENUM: