0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day 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-544 for changeset 89143424f604
tester_123
as Bram Moolenaar
More... over 9 years ago
updated for version 7.4.543 Problem: Since patch 7.4.232 "1,3s/\n//" joins two lines instead of three. (Eliseo Martínez) Issue 287 Solution: Correct the line count. (Christian Brabandt) Also set the last used search pattern.
tester_123
as Bram Moolenaar
More... over 9 years ago
Added tag v7-4-543 for changeset f673842874b6
tester_123
as Bram Moolenaar
More... over 9 years ago
Added tag v7-4-542 for changeset de877dab1c31
tester_123
as Bram Moolenaar
More... over 9 years ago
updated for version 7.4.542 Problem: Using a range for window and buffer commands has a few problems. Cannot specify the type of range for a user command. Solution: Add the -addr argument for user commands. Fix problems. (Marcin Szamotulski)
tester_123
as Bram Moolenaar
More... over 9 years ago
updated for version 7.4.541 Problem: Crash when doing a range assign. Solution: Check for NULL poiter. (Yukihiro Nakadaira)
tester_123
as Bram Moolenaar
More... over 9 years ago
Added tag v7-4-541 for changeset 9fbb9c60ab41
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-540 for changeset 93aca8cdd7b8
tester_123
as Bram Moolenaar
More... over 9 years ago
updated for version 7.4.540 Problem: Cannot build with tiny and small features. (Taro Muraoka) Solution: Add #ifdef around CMD_USER.
tester_123
as Bram Moolenaar
More... over 9 years ago
updated for version 7.4.539 Problem: Crash when computing buffer count. Problem with range for user commands. Line range wrong in Visual area. Solution: Avoid segfault in compute_buffer_local_count(). Check for CMD_USER when checking type of range. (Marcin Szamotulski)
tester_123
as Bram Moolenaar
More... over 9 years ago
Added tag v7-4-539 for changeset 77fe94082f53
tester_123
as Bram Moolenaar
More... over 9 years ago
Added tag v7-4-538 for changeset 3421b24e419c
tester_123
as Bram Moolenaar
More... over 9 years ago
updated for version 7.4.538 Problem: Tests fail with small features plus Python. Solution: Disallow weird combination of options. Do not set "fdm" when folding is disabled.
tester_123
as Bram Moolenaar
More... over 9 years ago
updated for version 7.4.537 Problem: Value of v:hlsearch reflects an internal variable. Solution: Make the value reflect whether search highlighting is actually displayed. (Christian Brabandt)
tester_123
as Bram Moolenaar
More... over 9 years ago
Added tag v7-4-537 for changeset 01c668384bcc
tester_123
as Bram Moolenaar
More... over 9 years ago
updated for version 7.4.536 Problem: Test 63 fails when using a black&white terminal. Solution: Add attributes for a non-color terminal. (Christian Brabandt)
tester_123
as Bram Moolenaar
More... over 9 years ago
Added tag v7-4-536 for changeset d51d47bd77c2
tester_123
as Bram Moolenaar
More... over 9 years ago
Added tag v7-4-535 for changeset 83c5fd1b55bc
tester_123
as Bram Moolenaar
More... over 9 years ago
updated for version 7.4.535 Problem: Can't build with tiny features. Solution: Add #ifdefs and skip a test.
tester_123
as Bram Moolenaar
More... over 9 years ago
Add files added by patch 7.4.530 to the repository.
tester_123
as Bram Moolenaar
More... over 9 years ago
Added tag v7-4-534 for changeset ee28ddfc7b7c
tester_123
as Bram Moolenaar
More... over 9 years ago
updated for version 7.4.534 Problem: Warnings when compiling if_ruby.c. Solution: Avoid the warnings. (Ken Takata)
tester_123
as Bram Moolenaar
More... over 9 years ago
Added tag v7-4-533 for changeset 18953e121be6
tester_123
as Bram Moolenaar
More... over 9 years ago
updated for version 7.4.533 Problem: ":hardcopy" leaks memory in case of errors. Solution: Free memory in all code paths. (Christian Brabandt)
tester_123
as Bram Moolenaar
More... over 9 years ago
updated for version 7.4.532 Problem: When using 'incsearch' "2/pattern/e" highlights the first match. Solution: Move the code to set extra_col inside the loop for count. (Ozaki Kiichi)
tester_123
as Bram Moolenaar
More... over 9 years ago
Added tag v7-4-532 for changeset 7f48abe500e1
tester_123
as Bram Moolenaar
More... over 9 years ago
updated for version 7.4.531 Problem: Comments about parsing an Ex command are wrong. Solution: Correct the steop numbers.
tester_123
as Bram Moolenaar
More... over 9 years ago
Added tag v7-4-531 for changeset 2c0cddd0df8c
tester_123
as Bram Moolenaar
More... over 9 years ago
Added tag v7-4-530 for changeset 5a76e36f07b1
tester_123
as Bram Moolenaar
More... over 9 years ago