39
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jun 06, 2024 — Jun 06, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
updated for version 7.4.155 Problem: ":keeppatterns /pat" does not keep search pattern offset. Solution: Restore the offset after doing the search.
tester_123
as Bram Moolenaar
More... over 11 years ago
Added tag v7-4-154 for changeset 71837ace77df
tester_123
as Bram Moolenaar
More... over 11 years ago
updated for version 7.4.154 Problem: Still a problem with auto-loading. Solution: Pass no_autoload to deref_func_name(). (Yukihiro Nakadaira)
tester_123
as Bram Moolenaar
More... over 11 years ago
Added tag v7-4-153 for changeset 30e300c0b2c1
tester_123
as Bram Moolenaar
More... over 11 years ago
updated for version 7.4.153 Problem: Compiler warning for pointer type. Solution: Add type cast.
tester_123
as Bram Moolenaar
More... over 11 years ago
Added tag v7-4-152 for changeset 2ace11abcfb5
tester_123
as Bram Moolenaar
More... over 11 years ago
updated for version 7.4.152 Problem: Python: Cannot iterate over options. Solution: Add options iterator. (ZyX)
tester_123
as Bram Moolenaar
More... over 11 years ago
updated for version 7.4.151 Problem: Python: slices with steps are not supported. Solution: Support slices in Python vim.List. (ZyX)
tester_123
as Bram Moolenaar
More... over 11 years ago
Added tag v7-4-151 for changeset ec02e1474bc2
tester_123
as Bram Moolenaar
More... over 11 years ago
Added tag v7-4-150 for changeset 15960ebc2ee8
tester_123
as Bram Moolenaar
More... over 11 years ago
updated for version 7.4.150 Problem: :keeppatterns is not respected for :s. Solution: Check the keeppatterns flag. (Yasuhiro Matsumoto)
tester_123
as Bram Moolenaar
More... over 11 years ago
updated for version 7.4.149 Problem: Get E685 error when assigning a function to an autoload variable. (Yukihiro Nakadaira) Solution: Instead of having a global no_autoload variable, pass an autoload flag down to where it is used. (ZyX)
tester_123
as Bram Moolenaar
More... over 11 years ago
Added tag v7-4-149 for changeset b43363a7b4c7
tester_123
as Bram Moolenaar
More... over 11 years ago
updated for version 7.4.148 Problem: Cannot build with Cygwin and X11. Solution: Include Xwindows.h instead of windows.h. (Lech Lorens)
tester_123
as Bram Moolenaar
More... over 11 years ago
Added tag v7-4-148 for changeset 8507bf8874d8
tester_123
as Bram Moolenaar
More... over 11 years ago
updated for version 7.4.147 Problem: Cursor moves to wrong position when using "gj" after "$" and virtual editing is active. Solution: Make "gj" behave differently when virtual editing is active. (Hirohito Higashi)
tester_123
as Bram Moolenaar
More... over 11 years ago
Added tag v7-4-147 for changeset d289f2167d70
tester_123
as Bram Moolenaar
More... over 11 years ago
Added tag v7-4-146 for changeset ec93f50f1d93
tester_123
as Bram Moolenaar
More... over 11 years ago
updated for version 7.4.146 Problem: When starting Vim with "-u NONE" v:oldfiles is NULL. Solution: Set v:oldfiles to an empty list. (Yasuhiro Matsumoto)
tester_123
as Bram Moolenaar
More... over 11 years ago
Added tag v7-4-145 for changeset 1098b7b6e147
tester_123
as Bram Moolenaar
More... over 11 years ago
updated for version 7.4.145 Problem: getregtype() does not return zero for unknown register. Solution: Adjust documention: return empty string for unknown register. Check the register name to be valid. (Yukihiro Nakadaira)
tester_123
as Bram Moolenaar
More... over 11 years ago
Added tag v7-4-144 for changeset bcf25cc08236
tester_123
as Bram Moolenaar
More... over 11 years ago
updated for version 7.4.144 Problem: MingW also supports intptr_t for OPEN_OH_ARGTYPE. Solution: Adjust #ifdef. (Ken Takata)
tester_123
as Bram Moolenaar
More... over 11 years ago
Added tag v7-4-143 for changeset d11f223f4c75
tester_123
as Bram Moolenaar
More... over 11 years ago
updated for version 7.4.143 Problem: TextChangedI is not triggered. Solution: Reverse check for "ready". (lilydjwg)
tester_123
as Bram Moolenaar
More... over 11 years ago
Added tag v7-4-142 for changeset 735b70faac4a
tester_123
as Bram Moolenaar
More... over 11 years ago
updated for version 7.4.142 Problem: On MS-Windows 8 IME input doen't work correctly. Solution: Work around the problem. (Nobuhiro Takasaki)
tester_123
as Bram Moolenaar
More... over 11 years ago
updated for version 7.4.141 Problem: Problems when building with Borland: st_mode is signed short; can't build with Python; temp files not ignored by Mercurial; building with DEBUG doesn't define _DEBUG. Solution: Fix the problems. (Ken Takata)
tester_123
as Bram Moolenaar
More... over 11 years ago
Added tag v7-4-141 for changeset 2ca470c6096e
tester_123
as Bram Moolenaar
More... over 11 years ago
Added tag v7-4-140 for changeset 505cf1943dc2
tester_123
as Bram Moolenaar
More... over 11 years ago