Re: [patch] Regression: East Asian Ambiguous Width Character is no longer displayed correctly from patch 8.0.0543

2017-04-18 Fir de Conversatie h_east
Hi R0b0t1, 2017-4-19(Wed) 14:00:21 UTC+9 R0b0t1: > On Tue, Apr 18, 2017 at 7:26 AM, h_east wrote: > > - Paste the following character (U+25BC) in insert mode. > > ▼ > > > > Expected behavior: > > - The above characters are correctly displayed. > > > > Actual behavior: > > - Does not displayed pr

Re: [patch] Regression: East Asian Ambiguous Width Character is no longer displayed correctly from patch 8.0.0543

2017-04-18 Fir de Conversatie R0b0t1
On Tue, Apr 18, 2017 at 7:26 AM, h_east wrote: > - Paste the following character (U+25BC) in insert mode. > ▼ > > Expected behavior: > - The above characters are correctly displayed. > > Actual behavior: > - Does not displayed properly. How does it fail to display? On rxvt-unicode the character

Re: Anybody using the Farsi feature?

2017-04-18 Fir de Conversatie Tony Mechelynck
On Wed, Apr 19, 2017 at 12:01 AM, Behdad Esfahbod wrote: > Humm. I don't like it that :set arabic activates a vim-side Arabic > keyboard. I run vim in gnome-terminal and want to use my X11 keyboards... > :set arabic, like :set nocompatible, :behave mswin, :vimdiff, :source vimrc_example.vim, an

Re: [bug] use of free memory with with 'indentexpr'

2017-04-18 Fir de Conversatie Bram Moolenaar
Dominique Pellé wrote: > afl-fuzz found this case which causes access > to freed memory in vim-8.0.566 and older: > > $ cat bug.vim > func Indent() > set indentexpr= > endfunc > set indentexpr=Indent() > call feedkeys("i\", 'x') > q > > $ valgrind --num-callers=50 vim -uNONE -S bug.vim 2>vg.l

Patch 8.0.0567

2017-04-18 Fir de Conversatie Bram Moolenaar
Patch 8.0.0567 Problem:Call for requesting color and ambiwidth is too early. (Hirohito Higashi) Solution: Move the call down to below resetting "starting". Files: src/main.c *** ../vim-8.0.0566/src/main.c 2017-04-02 18:19:48.376143576 +0200 --- src/main.c 2017-04-18 18:4

Re: [patch] neovim patches

2017-04-18 Fir de Conversatie Bram Moolenaar
Christian Brabandt wrote: > On Di, 14 Mär 2017, Bram Moolenaar wrote: > > > On 14 March 2017 at 22:24, Christian Brabandt wrote: > > > > On Di, 14 Mär 2017, Christian Brabandt wrote: > > > > > Updated patch attached. > > > > I see that patch was already included, also I did not r

Re: [patch] Regression: East Asian Ambiguous Width Character is no longer displayed correctly from patch 8.0.0543

2017-04-18 Fir de Conversatie Bram Moolenaar
Hirohito Higashi wrote: > At this point, it's only on the Terminal App and iTerm2 of macOS that I can > confirm this phenomenon. > > Preparation for repro.: > - Terminal settings: > - encoding: utf-8 > - Unicode East Asian Ambiguous Character width: Wide > > How to reproduce: > Run vanilla

[patch] Regression: East Asian Ambiguous Width Character is no longer displayed correctly from patch 8.0.0543

2017-04-18 Fir de Conversatie h_east
Hi Bram and list, At this point, it's only on the Terminal App and iTerm2 of macOS that I can confirm this phenomenon. Preparation for repro.: - Terminal settings: - encoding: utf-8 - Unicode East Asian Ambiguous Character width: Wide How to reproduce: Run vanilla Vim with some options in T

Re: [patch] Clean up Mac code

2017-04-18 Fir de Conversatie Marvin Renich
* Kazunobu Kuriyama [170418 00:15]: > The proposed changes are rather fixes to address a certain issue than those > that possibly break existing scripts. > > The issue is this: Currently, 'mac' does not cover all versions of vim > running on Mac. To be more specific, vim configured with --disable