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

Skip to content

Tags: Rimanir/macvim

Tags

v7-4-133

Toggle v7-4-133's commit message
updated for version 7.4.133

Problem:    Clang warns for using NUL.
Solution:   Change NUL to NULL. (Dominique Pelle)

v7-4-132

Toggle v7-4-132's commit message
updated for version 7.4.132

Problem:    Win32: flags and inherit_handles arguments mixed up.
Solution:   Swap the argument. (cs86661)

v7-4-131

Toggle v7-4-131's commit message
updated for version 7.4.131

Problem:    Syncbind causes E315 errors in some situations. (Liang Li)
Solution:   Set and restore curbuf in ex_syncbind(). (Christian Brabandt)

v7-4-130

Toggle v7-4-130's commit message
updated for version 7.4.130

Problem:    Relative line numbers mix up windows when using folds.
Solution:   Use hasFoldingWin() instead of hasFolding(). (Lech Lorens)

v7-4-129

Toggle v7-4-129's commit message
updated for version 7.4.129

Problem:    getline(-1) returns zero. (mvxxc)
Solution:   Return an empty string.

v7-4-128

Toggle v7-4-128's commit message
updated for version 7.4.128

Problem:    Perl 5.18 for MSVC doesn't work.
Solution:   Add check in makefile and define __inline. (Ken Takata)

v7-4-127

Toggle v7-4-127's commit message
updated for version 7.4.127

Problem:    Perl 5.18 on Unix doesn't work.
Solution:   Move workaround to after including vim.h. (Ken Takata)