39
I Use This!
Inactive

Commits : Listings

Analyzed about 2 hours ago. based on code collected about 2 hours ago.
Jun 25, 2024 — Jun 25, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
updated for version 7.3.1244 Problem: MS-Windows: confirm() dialog text may not fit. Solution: Use GetTextWidthEnc() instead of GetTextWidth(). (Yasuhiro Matsumoto)
tester_123
as Bram Moolenaar
More... almost 12 years ago
Added tag v7-3-1243 for changeset 8a7d3a73adab
tester_123
as Bram Moolenaar
More... almost 12 years ago
updated for version 7.3.1243 Problem: New regexp engine: back references in look-behind match don't work. (Lech Lorens) Solution: Copy the submatches before a recursive match.
tester_123
as Bram Moolenaar
More... almost 12 years ago
Added tag v7-3-1242 for changeset b4a2eaf28b51
tester_123
as Bram Moolenaar
More... about 12 years ago
updated for version 7.3.1242 Problem: No failure when trying to use a number as a string. Solution: Give an error when StringToLine() is called with an instance of the wrong type. (Jun Takimoto)
tester_123
as Bram Moolenaar
More... about 12 years ago
updated for version 7.3.1241 Problem: Some test files missing from the distribution. Solution: Update the list of files.
tester_123
as Bram Moolenaar
More... about 12 years ago
Added tag v7-3-1241 for changeset c87476046967
tester_123
as Bram Moolenaar
More... about 12 years ago
Update runtime files.
tester_123
as Bram Moolenaar
More... about 12 years ago
Added tag v7-3-1240 for changeset bc9125136c69
tester_123
as Bram Moolenaar
More... about 12 years ago
updated for version 7.3.1240 Problem: Memory leak in findfile(). Solution: Free the memory. (Christian Brabandt)
tester_123
as Bram Moolenaar
More... about 12 years ago
Added tag v7-3-1239 for changeset e130cc3d17af
tester_123
as Bram Moolenaar
More... about 12 years ago
updated for version 7.3.1239 Problem: Can't build with Python and MSVC10. Solution: Move #if outside of macro. (Taro Muraoka)
tester_123
as Bram Moolenaar
More... about 12 years ago
Added tag v7-3-1238 for changeset 048c69ebe8ee
tester_123
as Bram Moolenaar
More... about 12 years ago
updated for version 7.3.1238 Problem: Crash in Python interface on 64 bit machines. Solution: Change argument type of PyString_AsStringAndSize. (Taro Muraoka, Jun Takimoto)
tester_123
as Bram Moolenaar
More... about 12 years ago
Added tag v7-3-1237 for changeset 5b2c8f3b3906
tester_123
as Bram Moolenaar
More... about 12 years ago
updated for version 7.3.1237 Problem: Python: non-import errors not handled correctly. Solution: Let non-ImportError exceptions pass the finder. (ZyX)
tester_123
as Bram Moolenaar
More... about 12 years ago
Added tag v7-3-1236 for changeset 39980afcf54a
tester_123
as Bram Moolenaar
More... about 12 years ago
updated for version 7.3.1236 Problem: Python: WindowSetattr() missing support for NUMBER_UNSIGNED. Solution: Add NUMBER_UNSIGNED, add more tests. Various fixes. (ZyX)
tester_123
as Bram Moolenaar
More... about 12 years ago
updated for version 7.3.1235 Problem: In insert mode CTRL-] is not inserted, on the command-line it is. Solution: Don't insert CTRL-] on the command line. (Yukihiro Nakadaira)
tester_123
as Bram Moolenaar
More... about 12 years ago
Added tag v7-3-1235 for changeset 9ae0fe467776
tester_123
as Bram Moolenaar
More... about 12 years ago
Added tag v7-3-1234 for changeset f4969f8f66e9
tester_123
as Bram Moolenaar
More... about 12 years ago
updated for version 7.3.1234 Problem: Python: Strings are not marked for translation. Solution: Add N_() where appropriate. (ZyX)
tester_123
as Bram Moolenaar
More... about 12 years ago
Merge branch 'vim' More... about 12 years ago
Ignore files in src/auto/ More... about 12 years ago
Restore 'src/configure' script from upstream More... about 12 years ago
Added tag v7-3-1233 for changeset 4ed713442c51
tester_123
as Bram Moolenaar
More... about 12 years ago
updated for version 7.3.1233 Problem: Various Python problems. Solution: Fix VimTryEnd. Crash with debug build and PYTHONDUMPREFS=1. Memory leaks in StringToLine(), BufferMark() and convert_dl. (ZyX)
tester_123
as Bram Moolenaar
More... about 12 years ago
Added tag v7-3-1232 for changeset a594ce86b5ea
tester_123
as Bram Moolenaar
More... about 12 years ago
updated for version 7.3.1232 Problem: Python: inconsistencies in variable names. Solution: Rename variables. (ZyX)
tester_123
as Bram Moolenaar
More... about 12 years ago
Added tag v7-3-1231 for changeset 537bbfff0c5c
tester_123
as Bram Moolenaar
More... about 12 years ago