0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Apr 29, 2023 — Apr 29, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
updated for version 7.4.630 Problem: When using Insert mode completion combined with autocommands the redo command may not work. Solution: Do not save the redo buffer when executing autocommands. (Yasuhiro Matsumoto)
tester_123
as Bram Moolenaar
More... about 9 years ago
Added tag v7-4-629 for changeset f28c171348fb
tester_123
as Bram Moolenaar
More... about 9 years ago
updated for version 7.4.629 Problem: Coverity warning for Out-of-bounds read. Solution: Increase MAXWLEN to 254. (Eliseo Martínez)
tester_123
as Bram Moolenaar
More... about 9 years ago
Added tag v7-4-628 for changeset 6eecaf5a18ca
tester_123
as Bram Moolenaar
More... about 9 years ago
updated for version 7.4.628 Problem: Compiler warning for variable might be clobbered by longjmp. Solution: Add volatile. (Michael Jarvis)
tester_123
as Bram Moolenaar
More... about 9 years ago
updated for version 7.4.627 Problem: The last screen cell is not updated. Solution: Respect the "tn" termcap feature. (Hayaki Saito)
tester_123
as Bram Moolenaar
More... about 9 years ago
Added tag v7-4-627 for changeset c77ef1bf9623
tester_123
as Bram Moolenaar
More... about 9 years ago
Added tag v7-4-626 for changeset 68e0e6bb8250
tester_123
as Bram Moolenaar
More... about 9 years ago
updated for version 7.4.626 Problem: MSVC with W4 gives useless warnings. Solution: Disable more warnings. (Mike Williams)
tester_123
as Bram Moolenaar
More... about 9 years ago
Added tag v7-4-625 for changeset 4b1e3b3aa78a
tester_123
as Bram Moolenaar
More... about 9 years ago
updated for version 7.4.625 Problem: Possible NULL pointer dereference. Solution: Check for NULL before using it. (Mike Williams)
tester_123
as Bram Moolenaar
More... about 9 years ago
updated for version 7.4.624 Problem: May leak memory or crash when vim_realloc() returns NULL. Solution: Handle a NULL value properly. (Mike Williams)
tester_123
as Bram Moolenaar
More... about 9 years ago
Added tag v7-4-624 for changeset f8f2a61e538d
tester_123
as Bram Moolenaar
More... about 9 years ago
updated for version 7.4.623 Problem: Crash with pattern: \(\)\{80000} (Dominique Pelle) Solution: When the max limit is large fall back to the old engine.
tester_123
as Bram Moolenaar
More... about 9 years ago
Added tag v7-4-623 for changeset 3cca9b0cc1a0
tester_123
as Bram Moolenaar
More... about 9 years ago
Added tag v7-4-622 for changeset 599112d00aa9
tester_123
as Bram Moolenaar
More... about 9 years ago
updated for version 7.4.622 Problem: Compiler warning for unused argument. Solution: Add UNUSED.
tester_123
as Bram Moolenaar
More... about 9 years ago
Added tag v7-4-621 for changeset f884a1140a0a
tester_123
as Bram Moolenaar
More... about 9 years ago
updated for version 7.4.621 Problem: Returning 1 in the wrong function. (Raymond Ko) Solution: Return 1 in the right function (hopefully).
tester_123
as Bram Moolenaar
More... about 9 years ago
updated for version 7.4.620 Problem: Compiler warning for unitinialized variable. (Tony Mechelynck) Solution: Initialize "did_free". (Ben Fritz)
tester_123
as Bram Moolenaar
More... about 9 years ago
Added tag v7-4-620 for changeset 1ffe91b5e514
tester_123
as Bram Moolenaar
More... about 9 years ago
Added tag v7-4-619 for changeset 9ac723b9f54d
tester_123
as Bram Moolenaar
More... about 9 years ago
updated for version 7.4.619 Problem: luaV_setref() not returning the correct value. Solution: Return one.
tester_123
as Bram Moolenaar
More... about 9 years ago
Added tag v7-4-618 for changeset d129b939a190
tester_123
as Bram Moolenaar
More... about 9 years ago
updated for version 7.4.618 Problem: luaV_setref() is missing a return statement. (Ozaki Kiichi) Solution: Put the return statement back.
tester_123
as Bram Moolenaar
More... about 9 years ago
Update runtime files.
tester_123
as Bram Moolenaar
More... about 9 years ago
updated for version 7.4.617 Problem: Wrong ":argdo" range does not cause an error. Solution: Reset "cmd" to NULL. (Marcin Szamotulski, Ingo Karkat)
tester_123
as Bram Moolenaar
More... about 9 years ago
Added tag v7-4-617 for changeset 05202d6ba0ef
tester_123
as Bram Moolenaar
More... about 9 years ago
updated for version 7.4.616 Problem: Cannot insert a tab in front of a block. Solution: Correctly compute aop->start. (Christian Brabandt)
tester_123
as Bram Moolenaar
More... about 9 years ago
Added tag v7-4-616 for changeset a287b0e9e87b
tester_123
as Bram Moolenaar
More... about 9 years ago