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

Skip to content

Tags: pofman/vim

Tags

v7.4.1342

Toggle v7.4.1342's commit message
patch 7.4.1342

Problem:    On Mac OS/X the waittime must be > 0 for connect to work.
Solution:   Use select() in a different way. (partly by Kazunobu Kuriyama)
            Always use a waittime of 1 or more.

v7.4.1341

Toggle v7.4.1341's commit message
patch 7.4.1341

Problem:    It's difficult to add more arguments to ch_sendraw() and
            ch_sendexpr().
Solution:   Make the third option a dictionary.

v7.4.1340

Toggle v7.4.1340's commit message
patch 7.4.1340

Problem:    Merge left extra #endif behind.
Solution:   Remove the #endif

v7.4.1339

Toggle v7.4.1339's commit message
patch 7.4.1339

Problem:    Warnings when building the GUI with MingW. (Cesar Romani)
Solution:   Add type cats. (Yasuhiro Matsumoto)

v7.4.1338

Toggle v7.4.1338's commit message
patch 7.4.1338

Problem:    Another part of the change is missing.
Solution:   Type os_unix.c right this time.

v7.4.1337

Toggle v7.4.1337's commit message
patch 7.4.1337

Problem:    Part of the change is missing.
Solution:   Add changes to eval.c

v7.4.1336

Toggle v7.4.1336's commit message
patch 7.4.1336

Problem:    Channel NL mode is not supported yet.
Solution:   Add NL mode support to channels.

v7.4.1335

Toggle v7.4.1335's commit message
patch 7.4.1335

Problem:    Can't build on MS-Windows with +job but without +channel. (Cesar
            Romani)
Solution:   Add #ifdefs. (Yasuhiro Matsumoto)

v7.4.1334

Toggle v7.4.1334's commit message
patch 7.4.1334

Problem:    Many compiler warnings with MingW.
Solution:   Add type casts. (Yasuhiro Matsumoto)

v7.4.1333

Toggle v7.4.1333's commit message
patch 7.4.1333

Problem:    Channel test fails on non-darwin builds.
Solution:   Add the "osx" feature and test for that. (Kazunobu Kuriyama)