]> git.ipfire.org Git - thirdparty/vim.git/commit
updated for version 7.3.859 v7.3.859
authorBram Moolenaar <Bram@vim.org>
Wed, 13 Mar 2013 18:29:28 +0000 (19:29 +0100)
committerBram Moolenaar <Bram@vim.org>
Wed, 13 Mar 2013 18:29:28 +0000 (19:29 +0100)
commit9584b31aae31d8b031243eab75e26fbaa1755a1f
tree61c43cbac481a5bc910ccc7b2a55a4be3757fe6b
parenta390bb6ad307115c5893788f8f7e1ba5576800e0
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)
src/main.c
src/option.c
src/proto/term.pro
src/term.c
src/term.h
src/version.c