39
I Use This!
Inactive

Commits : Listings

Analyzed about 7 hours ago. based on code collected about 7 hours ago.
Jun 19, 2024 — Jun 19, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added tag v7-4a-039 for changeset a08fa2919f2b
tester_123
as Bram Moolenaar
More... almost 12 years ago
Added tag v7-4a-038 for changeset 8f983df0299f
tester_123
as Bram Moolenaar
More... almost 12 years ago
updated for version 7.4a.038 Problem: When using MSVC 2012 there are various issues, including GUI size computations. Solution: Use SM_CXPADDEDBORDER. (Mike Williams)
tester_123
as Bram Moolenaar
More... almost 12 years ago
Added tag v7-4a-037 for changeset 91d478da863e
tester_123
as Bram Moolenaar
More... almost 12 years ago
updated for version 7.4a.037 Problem: Win32: When mouse is hidden and in the toolbar, moving it won't make it appear. (Sami Salonen) Solution: Add tabline_wndproc() and toolbar_wndproc(). (Ken Takata)
tester_123
as Bram Moolenaar
More... almost 12 years ago
Added tag v7-4a-036 for changeset 9982ec574beb
tester_123
as Bram Moolenaar
More... almost 12 years ago
updated for version 7.4a.036 Problem: "\p" in a regexp does not match double-width characters. (Yukihiro Nakadaira) Solution: Don't count display cells, use vim_isprintc().
tester_123
as Bram Moolenaar
More... almost 12 years ago
Merge branch 'vim' More... almost 12 years ago
Updated runtime files.
tester_123
as Bram Moolenaar
More... almost 12 years ago
updated for version 7.4a.035 Problem: Fix in patch 7.4a.032 is not tested. Solution: Add test.
tester_123
as Bram Moolenaar
More... almost 12 years ago
Added tag v7-4a-035 for changeset 4ceacc1b0054
tester_123
as Bram Moolenaar
More... almost 12 years ago
Added tag v7-4a-034 for changeset 947edb6335d1
tester_123
as Bram Moolenaar
More... almost 12 years ago
updated for version 7.4a.034 Problem: The tabline may flicker when opening a new tab after 7.3.759 on Win32. Solution: Move call to TabCtrl_SetCurSel(). (Ken Takata)
tester_123
as Bram Moolenaar
More... almost 12 years ago
updated for version 7.4a.033 Problem: Test 98 always passes. Solution: Include test98a.in in test98.in, execute the crucial command in one line. (Yukihiro Nakadaira)
tester_123
as Bram Moolenaar
More... almost 12 years ago
Added tag v7-4a-033 for changeset fa024ce48542
tester_123
as Bram Moolenaar
More... almost 12 years ago
updated for version 7.4a.032 Problem: New regexp engine: Does not match shorter alternative. (Ingo Karkat) Solution: Do not drop a new state when the PIM info is different.
tester_123
as Bram Moolenaar
More... almost 12 years ago
Added tag v7-4a-032 for changeset 2741b46e96bf
tester_123
as Bram Moolenaar
More... almost 12 years ago
Don't double-encode URLs before parsing them More... almost 12 years ago
updated for version 7.4a.031 Problem: Compiler warnings. (Charles Campbell) Solution: Initialize variables even when not needed.
tester_123
as Bram Moolenaar
More... almost 12 years ago
Added tag v7-4a-031 for changeset 839ebe7c1b2f
tester_123
as Bram Moolenaar
More... almost 12 years ago
updated for version 7.4a.030 Problem: Missing find_win_for_buf(). (toothpik) Solution: Add missing changes.
tester_123
as Bram Moolenaar
More... almost 12 years ago
Added tag v7-4a-030 for changeset bc4fb0317465
tester_123
as Bram Moolenaar
More... almost 12 years ago
updated for version 7.4a.029 Problem: Can't build with MzScheme on Ubuntu 13.04. Solution: Add configure check for the "ffi" library.
tester_123
as Bram Moolenaar
More... almost 12 years ago
Added tag v7-4a-029 for changeset 2b58913e19a5
tester_123
as Bram Moolenaar
More... almost 12 years ago
updated for version 7.4a.028 Problem: Crash when spell checking in new buffer. Solution: Set the b_p_key field. (Mike Williams)
tester_123
as Bram Moolenaar
More... almost 12 years ago
Added tag v7-4a-028 for changeset 7aca84c0cd37
tester_123
as Bram Moolenaar
More... almost 12 years ago
Added tag v7-4a-027 for changeset 8edba3805d78
tester_123
as Bram Moolenaar
More... almost 12 years ago
updated for version 7.4a.027 Problem: When Python adds lines to another buffer the cursor position is wrong, it might be below the last line causing ml_get errors. (Vlad Irnov) Solution: Temporarily change the current window, so that marks are corrected properly.
tester_123
as Bram Moolenaar
More... almost 12 years ago
Merge branch 'vim' More... almost 12 years ago
updated for version 7.4a.026 Problem: ":diffoff" does not remove folds. (Ramel) Solution: Do not restore 'foldenable' when 'foldmethod' is "manual".
tester_123
as Bram Moolenaar
More... almost 12 years ago