Christian Brabandt wrote: > Hi Bram! > > On Mi, 13 Mär 2013, Bram Moolenaar wrote: > > > > > Patch 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) > > Files: src/main.c, src/option.c, src/term.c, src/term.h, > > src/proto/term.pro > > There is another problem with this patch: > > term.c: In function 'check_termcode': > term.c:4137:13: warning: declaration of 'p' shadows a previous local > [-Wshadow] > term.c:3875:13: warning: shadowed declaration is here [-Wshadow]
Thanks! Somehow my compiler didn't complain. -- >From "know your smileys": :~) A man with a tape recorder up his nose /// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\ /// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ \\\ an exciting new programming language -- http://www.Zimbu.org /// \\\ help me help AIDS victims -- http://ICCF-Holland.org /// -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
