diff src/proto/term.pro @ 16495:899db156cce3 v8.1.1251

patch 8.1.1251: no test for completion of mapping keys commit https://github.com/vim/vim/commit/2cb9f0253228478ec27265ff40f59c629874d695 Author: Bram Moolenaar <Bram@vim.org> Date: Fri May 3 15:13:57 2019 +0200 patch 8.1.1251: no test for completion of mapping keys Problem: No test for completion of mapping keys. Solution: Add a test. Also clean up the code.
author Bram Moolenaar <Bram@vim.org>
date Fri, 03 May 2019 15:15:05 +0200
parents bb02e9e33026
children 0f7ae8010787
line wrap: on
line diff
--- a/src/proto/term.pro
+++ b/src/proto/term.pro
@@ -74,7 +74,7 @@ char_u *replace_termcodes(char_u *from, 
 int find_term_bykeys(char_u *src);
 void show_termcodes(void);
 int show_one_termcode(char_u *name, char_u *code, int printit);
-char_u *translate_mapping(char_u *str, int expmap);
+char_u *translate_mapping(char_u *str);
 void update_tcap(int attr);
 void swap_tcap(void);
 guicolor_T gui_get_color_cmn(char_u *name);