Skip to content

Tags: grodzik/vim

Tags

v7.4.1775

Toggle v7.4.1775's commit message
patch 7.4.1775

Problem:    The rgb.txt file is not installed.
Solution:   Install the file. (Christian Brabandt)

v7.4.1774

Toggle v7.4.1774's commit message
patch 7.4.1774

Problem:    Cterm true color feature has warnings.
Solution:   Add type casts.

v7.4.1773

Toggle v7.4.1773's commit message
patch 7.4.1773

Problem:    Compiler warnings. (Dominique Pelle)
Solution:   Add UNUSED. Add type cast. Avoid a buffer overflow.

v7.4.1772

Toggle v7.4.1772's commit message
patch 7.4.1772

Problem:    Installation fails when $GTK_UPDATE_ICON_CACHE is empty.
Solution:   Add quotes. (Kazunobu Kuriyama)

v7.4.1771

Toggle v7.4.1771's commit message
patch 7.4.1771

Problem:    Warning for unused variable.
Solution:   Add #ifdef. (John Marriott)

v7.4.1770

Toggle v7.4.1770's commit message
patch 7.4.1770

Problem:    Cannot use true color in the terminal.
Solution:   Add the 'guicolors' option. (Nikolai Pavlov)

v7.4.1769

Toggle v7.4.1769's commit message
patch 7.4.1769

Problem:    No "closed", "errors" and "encoding" attribute on Python output.
Solution:   Add attributes and more tests. (Roland Puntaier, closes vim#622)

v7.4.1768

Toggle v7.4.1768's commit message
patch 7.4.1768

Problem:    Arguments of setqflist() are not checked properly.
Solution:   Add better checks, add a test. (Nikolai Pavlov, Hirohito Higashi,
            closes vim#661)

v7.4.1767

Toggle v7.4.1767's commit message
patch 7.4.1767

Problem:    When installing Vim on a GTK system the icon cache is not updated.
Solution:   Update the GTK icon cache when possible. (Kazunobu Kuriyama)

v7.4.1766

Toggle v7.4.1766's commit message
patch 7.4.1766

Problem:    Building instructions for MS-Windows are outdated.
Solution:   Mention setting SDK_INCLUDE_DIR. (Ben Franklin, closes vim#771)  Move
            outdated instructions further down.