0
I Use This!
Inactive

Commits : Listings

Analyzed about 3 hours ago. based on code collected about 14 hours ago.
Apr 17, 2023 — Apr 17, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added tag v7-4-658 for changeset 9f74286c4404
tester_123
as Bram Moolenaar
More... about 9 years ago
updated for version 7.4.658 Problem: 'formatexpr' is evaluated too often. Solution: Only invoke it when beyond the 'textwidth' column, as it is documented. (James McCoy)
tester_123
as Bram Moolenaar
More... about 9 years ago
Added tag v7-4-657 for changeset 9fda0c52db0b
tester_123
as Bram Moolenaar
More... about 9 years ago
updated for version 7.4.657 Problem: Compiler warnings for pointer mismatch. Solution: Add a typecast. (John Marriott)
tester_123
as Bram Moolenaar
More... about 9 years ago
Added tag v7-4-656 for changeset 056809de0b29
tester_123
as Bram Moolenaar
More... about 9 years ago
updated for version 7.4.656 Problem: Missing changes for glob() in one file. Solution: Add the missing changes.
tester_123
as Bram Moolenaar
More... about 9 years ago
updated for version 7.4.655 Problem: Text deleted by "dit" depends on indent of closing tag. (Jan Parthey) Solution: Do not adjust oap->end in do_pending_operator(). (Christian Brabandt)
tester_123
as Bram Moolenaar
More... about 9 years ago
Added tag v7-4-655 for changeset 950e24f26ef8
tester_123
as Bram Moolenaar
More... about 9 years ago
updated for version 7.4.654 Problem: glob() and globpath() cannot include links to non-existing files. (Charles Campbell) Solution: Add an argument to include all links with glob(). (James McCoy) Also for globpath().
tester_123
as Bram Moolenaar
More... about 9 years ago
Added tag v7-4-654 for changeset 6f1e4b7942c3
tester_123
as Bram Moolenaar
More... about 9 years ago
updated for version 7.4.653 Problem: Insert mode completion with complete() may have CTRL-L work like CTRL-P. Solution: Handle completion with complete() differently. (Yasuhiro Matsumoto, Christian Brabandt, Hirohito Higashi)
tester_123
as Bram Moolenaar
More... about 9 years ago
Added tag v7-4-653 for changeset 41d50eba0c0f
tester_123
as Bram Moolenaar
More... about 9 years ago
updated for version 7.4.652 Problem: Xxd lacks a few features. Solution: Use 8 characters for the file position. Add the -e and -o arguments. (Vadim Vygonets)
tester_123
as Bram Moolenaar
More... about 9 years ago
Added tag v7-4-652 for changeset 6c94cedccda4
tester_123
as Bram Moolenaar
More... about 9 years ago
updated for version 7.4.651 Problem: Can't match "%>80v" properly for multi-byte characters. Solution: Multiply the character number by the maximum number of bytes in a character. (Yasuhiro Matsumoto)
tester_123
as Bram Moolenaar
More... about 9 years ago
Added tag v7-4-651 for changeset 2c7f279d419c
tester_123
as Bram Moolenaar
More... about 9 years ago
Added tag v7-4-650 for changeset 7026d6f3367f
tester_123
as Bram Moolenaar
More... about 9 years ago
updated for version 7.4.650 Problem: Configure check may fail because the dl library is not used. Solution: Put "-ldl" in LIBS rather than LDFLAGS. (Oazki Kiichi)
tester_123
as Bram Moolenaar
More... about 9 years ago
Added tag v7-4-649 for changeset 8bee881c3ca5
tester_123
as Bram Moolenaar
More... about 9 years ago
updated for version 7.4.649 Problem: Compiler complains about ignoring return value of fwrite(). (Michael Jarvis) Solution: Add (void).
tester_123
as Bram Moolenaar
More... about 9 years ago
Update a few runtime files.
tester_123
as Bram Moolenaar
More... about 9 years ago
Updated runtime files.
tester_123
as Bram Moolenaar
More... about 9 years ago
Added tag v7-4-648 for changeset 0a859da6714b
tester_123
as Bram Moolenaar
More... about 9 years ago
updated for version 7.4.648 Problem: Tests broken on MS-Windows. Solution: Delete wrong copy line. (Ken Takata)
tester_123
as Bram Moolenaar
More... about 9 years ago
Added tag v7-4-647 for changeset 4f9c3e62d4d4
tester_123
as Bram Moolenaar
More... about 9 years ago
updated for version 7.4.647 Problem: After running the tests on MS-Windows many files differ from their originals as they were checked out. Solution: Use a temp directory for executing the tests. (Ken Takata, Taro Muraoka)
tester_123
as Bram Moolenaar
More... about 9 years ago
Added tag v7-4-646 for changeset ceda6d8af447
tester_123
as Bram Moolenaar
More... about 9 years ago
updated for version 7.4.646 Problem: ":bufdo" may start at a deleted buffer. Solution: Find the first not deleted buffer. (Shane Harper)
tester_123
as Bram Moolenaar
More... about 9 years ago
Added tag v7-4-645 for changeset 342568f82d82
tester_123
as Bram Moolenaar
More... about 9 years ago
updated for version 7.4.645 Problem: When splitting the window in a BufAdd autocommand while still in the first, empty buffer the window count is wrong. Solution: Do not reset b_nwindows to zero and don't increment it.
tester_123
as Bram Moolenaar
More... about 9 years ago