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

Skip to content

Tags: lifecrisis/vim

Tags

v8.0.1149

Toggle v8.0.1149's commit message
patch 8.0.1149: libvterm colors differ from xterm

Problem:    libvterm colors differ from xterm.
Solution:   Use the xterm colors for libvterm.

v8.0.1148

Toggle v8.0.1148's commit message
patch 8.0.1148: gN doesn't work on last match with 'wrapscan' off

Problem:    "gN" doesn't work on last match with 'wrapscan' off. (fcpg)
Solution:   Adjust for searching backward. (Christian Brabandt)

v8.0.1147

Toggle v8.0.1147's commit message
patch 8.0.1147: fail to build with tiny features

Problem:    Fail to build with tiny features. (Tony Mechelynck)
Solution:   Move #ifdefs.

v8.0.1146

Toggle v8.0.1146's commit message
patch 8.0.1146: redraw when highlight is set with same names

Problem:    Redraw when highlight is set with same names. (Ozaki Kiichi)
Solution:   Only free and save a name when it changed. (closes vim#2120)

v8.0.1145

Toggle v8.0.1145's commit message
patch 8.0.1145: warning when compiling with Perl

Problem:    Warning when compiling with Perl.
Solution:   Remove unused variable. (Ken Takata0

v8.0.1144

Toggle v8.0.1144's commit message
patch 8.0.1144: using wrong #ifdef for computing length

Problem:    Using wrong #ifdef for computing length.
Solution:   use BACKSLASH_IN_FILENAME instead of COLON_IN_FILENAME. (Yasuhiro
            Matsomoto, closes vim#2153)

v8.0.1143

Toggle v8.0.1143's commit message
patch 8.0.1143: macros always expand to the same thing

Problem:    Macros always expand to the same thing.
Solution:   Remove W_VSEP_WIDTH() and W_STATUS_HEIGHT().

v8.0.1142

Toggle v8.0.1142's commit message
patch 8.0.1142: window toolbar menu gets a tear-off item

Problem:    Window toolbar menu gets a tear-off item.
Solution:   Recognize the window toolbar.

v8.0.1141

Toggle v8.0.1141's commit message
patch 8.0.1141: MS-Windows build dependencies are incomplete

Problem:    MS-Windows build dependencies are incomplete.
Solution:   Fix the dependencies. (Ken Takata)

v8.0.1140

Toggle v8.0.1140's commit message
patch 8.0.1140: still old style tests

Problem:    Still old style tests.
Solution:   Convert two tests to new style. (Yegappan Lakshmanan)