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

Skip to content

Tags: andrewships/vim

Tags

v7.4.1152

Toggle v7.4.1152's commit message
patch 7.4.1152

Problem:    Langmap test fails with normal build.
Solution:   Check for +langmap feature.

v7.4.1151

Toggle v7.4.1151's commit message
patch 7.4.1151

Problem:    Missing change to eval.c
Solution:   Also change feedkeys().

v7.4.1150

Toggle v7.4.1150's commit message
patch 7.4.1150

Problem:    'langmap' applies to the first character typed in Select mode.
            (David Watson)
Solution:   Check for SELECTMODE. (Christian Brabandt, closes vim#572)
            Add the 'x' flag to feedkeys().

v7.4.1149

Toggle v7.4.1149's commit message
patch 7.4.1149

Problem:    Using the local value of 'errorformat' causes more problems than
            it solves.
Solution:   Revert 7.4.1013.

v7.4.1148

Toggle v7.4.1148's commit message
patch 7.4.1148

Problem:    Default for MingW and Cygwin is still "normal".
Solution:   Use "huge" as default. (Ken Takata)

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().