0
I Use This!
Inactive

Commits : Listings

Analyzed about 23 hours ago. based on code collected 1 day ago.
May 20, 2023 — May 20, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added tag v7-4-501 for changeset 0ed561752653
tester_123
as Bram Moolenaar
More... over 9 years ago
updated for version 7.4.501 Problem: Typo in file pattern. Solution: Insert a slash and remove a dot.
tester_123
as Bram Moolenaar
More... over 9 years ago
Update runtime files.
tester_123
as Bram Moolenaar
More... over 9 years ago
updated for version 7.4.500 Problem: Test 72 still fails once in a while. Solution: Don't set 'fileformat' to unix, reset it. (Ken Takata)
tester_123
as Bram Moolenaar
More... over 9 years ago
Added tag v7-4-500 for changeset fd4dc6581b0e
tester_123
as Bram Moolenaar
More... over 9 years ago
updated for version 7.4.499 Problem: substitute() can be slow with long strings. Solution: Store a pointer to the end, instead of calling strlen() every time. (Ozaki Kiichi)
tester_123
as Bram Moolenaar
More... over 9 years ago
Added tag v7-4-499 for changeset 65e72747feca
tester_123
as Bram Moolenaar
More... over 9 years ago
updated for version 7.4.498 Problem: Typo in DOS makefile. Solution: Change exists to exist. (Ken Takata)
tester_123
as Bram Moolenaar
More... over 9 years ago
Added tag v7-4-498 for changeset 24ee7a7a26b1
tester_123
as Bram Moolenaar
More... over 9 years ago
updated for version 7.4.497 Problem: With some regexp patterns the NFA engine uses many states and becomes very slow. To the user it looks like Vim freezes. Solution: When the number of states reaches a limit fall back to the old engine. (Christian Brabandt)
tester_123
as Bram Moolenaar
More... over 9 years ago
Added tag v7-4-497 for changeset adfbffe1e642
tester_123
as Bram Moolenaar
More... over 9 years ago
Added tag v7-4-496 for changeset 112c80234ce3
tester_123
as Bram Moolenaar
More... over 9 years ago
updated for version 7.4.496 Problem: Many lines are both in Make_cyg.mak and Make_ming.mak Solution: Move the common parts to one file. (Ken Takata)
tester_123
as Bram Moolenaar
More... over 9 years ago
Added tag v7-4-495 for changeset 0079791cbbea
tester_123
as Bram Moolenaar
More... over 9 years ago
updated for version 7.4.495 Problem: XPM isn't used correctly in the Cygwin Makefile. Solution: Include the rules like in Make_ming.mak. (Ken Takata)
tester_123
as Bram Moolenaar
More... over 9 years ago
Added tag v7-4-494 for changeset 85d8cde3b432
tester_123
as Bram Moolenaar
More... over 9 years ago
updated for version 7.4.494 Problem: Cursor shape is wrong after a CompleteDone autocommand. Solution: Update the cursor and mouse shape after ":normal" restores the state. (Jacob Niehus)
tester_123
as Bram Moolenaar
More... over 9 years ago
updated for version 7.4.493 Problem: A TextChanged autocommand is triggered when saving a file. (William Gardner) Solution: Update last_changedtick after calling unchanged(). (Christian Brabandt)
tester_123
as Bram Moolenaar
More... over 9 years ago
Added tag v7-4-493 for changeset a0daa5feaccb
tester_123
as Bram Moolenaar
More... over 9 years ago
updated for version 7.4.492 Problem: In Insert mode, after inserting a newline that inserts a comment leader, CTRL-O moves to the right. (ZyX) Issue 57. Solution: Correct the condition for moving the cursor back to the NUL. (Christian Brabandt)
tester_123
as Bram Moolenaar
More... over 9 years ago
Added tag v7-4-492 for changeset 5e998fc610d5
tester_123
as Bram Moolenaar
More... over 9 years ago
updated for version 7.4.491 Problem: When winrestview() has a negative "topline" value there are display errors. Solution: Correct a negative value to 1. (Hirohito Higashi)
tester_123
as Bram Moolenaar
More... over 9 years ago
Added tag v7-4-491 for changeset 5f54e1995751
tester_123
as Bram Moolenaar
More... over 9 years ago
Added tag v7-4-490 for changeset df92c2b2a179
tester_123
as Bram Moolenaar
More... over 9 years ago
updated for version 7.4.490 Problem: Cannot specify the buffer to use for "do" and "dp", making them useless for three-way diff. Solution: Use the count as the buffer number. (James McCoy)
tester_123
as Bram Moolenaar
More... over 9 years ago
Added tag v7-4-489 for changeset 31c78e590806
tester_123
as Bram Moolenaar
More... over 9 years ago
updated for version 7.4.489 Problem: Cursor movement still wrong when 'lbr' is set and there is a number column. (Hirohito Higashi) Solution: Add correction for number column. (Hiroyuki Takagi)
tester_123
as Bram Moolenaar
More... over 9 years ago
Added tag v7-4-488 for changeset 3ec6e0ef4a67
tester_123
as Bram Moolenaar
More... over 9 years ago
updated for version 7.4.488 Problem: test_mapping fails for some people. Solution: Set the 'encoding' option. (Ken Takata)
tester_123
as Bram Moolenaar
More... over 9 years ago
Add the missing test files.
tester_123
as Bram Moolenaar
More... over 9 years ago