Skip to content

Tags: breuben/vim

Tags

v7.4.1147

Toggle v7.4.1147's commit message
patch 7.4.1147

Problem:    Conflict for "chartab". (Kazunobu Kuriyama)
Solution:   Rename the global one to something less obvious.  Move it into
            src/chartab.c.

v7.4.1146

Toggle v7.4.1146's commit message
patch 7.4.1146

Problem:    Can't build with Python 3 interface using MingW.
Solution:   Update the Makefile. (Yasuhiro Matsumoto, Ken Takata)

v7.4.1145

Toggle v7.4.1145's commit message
patch 7.4.1145

Problem:    Default features are conservative.
Solution:   Make the default feature set for most of todays systems "huge".

v7.4.1144

Toggle v7.4.1144's commit message
patch 7.4.1144

Problem:    Can't build on several systems.
Solution:   Include float.h. (Christian Robinson, closes vim#570 vim#571)

v7.4.1143

Toggle v7.4.1143's commit message
patch 7.4.1143

Problem:    Can't sort on floating point numbers.
Solution:   Add the "f" flag to ":sort".  (Alex Jakushev)  Also add the "f"
            flag to sort().

v7.4.1142

Toggle v7.4.1142's commit message
patch 7.4.1142

Problem:    Cannot define keyword characters for a syntax file.
Solution:   Add the ":syn iskeyword" command. (Christian Brabandt)

v7.4.1141

Toggle v7.4.1141's commit message
patch 7.4.1141

Problem:    Using searchpair() with a skip expression that uses syntax
            highlighting sometimes doesn't work. (David Fishburn)
Solution:   Reset next_match_idx. (Christian Brabandt)

v7.4.1140

Toggle v7.4.1140's commit message
patch 7.4.1140

Problem:    Recognizing <sid> does not work when the language is Turkish.
            (Christian Brabandt)
Solution:   Use MB_STNICMP() instead of STNICMP().

v7.4.1139

Toggle v7.4.1139's commit message
patch 7.4.1139

Problem:    MS-Windows: getftype() returns "file for symlink to directory.
Solution:   Make it return "dir". (Ken Takata)

v7.4.1138

Toggle v7.4.1138's commit message
patch 7.4.1138

Problem:    When running gvim in the foreground some icons are missing.
            (Taylor Venable)
Solution:   Move the call to gui_gtk_register_resource(). (Kazunobu Kuriyama)