commit | 9584b31aae31d8b031243eab75e26fbaa1755a1f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Mar 13 19:29:28 2013 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Mar 13 19:29:28 2013 +0100 |
tree | 61c43cbac481a5bc910ccc7b2a55a4be3757fe6b | |
parent | a390bb6ad307115c5893788f8f7e1ba5576800e0 [diff] [blame] |
updated for version 7.3.859 Problem: 'ambiwidth' must be set by the user. Solution: Detects East Asian ambiguous width (UAX #11) state of the terminal at the start-up time and 'ambiwidth' accordingly. (Hayaki Saito)
diff --git a/src/option.c b/src/option.c index adb501b..f9d9fd5 100644 --- a/src/option.c +++ b/src/option.c
@@ -2900,6 +2900,7 @@ p_term("t_op", T_OP) p_term("t_RI", T_CRI) p_term("t_RV", T_CRV) + p_term("t_u7", T_U7) p_term("t_Sb", T_CSB) p_term("t_Sf", T_CSF) p_term("t_se", T_SE)