0
I Use This!
Inactive

Commits : Listings

Analyzed 2 days ago. based on code collected 2 days ago.
Jun 01, 2023 — Jun 01, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
updated for version 7.4.487 Problem: ":sign jump" may use another window even though the file is already edited in the current window. Solution: First check if the file is in the current window. (James McCoy)
tester_123
as Bram Moolenaar
More... over 9 years ago
Added tag v7-4-487 for changeset 1f9577e9ef1b
tester_123
as Bram Moolenaar
More... over 9 years ago
Added tag v7-4-486 for changeset b8caf7045e3d
tester_123
as Bram Moolenaar
More... over 9 years ago
updated for version 7.4.486 Problem: Check for writing to a yank register is wrong. Solution: Negate the check. (Zyx). Also clean up the #ifdefs.
tester_123
as Bram Moolenaar
More... over 9 years ago
Added tag v7-4-485 for changeset 7844d92941fd
tester_123
as Bram Moolenaar
More... over 9 years ago
updated for version 7.4.485 Problem: Abbreviations don't work. (Toothpik) Solution: Move the length computation inside the for loop. Compare against the unescaped key.
tester_123
as Bram Moolenaar
More... over 9 years ago
updated for version 7.4.484 Problem: Compiler warning on MS-Windows. (Ken Takata) Solution: Add type cast.
tester_123
as Bram Moolenaar
More... over 9 years ago
Added tag v7-4-484 for changeset 76526e7100b0
tester_123
as Bram Moolenaar
More... over 9 years ago
Added tag v7-4-483 for changeset 3eb160c5b3a1
tester_123
as Bram Moolenaar
More... over 9 years ago
updated for version 7.4.483 Problem: A 0x80 byte is not handled correctly in abbreviations. Solution: Unescape special characters. Add a test. (Christian Brabandt)
tester_123
as Bram Moolenaar
More... over 9 years ago
updated for version 7.4.482 Problem: When 'balloonexpr' results in a list, the text has a trailing newline. (Lcd) Solution: Remove one trailing newline.
tester_123
as Bram Moolenaar
More... over 9 years ago
Added tag v7-4-482 for changeset 488bb7c4ace0
tester_123
as Bram Moolenaar
More... over 9 years ago
Added tag v7-4-481 for changeset 15e88e3750e3
tester_123
as Bram Moolenaar
More... over 9 years ago
updated for version 7.4.481 Problem: Compiler warning on MS-Windows. Solution: Add type casts. (Ken Takata)
tester_123
as Bram Moolenaar
More... over 9 years ago
updated for version 7.4.480 Problem: MS-Windows: Can't build. Solution: Remove goto, use a flag instead.
tester_123
as Bram Moolenaar
More... over 9 years ago
Added tag v7-4-480 for changeset e3149e2b4152
tester_123
as Bram Moolenaar
More... over 9 years ago
Update runtime files and translations.
tester_123
as Bram Moolenaar
More... over 9 years ago
updated for version 7.4.479 Problem: MS-Windows: The console title can be wrong. Solution: Take the encoding into account. When restoring the title use the right function. (Yasuhiro Matsumoto)
tester_123
as Bram Moolenaar
More... over 9 years ago
Added tag v7-4-479 for changeset e0f2ed0efb49
tester_123
as Bram Moolenaar
More... over 9 years ago
updated for version 7.4.478 Problem: Using byte length instead of character length for 'showbreak'. Solution: Compute the character length. (Marco Hinz)
tester_123
as Bram Moolenaar
More... over 9 years ago
Added tag v7-4-478 for changeset fcb898dea2bc
tester_123
as Bram Moolenaar
More... over 9 years ago
Added tag v7-4-477 for changeset f21a2f67bdbb
tester_123
as Bram Moolenaar
More... over 9 years ago
updated for version 7.4.477 Problem: When using ":%diffput" and the other file is empty an extra empty line remains. Solution: Set the buf_empty flag.
tester_123
as Bram Moolenaar
More... over 9 years ago
Added tag v7-4-476 for changeset 4c29b75cae19
tester_123
as Bram Moolenaar
More... over 9 years ago
updated for version 7.4.476 Problem: MingW: compiling with "XPM=no" doesn't work. Solution: Check for the "no" value. (KF Leong) Also for Cygwin. (Ken Takata)
tester_123
as Bram Moolenaar
More... over 9 years ago
Added tag v7-4-475 for changeset 0446fa17bd95
tester_123
as Bram Moolenaar
More... over 9 years ago
updated for version 7.4.475 Problem: Can't compile on a system where Xutf8SetWMProperties() is not in the X11 library. Issue 265. Solution: Add a configure check.
tester_123
as Bram Moolenaar
More... over 9 years ago
Added tag v7-4-474 for changeset 7f2472960aa1
tester_123
as Bram Moolenaar
More... over 9 years ago
updated for version 7.4.474 Problem: AIX compiler can't handle // comment. Issue 265. Solution: Remove that line.
tester_123
as Bram Moolenaar
More... over 9 years ago
Added tag v7-4-473 for changeset 1cdd5804b538
tester_123
as Bram Moolenaar
More... over 9 years ago