39
I Use This!
Inactive

Commits : Listings

Analyzed about 20 hours ago. based on code collected about 20 hours ago.
Jun 09, 2024 — Jun 09, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
updated for version 7.4.069 Problem: Cannot right shift lines starting with #. Solution: Allow the right shift when 'cino' contains #N with N > 0. (Christian Brabandt) Refactor parsing 'cino', store the values in the buffer.
tester_123
as Bram Moolenaar
More... over 11 years ago
Added tag v7-4-069 for changeset 878ed73c7070
tester_123
as Bram Moolenaar
More... over 11 years ago
updated for version 7.4.068 Problem: Cannot build Vim on Mac with non-Apple compilers. Solution: Remove the -no-cpp-precomp flag. (Misty De Meo)
tester_123
as Bram Moolenaar
More... over 11 years ago
Added tag v7-4-068 for changeset efa40be729c2
tester_123
as Bram Moolenaar
More... over 11 years ago
Added tag v7-4-067 for changeset 86bf09a1b6d0
tester_123
as Bram Moolenaar
More... over 11 years ago
updated for version 7.4.067 Problem: After inserting comment leader, CTRL-\ CTRL-O does move the cursor. (Wiktor Ruben) Solution: Avoid moving the cursor. (Christian Brabandt)
tester_123
as Bram Moolenaar
More... over 11 years ago
Added tag v7-4-066 for changeset 38b948f534e4
tester_123
as Bram Moolenaar
More... over 11 years ago
updated for version 7.4.066 Problem: MS-Windows: When there is a colon in the file name (sub-stream feature) the swap file name is wrong. Solution: Change the colon to "%". (Yasuhiro Matsumoto)
tester_123
as Bram Moolenaar
More... over 11 years ago
Added tag v7-4-065 for changeset 7f341db39d5b
tester_123
as Bram Moolenaar
More... over 11 years ago
updated for version 7.4.065 Problem: When recording, the character typed at the hit-enter prompt is recorded twice. (Urtica Dioica) Solution: Avoid recording the character twice. (Christian Brabandt)
tester_123
as Bram Moolenaar
More... over 11 years ago
Added tag v7-4-064 for changeset d06223965468
tester_123
as Bram Moolenaar
More... over 11 years ago
updated for version 7.4.064 Problem: When replacing a character in Visual block mode, entering a CR does not cause a repeated line break. Solution: Recognize the situation and repeat the line break. (Christian Brabandt)
tester_123
as Bram Moolenaar
More... over 11 years ago
Added tag v7-4-063 for changeset 9cedb4dfd4c8
tester_123
as Bram Moolenaar
More... over 11 years ago
updated for version 7.4.063 Problem: Crash when using invalid key in Python dictionary. Solution: Check for object to be NULL. Add tests. (ZyX)
tester_123
as Bram Moolenaar
More... over 11 years ago
Update runtime files.
tester_123
as Bram Moolenaar
More... over 11 years ago
updated for version 7.4.062 Problem: Configure check for AvailabilityMacros.h is wrong. Solution: Use AC_CHECK_HEADERS().
tester_123
as Bram Moolenaar
More... over 11 years ago
Added tag v7-4-062 for changeset d59a0b8e5584
tester_123
as Bram Moolenaar
More... over 11 years ago
Added tag v7-4-061 for changeset 739074bdceb8
tester_123
as Bram Moolenaar
More... over 11 years ago
updated for version 7.4.061 Problem: Availability macros configure check in wrong place. Solution: Also check when not using Darwin. Remove version check.
tester_123
as Bram Moolenaar
More... over 11 years ago
updated for version 7.4.060 Problem: Declaration has wrong return type for PyObject_SetAttrString(). Solution: Use int instead of PyObject. (Andreas Schwab)
tester_123
as Bram Moolenaar
More... over 11 years ago
Added tag v7-4-060 for changeset 46ca8fcee525
tester_123
as Bram Moolenaar
More... over 11 years ago
updated for version 7.4.059 Problem: set_last_cursor() may encounter w_buffer being NULL. (Matt Mkaniaris) Solution: Check for NULL.
tester_123
as Bram Moolenaar
More... over 11 years ago
Added tag v7-4-059 for changeset 2a72805a3038
tester_123
as Bram Moolenaar
More... over 11 years ago
Added tag v7-4-058 for changeset fa8447ec5823
tester_123
as Bram Moolenaar
More... over 11 years ago
updated for version 7.4.058 Problem: Warnings on 64 bit Windows. Solution: Add type casts. (Mike Williams)
tester_123
as Bram Moolenaar
More... over 11 years ago
updated for version 7.4.057 Problem: byteidx() does not work for composing characters. Solution: Add byteidxcomp().
tester_123
as Bram Moolenaar
More... over 11 years ago
Added tag v7-4-057 for changeset 3109053ce4e3
tester_123
as Bram Moolenaar
More... over 11 years ago
Added tag v7-4-056 for changeset 8d83c219fc7b
tester_123
as Bram Moolenaar
More... over 11 years ago
updated for version 7.4.056 Problem: Mac: Compilation problem with OS X 10.9 Mavericks. Solution: Include AvailabilityMacros.h when available. (Kazunobu Kuriyama)
tester_123
as Bram Moolenaar
More... over 11 years ago
Added tag v7-4-055 for changeset 38a755adc580
tester_123
as Bram Moolenaar
More... over 11 years ago