0
I Use This!
Inactive

Commits : Listings

Analyzed about 22 hours ago. based on code collected 1 day ago.
Apr 29, 2023 — Apr 29, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added tag v7-4-571 for changeset 97b2ff29ae3a
tester_123
as Bram Moolenaar
More... over 9 years ago
updated for version 7.4.571 Problem: Can't build with tiny features. (Ike Devolder) Solution: Add #ifdef.
tester_123
as Bram Moolenaar
More... over 9 years ago
updated for version 7.4.570 Problem: Building with dynamic library does not work for Ruby 2.2.0 Solution: Change #ifdefs and #defines. (Ken Takata)
tester_123
as Bram Moolenaar
More... over 9 years ago
Added tag v7-4-570 for changeset 816c584ff174
tester_123
as Bram Moolenaar
More... over 9 years ago
Updated runtime files.
tester_123
as Bram Moolenaar
More... over 9 years ago
Added tag v7-4-569 for changeset ccb6962585f1
tester_123
as Bram Moolenaar
More... over 9 years ago
updated for version 7.4.569 Problem: Having CTRL-C interrupt or not does not check the mode of the mapping. (Ingo Karkat) Solution: Use a bitmask with the map mode. (Christian Brabandt)
tester_123
as Bram Moolenaar
More... over 9 years ago
updated for version 7.4.568 Problem: Giving an error for ":0wincmd w" is a problem for some plugins. Solution: Allow the zero in the range. (Marcin Szamotulski)
tester_123
as Bram Moolenaar
More... over 9 years ago
Added tag v7-4-568 for changeset 747cbac7047b
tester_123
as Bram Moolenaar
More... over 9 years ago
Updated syntax files.
tester_123
as Bram Moolenaar
More... over 9 years ago
Added tag v7-4-567 for changeset 0b245c8dbd19
tester_123
as Bram Moolenaar
More... over 9 years ago
updated for version 7.4.567 Problem: Non-ascii vertical separater characters are always redrawn. Solution: Compare only the one byte that's stored. (Thiago Padilha)
tester_123
as Bram Moolenaar
More... over 9 years ago
Update runtime files.
tester_123
as Bram Moolenaar
More... over 9 years ago
Added tag v7-4-566 for changeset a88d4dc02bf4
tester_123
as Bram Moolenaar
More... over 9 years ago
updated for version 7.4.566 Problem: :argdo, :bufdo, :windo and :tabdo don't take a range. Solution: Support the range. (Marcin Szamotulski)
tester_123
as Bram Moolenaar
More... over 9 years ago
Added tag v7-4-565 for changeset 22f95a018b13
tester_123
as Bram Moolenaar
More... over 9 years ago
updated for version 7.4.565 Problem: Ranges for arguments, buffers, tabs, etc. are not checked to be valid but limited to the maximum. This can cause the wrong thing to happen. Solution: Give an error for an invalid value. (Marcin Szamotulski) Use windows range for ":wincmd".
tester_123
as Bram Moolenaar
More... over 9 years ago
updated for version 7.4.564 Problem: FEAT_OSFILETYPE is used even though it's never defined. Solution: Remove the code. (Christian Brabandt)
tester_123
as Bram Moolenaar
More... over 9 years ago
Added tag v7-4-564 for changeset 9657929ee562
tester_123
as Bram Moolenaar
More... over 9 years ago
Added tag v7-4-563 for changeset 9dc52b404c1b
tester_123
as Bram Moolenaar
More... over 9 years ago
updated for version 7.4.563 Problem: No test for replacing on a tab in Virtual replace mode. Solution: Add a test. (Elias Diem)
tester_123
as Bram Moolenaar
More... over 9 years ago
Added tag v7-4-562 for changeset b5df99582638
tester_123
as Bram Moolenaar
More... over 9 years ago
updated for version 7.4.562 Problem: Segfault with wide screen and error in 'rulerformat'. (Ingo Karkat) Solution: Check there is enough space. (Christian Brabandt)
tester_123
as Bram Moolenaar
More... over 9 years ago
updated for version 7.4.561 Problem: Ex range handling is wrong for buffer-local user commands. Solution: Check for CMD_USER_BUF. (Marcin Szamotulski)
tester_123
as Bram Moolenaar
More... over 9 years ago
Added tag v7-4-561 for changeset 82c6a3bddb23
tester_123
as Bram Moolenaar
More... over 9 years ago
Added tag v7-4-560 for changeset 86aacd619ac0
tester_123
as Bram Moolenaar
More... over 9 years ago
updated for version 7.4.560 Problem: Memory leak using :wviminfo. Issue 296. Solution: Free memory when needed. (idea by Christian Brabandt)
tester_123
as Bram Moolenaar
More... over 9 years ago
updated for version 7.4.559 Problem: Appending a block in the middle of a tab does not work correctly when virtualedit is set. Solution: Decrement spaces and count, don't reset them. (James McCoy)
tester_123
as Bram Moolenaar
More... over 9 years ago
Added tag v7-4-559 for changeset 29f5cfca3388
tester_123
as Bram Moolenaar
More... over 9 years ago
updated for version 7.4.558 Problem: When the X server restarts Vim may get stuck. Solution: Destroy the application context and create it again. (Issue 203)
tester_123
as Bram Moolenaar
More... over 9 years ago