Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: Kermit5/vim

Tags

v7.4.1525

Toggle v7.4.1525's commit message
patch 7.4.1525

Problem:    On a high resolution screen the toolbar icons are too small.
Solution:   Add "huge" and "giant" to 'toolbariconsize'. (Brian Gix)

v7.4.1524

Toggle v7.4.1524's commit message
patch 7.4.1524

Problem:    Channel test fails on BSD.
Solution:   Break out of the loop when connect() succeeds. (Ozaki Kiichi)

v7.4.1523

Toggle v7.4.1523's commit message
patch 7.4.1523

Problem:    Writing channel to a file fails on MS-Windows.
Solution:   Disable it for now.

v7.4.1522

Toggle v7.4.1522's commit message
patch 7.4.1522

Problem:    Cannot write channel err to a buffer.
Solution:   Implement it.

v7.4.1521

Toggle v7.4.1521's commit message
patch 7.4.1521

Problem:    File permission test fails on MS-Windows.
Solution:   Expect a different permission.

v7.4.1520

Toggle v7.4.1520's commit message
patch 7.4.1520

Problem:    Channel test: Waiting for a file to appear doesn't work.
Solution:   In waitFor() ignore errors.

v7.4.1519

Toggle v7.4.1519's commit message
patch 7.4.1519

Problem:    Channel output to file not implemented for MS-Windows.
Solution:   Implement it. (Yasuhiro Matsumoto)

v7.4.1518

Toggle v7.4.1518's commit message
patch 7.4.1518

Problem:    Channel with disconnected in/out/err is not supported.
Solution:   Implement it for Unix.

v7.4.1517

Toggle v7.4.1517's commit message
patch 7.4.1517

Problem:    Compiler warning with 64bit compiler.
Solution:   Add typecast. (Mike Williams)

v7.4.1516

Toggle v7.4.1516's commit message
patch 7.4.1516

Problem:    Cannot change file permissions.
Solution:   Add setfperm().