Skip to content

Tags: ebfe/vim

Tags

v7.4.1376

Toggle v7.4.1376's commit message
patch 7.4.1376

Problem:    ch_setoptions() cannot set all options.
Solution:   Support more options.

v7.4.1375

Toggle v7.4.1375's commit message
patch 7.4.1375

Problem:    Still some Win16 code.
Solution:   Remove FEAT_GUI_W16.(Hirohito Higashi)

v7.4.1374

Toggle v7.4.1374's commit message
patch 7.4.1374

Problem:    Channel test hangs on MS-Windows.
Solution:   Disable the ch_read() that is supposed to time out.

v7.4.1373

Toggle v7.4.1373's commit message
patch 7.4.1373

Problem:    Calling a Vim function over a channel requires turning the
            arguments into a string.
Solution:   Add the "call" command. (Damien)  Also merge "expr" and "eval"
            into one.

v7.4.1372

Toggle v7.4.1372's commit message
patch 7.4.1372

Problem:    channel read implementation is incomplete.
Solution:   Add ch_read() and options for ch_readraw().

v7.4.1371

Toggle v7.4.1371's commit message
patch 7.4.1371

Problem:    X11 GUI callbacks don't specify the part of the channel.
Solution:   Pass the fd instead of the channel ID.

v7.4.1370

Toggle v7.4.1370's commit message
patch 7.4.1370

Problem:    The Python test script may keep on running.
Solution:   Join the threads. (Yasuhiro Matsumoto)

v7.4.1369

Toggle v7.4.1369's commit message
patch 7.4.1369

Problem:    Channels don't have a queue for stderr.
Solution:   Have a queue for each part of the channel.

v7.4.1368

Toggle v7.4.1368's commit message
patch 7.4.1368

Problem:    One more Win16 file remains.
Solution:   Delete it.

v7.4.1367

Toggle v7.4.1367's commit message
patch 7.4.1367

Problem:    Compiler warning for unreachable code.
Solution:   Remove a "break". (Danek Duvall)