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-284 for changeset 3c35ca9666e8
tester_123
as Bram Moolenaar
More... almost 10 years ago
updated for version 7.4.283 Problem: Compiler warning about unused variable. (Charles Cooper) Solution: Move the variable inside the #if block.
tester_123
as Bram Moolenaar
More... almost 10 years ago
Added tag v7-4-283 for changeset aa99d04fa7e2
tester_123
as Bram Moolenaar
More... almost 10 years ago
Added tag v7-4-282 for changeset 6d0a1132dd71
tester_123
as Bram Moolenaar
More... almost 10 years ago
updated for version 7.4.282 Problem: Test 97 fails on Mac. Solution: Do not ignore case in file names. (Jun Takimoto)
tester_123
as Bram Moolenaar
More... almost 10 years ago
updated for version 7.4.281 Problem: When a session file has more than one tabpage and 'showtabline' is one the positions may be slightly off. Solution: Set 'showtabline' to two while positioning windows.
tester_123
as Bram Moolenaar
More... almost 10 years ago
Added tag v7-4-281 for changeset 24c90f1fec85
tester_123
as Bram Moolenaar
More... almost 10 years ago
Added tag v7-4-280 for changeset daf7e98675cf
tester_123
as Bram Moolenaar
More... almost 10 years ago
updated for version 7.4.280 Problem: When using a session file the relative position of the cursor is not restored if there is another tab. (Nobuhiro Takasaki) Solution: Update w_wrow before calculating the fraction.
tester_123
as Bram Moolenaar
More... almost 10 years ago
updated for version 7.4.279 Problem: globpath() returns a string, making it difficult to get a list of matches. (Greg Novack) Solution: Add an optional argument like with glob(). (Adnan Zafar)
tester_123
as Bram Moolenaar
More... almost 10 years ago
Added tag v7-4-279 for changeset 8e9db1f27a00
tester_123
as Bram Moolenaar
More... almost 10 years ago
updated for version 7.4.278 Problem: list_remove() conflicts with function defined in Sun header file. Solution: Rename the function. (Richard Palo)
tester_123
as Bram Moolenaar
More... almost 10 years ago
Added tag v7-4-278 for changeset b4ce0e1fb5a6
tester_123
as Bram Moolenaar
More... almost 10 years ago
Added tag v7-4-277 for changeset 373204662d82
tester_123
as Bram Moolenaar
More... almost 10 years ago
updated for version 7.4.277 Problem: Using ":sign unplace *" may leave the cursor in the wrong position (Christian Brabandt) Solution: Update the cursor position when removing all signs.
tester_123
as Bram Moolenaar
More... almost 10 years ago
updated for version 7.4.276 Problem: The fish shell is not supported. Solution: Use begin/end instead of () for fish. (Andy Russell)
tester_123
as Bram Moolenaar
More... almost 10 years ago
Added tag v7-4-276 for changeset a6b59ee633a3
tester_123
as Bram Moolenaar
More... almost 10 years ago
Added tag v7-4-275 for changeset 8a3117a4887c
tester_123
as Bram Moolenaar
More... almost 10 years ago
updated for version 7.4.275 Problem: When changing the type of a sign that hasn't been placed ther is no error message. Solution: Add an error message. (Christian Brabandt)
tester_123
as Bram Moolenaar
More... almost 10 years ago
Added tag v7-4-274 for changeset 1ee3fc5b40ae
tester_123
as Bram Moolenaar
More... almost 10 years ago
updated for version 7.4.274 Problem: When doing ":update" just before running an external command that changes the file, the timestamp may be unchanged and the file is not reloaded. Solution: Also check the file size.
tester_123
as Bram Moolenaar
More... almost 10 years ago
Runtime file updates.
tester_123
as Bram Moolenaar
More... almost 10 years ago
updated for version 7.4.273 Problem: "make autoconf" and "make reconfig" may first run configure and then remove the output. Solution: Add these targets to the exceptions. (Ken Takata)
tester_123
as Bram Moolenaar
More... almost 10 years ago
Added tag v7-4-273 for changeset 747afb6a6de4
tester_123
as Bram Moolenaar
More... almost 10 years ago
updated for version 7.4.272 Problem: Using just "$" does not cause an error message. Solution: Check for empty environment variable name. (Christian Brabandt)
tester_123
as Bram Moolenaar
More... almost 10 years ago
Added tag v7-4-272 for changeset 00228400629e
tester_123
as Bram Moolenaar
More... almost 10 years ago
Added tag v7-4-271 for changeset 88b0571de432
tester_123
as Bram Moolenaar
More... almost 10 years ago
updated for version 7.4.271 Problem: Compiler warning on 64 bit windows. Solution: Add type cast. (Mike Williams)
tester_123
as Bram Moolenaar
More... almost 10 years ago
updated for version 7.4.270 Problem: Comparing pointers instead of the string they point to. Solution: Use strcmp(). (Ken Takata)
tester_123
as Bram Moolenaar
More... almost 10 years ago
Added tag v7-4-270 for changeset c519c446c548
tester_123
as Bram Moolenaar
More... almost 10 years ago