39
I Use This!
Inactive

Commits : Listings

Analyzed about 9 hours ago. based on code collected about 16 hours ago.
Apr 18, 2023 — Apr 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added tag v7-4-342 for changeset 8dcc6f142460
tester_123
as Bram Moolenaar
More... almost 10 years ago
updated for version 7.4.341 Problem: sort() doesn't handle numbers well. Solution: Add an argument to specify sorting on numbers. (Christian Brabandt)
tester_123
as Bram Moolenaar
More... almost 10 years ago
Added tag v7-4-341 for changeset adc4a84f72eb
tester_123
as Bram Moolenaar
More... almost 10 years ago
updated for version 7.4.340 Problem: Error from sed about illegal bytes when installing Vim. Solution: Prepend LC_ALL=C. (Itchyny)
tester_123
as Bram Moolenaar
More... almost 10 years ago
Added tag v7-4-340 for changeset 03f95f5e311b
tester_123
as Bram Moolenaar
More... almost 10 years ago
updated for version 7.4.339 Problem: Local function is available globally. Solution: Add "static".
tester_123
as Bram Moolenaar
More... almost 10 years ago
Added tag v7-4-339 for changeset fd7110d0c3bf
tester_123
as Bram Moolenaar
More... almost 10 years ago
Added tag v7-4-338 for changeset ef83b423ebf7
tester_123
as Bram Moolenaar
More... almost 10 years ago
updated for version 7.4.338 Problem: Cannot wrap lines taking indent into account. Solution: Add the 'breakindent' option. (many authors, final improvements by Christian Brabandt)
tester_123
as Bram Moolenaar
More... almost 10 years ago
updated for version 7.4.337 Problem: When there is an error preparing to edit the command line, the command won't be executed. (Hirohito Higashi) Solution: Reset did_emsg before editing.
tester_123
as Bram Moolenaar
More... almost 10 years ago
Added tag v7-4-337 for changeset 0206ac84ff5f
tester_123
as Bram Moolenaar
More... almost 10 years ago
updated for version 7.4.336 Problem: Setting 'history' to a big value causes out-of-memory errors. Solution: Limit the value to 10000. (Hirohito Higashi)
tester_123
as Bram Moolenaar
More... almost 10 years ago
Added tag v7-4-336 for changeset a42ba1e50992
tester_123
as Bram Moolenaar
More... almost 10 years ago
Added tag v7-4-335 for changeset 8ad2ecd11602
tester_123
as Bram Moolenaar
More... almost 10 years ago
updated for version 7.4.335 Problem: No digraph for the new rouble sign. Solution: Add the digraphs =R and =P.
tester_123
as Bram Moolenaar
More... almost 10 years ago
updated for version 7.4.334 Problem: Unitialized variables, causing some problems. Solution: Initialize the variables. (Dominique Pelle)
tester_123
as Bram Moolenaar
More... almost 10 years ago
Added tag v7-4-334 for changeset 03d260a8ea0c
tester_123
as Bram Moolenaar
More... almost 10 years ago
updated for version 7.4.333 Problem: Compiler warning for unused function. Solution: Put the function inside the #ifdef.
tester_123
as Bram Moolenaar
More... almost 10 years ago
Added tag v7-4-333 for changeset 8ae50e3ef8bf
tester_123
as Bram Moolenaar
More... almost 10 years ago
updated for version 7.4.332 Problem: GTK: When a sign icon doesn't fit exactly there can be ugly gaps. Solution: Scale the sign to fit when the aspect ratio is not too far off. (Christian Brabandt)
tester_123
as Bram Moolenaar
More... almost 10 years ago
Added tag v7-4-332 for changeset 8fed02d53b45
tester_123
as Bram Moolenaar
More... almost 10 years ago
Added tag v7-4-331 for changeset 6d984caa0409
tester_123
as Bram Moolenaar
More... almost 10 years ago
updated for version 7.4.331 Problem: Relative numbering not updated after a linewise yank. Issue 235. Solution: Redraw after the yank. (Christian Brabandt)
tester_123
as Bram Moolenaar
More... almost 10 years ago
Added tag v7-4-330 for changeset f9fa2e506b9f
tester_123
as Bram Moolenaar
More... almost 10 years ago
updated for version 7.4.330 Problem: Using a regexp pattern to highlight a specific position can be slow. Solution: Add matchaddpos() to highlight specific positions efficiently. (Alexey Radkov)
tester_123
as Bram Moolenaar
More... almost 10 years ago
updated for version 7.4.329 Problem: When moving the cursor and then switching to another window the previous window isn't scrolled. (Yukihiro Nakadaira) Solution: Call update_topline() before leaving the window. (Christian Brabandt)
tester_123
as Bram Moolenaar
More... almost 10 years ago
Added tag v7-4-329 for changeset 018df65085f8
tester_123
as Bram Moolenaar
More... almost 10 years ago
updated for version 7.4.328 Problem: Selection of inner block is inconsistent. Solution: Skip indent not only for '}' but all parens. (Tom McDonald)
tester_123
as Bram Moolenaar
More... almost 10 years ago
Added tag v7-4-328 for changeset 01d9ffdd6e6f
tester_123
as Bram Moolenaar
More... almost 10 years ago
Added tag v7-4-327 for changeset 99d8f2d72dcd
tester_123
as Bram Moolenaar
More... almost 10 years ago