39
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jun 07, 2024 — Jun 07, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added tag v7-4-370 for changeset 50575818a97f
tester_123
as Bram Moolenaar
More... almost 11 years ago
updated for version 7.4.370 Problem: Linebreak test fails when encoding is not utf-8. (Danek Duvall) Solution: Split the test in a single byte one and a utf-8 one. (Christian Brabandt)
tester_123
as Bram Moolenaar
More... almost 11 years ago
Added tag v7-4-369 for changeset 72ee0db83788
tester_123
as Bram Moolenaar
More... almost 11 years ago
updated for version 7.4.369 Problem: Using freed memory when exiting while compiled with EXITFREE. Solution: Set curwin to NULL and check for that. (Dominique Pelle)
tester_123
as Bram Moolenaar
More... almost 11 years ago
Added tag v7-4-368 for changeset 021e16be3c02
tester_123
as Bram Moolenaar
More... almost 11 years ago
updated for version 7.4.368 Problem: Restoring the window sizes after closing the command line window doesn't work properly if there are nested splits. Solution: Restore the sizes twice. (Hirohito Higashi)
tester_123
as Bram Moolenaar
More... almost 11 years ago
updated for version 7.4.367 Problem: Other solution for redrawing after completion. Solution: Schedule a window redraw instead of just clearing the command line. (Jacob Niehus)
tester_123
as Bram Moolenaar
More... almost 11 years ago
Added tag v7-4-367 for changeset bdbe2037066d
tester_123
as Bram Moolenaar
More... almost 11 years ago
Added tag v7-4-366 for changeset ad775b587065
tester_123
as Bram Moolenaar
More... almost 11 years ago
updated for version 7.4.366 Problem: Can't run the linebreak test on MS-Windows. Solution: Fix the output file name. (Taro Muraoka)
tester_123
as Bram Moolenaar
More... almost 11 years ago
Added tag v7-4-365 for changeset 4625fa27ba6f
tester_123
as Bram Moolenaar
More... almost 11 years ago
updated for version 7.4.365 Problem: Crash when using ":botright split" when there isn't much space. Solution: Add a check for the minimum width/height. (Yukihiro Nakadaira)
tester_123
as Bram Moolenaar
More... almost 11 years ago
Updated runtime files.
tester_123
as Bram Moolenaar
More... almost 11 years ago
updated for version 7.4.364 Problem: When the viminfo file can't be renamed there is no error message. (Vladimir Berezhnoy) Solution: Check for the rename to fail.
tester_123
as Bram Moolenaar
More... almost 11 years ago
Added tag v7-4-364 for changeset 7b3248267575
tester_123
as Bram Moolenaar
More... almost 11 years ago
Added tag v7-4-363 for changeset ff3816167b73
tester_123
as Bram Moolenaar
More... almost 11 years ago
updated for version 7.4.363 Problem: In Windows console typing 0xCE does not work. Solution: Convert 0xCE to K_NUL 3. (Nobuhiro Takasaki et al.)
tester_123
as Bram Moolenaar
More... almost 11 years ago
Added tag v7-4-362 for changeset 7fa2bed947fd
tester_123
as Bram Moolenaar
More... almost 11 years ago
updated for version 7.4.362 Problem: When matchaddpos() uses a length smaller than the number of bytes in the (last) character the highlight continues until the end of the line. Solution: Change condition from equal to larger-or-equal.
tester_123
as Bram Moolenaar
More... almost 11 years ago
updated for version 7.4.361 Problem: Lots of flickering when filling the preview window for 'omnifunc'. Solution: Disable redrawing. (Hirohito Higashi)
tester_123
as Bram Moolenaar
More... almost 11 years ago
Added tag v7-4-361 for changeset a97e5b9dbc26
tester_123
as Bram Moolenaar
More... almost 11 years ago
updated for version 7.4.360 Problem: In a regexp pattern a "$" followed by \v or \V is not seen as the end-of-line. Solution: Handle the situation. (Ozaki Kiichi)
tester_123
as Bram Moolenaar
More... almost 11 years ago
Added tag v7-4-360 for changeset 761687c6808f
tester_123
as Bram Moolenaar
More... almost 11 years ago
Added tag v7-4-359 for changeset 182c7b987283
tester_123
as Bram Moolenaar
More... almost 11 years ago
updated for version 7.4.359 Problem: When 'ttymouse' is set to 'uxterm' the xterm version is not requested. (Tomas Janousek) Solution: Do not mark uxterm as a conflict mouse and add resume_get_esc_sequence().
tester_123
as Bram Moolenaar
More... almost 11 years ago
Added tag v7-4-358 for changeset 771b97ba3b47
tester_123
as Bram Moolenaar
More... almost 11 years ago
updated for version 7.4.358 Problem: Sort is not always stable. Solution: Add an index instead of relying on the pointer to remain the same. Idea by Jun Takimoto.
tester_123
as Bram Moolenaar
More... almost 11 years ago
updated for version 7.4.357 Problem: After completion some characters are not redrawn. Solution: Clear the command line unconditionally. (Jacob Niehus)
tester_123
as Bram Moolenaar
More... almost 11 years ago
Added tag v7-4-357 for changeset 4eedfc4911a1
tester_123
as Bram Moolenaar
More... almost 11 years ago
updated for version 7.4.356 Problem: Mercurial does not ignore memfile_test. (Daniel Hahler) Solution: Add memfile_test to ignored files, remove trailing spaces.
tester_123
as Bram Moolenaar
More... almost 11 years ago