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

Skip to content

Tags: icecity96/vim

Tags

v7.4.1444

Toggle v7.4.1444's commit message
patch 7.4.1444

Problem:    Can't build with JSON but without multi-byte.
Solution:   Fix pointer name.

v7.4.1443

Toggle v7.4.1443's commit message
patch 7.4.1443

Problem:    Can't build GTK3 with small features.
Solution:   Use gtk_widget_get_window().  Fix typos. (Dominique Pelle)

v7.4.1442

Toggle v7.4.1442's commit message
patch 7.4.1442

Problem:    MS-Windows: more compilation warnings for destructor.
Solution:   Add "virtual". (Ken Takata)

v7.4.1441

Toggle v7.4.1441's commit message
patch 7.4.1441

Problem:    Using empty name instead of no name for channel buffer.
Solution:   Remove the empty name.

v7.4.1440

Toggle v7.4.1440's commit message
patch 7.4.1440

Problem:    Can't build on Windows.
Solution:   Change #ifdefs.  Only define isnan when used.

v7.4.1439

Toggle v7.4.1439's commit message
patch 7.4.1439

Problem:    Using uninitialzed variable.
Solution:   Initialize vc_type.

v7.4.1438

Toggle v7.4.1438's commit message
patch 7.4.1438

Problem:    Can't get buffer number of a channel.
Solution:   Add ch_getbufnr().

v7.4.1437

Toggle v7.4.1437's commit message
patch 7.4.1437

Problem:    Old system doesn't have isinf() and NAN. (Ben Fritz)
Solution:   Adjust #ifdefs.  Detect isnan() and isinf() functions with
            configure. Use a replacement when missing. (Kazunobu Kuriyama)

v7.4.1436

Toggle v7.4.1436's commit message
patch 7.4.1436

Problem:    Sniff files still referenced in distribution.
Solution:   Remove sniff files from distribution.

v7.4.1435

Toggle v7.4.1435's commit message
patch 7.4.1435

Problem:    It is confusing that ch_sendexpr() and ch_sendraw() wait for a
            response.
Solution:   Add ch_evalexpr() and ch_evalraw().