commit | 73ac0c4281a3606651604a3cbcc334bfb3859a87 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jul 24 16:17:59 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jul 24 16:17:59 2016 +0200 |
tree | a5a70546506fcc3cfc91e5b8e6794af80606be42 | |
parent | 6f1d9a096bf22d50c727dca73abbfb8e3ff55176 [diff] [blame] |
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)
diff --git a/src/buffer.c b/src/buffer.c index 99d23ec..8590e2a 100644 --- a/src/buffer.c +++ b/src/buffer.c
@@ -4114,7 +4114,7 @@ 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: