comparison src/proto/misc2.pro @ 18064:8b4f9be5db73 v8.1.2027

patch 8.1.2027: MS-Windows: problem with ambiwidth characters Commit: https://github.com/vim/vim/commit/57da69816872d53038e8a7e8dd4dc39a31192f0d Author: Bram Moolenaar <Bram@vim.org> Date: Fri Sep 13 22:30:11 2019 +0200 patch 8.1.2027: MS-Windows: problem with ambiwidth characters Problem: MS-Windows: problem with ambiwidth characters. Solution: handle ambiguous width characters in ConPTY on Windows 10 (1903). (Nobuhiro Takasaki, closes #4411)
author Bram Moolenaar <Bram@vim.org>
date Fri, 13 Sep 2019 22:45:04 +0200
parents 8f4cc259ed7a
children a1396a35444c
comparison
equal deleted inserted replaced
18063:168f1eca04a2 18064:8b4f9be5db73
104 int has_non_ascii(char_u *s); 104 int has_non_ascii(char_u *s);
105 void parse_queued_messages(void); 105 void parse_queued_messages(void);
106 int mch_parse_cmd(char_u *cmd, int use_shcf, char ***argv, int *argc); 106 int mch_parse_cmd(char_u *cmd, int use_shcf, char ***argv, int *argc);
107 int build_argv_from_string(char_u *cmd, char ***argv, int *argc); 107 int build_argv_from_string(char_u *cmd, char ***argv, int *argc);
108 int build_argv_from_list(list_T *l, char ***argv, int *argc); 108 int build_argv_from_list(list_T *l, char ***argv, int *argc);
109 int get_special_pty_type(void);
109 /* vim: set ft=c : */ 110 /* vim: set ft=c : */