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

Skip to content

Tags: lelegan/vim

Tags

v7.4.1538

Toggle v7.4.1538's commit message
patch 7.4.1538

Problem:    Selection with the mouse does not work in command line mode.
Solution:   Use cairo functions. (Kazunobu Kuriyama)

v7.4.1537

Toggle v7.4.1537's commit message
patch 7.4.1537

Problem:    Too many feature flags for pipes, jobs and channels.
Solution:   Only use FEAT_JOB_CHANNEL.

v7.4.1536

Toggle v7.4.1536's commit message
patch 7.4.1536

Problem:    Cannot re-use a channel for another job.
Solution:   Add the "channel" option to job_start().

v7.4.1535

Toggle v7.4.1535's commit message
patch 7.4.1535

Problem:    The feedkeys test has a one second delay.
Solution:   Avoid need_wait_return() to delay. (Hirohito Higashi)

v7.4.1534

Toggle v7.4.1534's commit message
patch 7.4.1534

Problem:    Compiler warning for shadowed variable. (Kazunobu Kuriyama)
Solution:   Rename it.

v7.4.1533

Toggle v7.4.1533's commit message
patch 7.4.1533

Problem:    Using feedkeys() with an empty string disregards 'x' option.
Solution:   Make 'x' work with an empty string. (Thinca)

v7.4.1532

Toggle v7.4.1532's commit message
patch 7.4.1532

Problem:    MS-Windows channel leaks file descriptor.
Solution:   Use CreateFile with the right options. (Yasuhiro Matsumoto)

v7.4.1531

Toggle v7.4.1531's commit message
patch 7.4.1531

Problem:    Compiler warning for unitinialized variable. (Dominique Pelle)
Solution:   Always give the variable a value.

v7.4.1530

Toggle v7.4.1530's commit message
patch 7.4.1530

Problem:    MS-Windows job_start() closes wrong handle.
Solution:   Close hThread on the process info. (Ken Takata)

v7.4.1529

Toggle v7.4.1529's commit message
patch 7.4.1529

Problem:    Specifying buffer number for channel not implemented yet.
Solution:   Implement passing a buffer number.