39
I Use This!
Inactive

Commits : Listings

Analyzed about 5 hours ago. based on code collected about 5 hours ago.
Jun 25, 2024 — Jun 25, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added tag v7-3-1202 for changeset 1707ddb6f5ae
tester_123
as Bram Moolenaar
More... about 12 years ago
updated for version 7.3.1202 Problem: Tags are not found in case-folded tags file. (Darren cole, Issue 90) Solution: Take into account that when case folding was used for the tags file "!rm" sorts before the "!_TAG" header lines.
tester_123
as Bram Moolenaar
More... about 12 years ago
updated for version 7.3.1201 Problem: When a startup script creates a preview window, it probably becomes the current window. Solution: Make another window the current one. (Christian Brabandt)
tester_123
as Bram Moolenaar
More... about 12 years ago
Added tag v7-3-1201 for changeset d8f65e6238fa
tester_123
as Bram Moolenaar
More... about 12 years ago
Updated runtime files.
tester_123
as Bram Moolenaar
More... about 12 years ago
updated for version 7.3.1200 Problem: When calling setline() from Insert mode, using CTRL-R =, undo does not work properly. (Israel Chauca) Solution: Sync undo after evaluating the expression. (Christian Brabandt)
tester_123
as Bram Moolenaar
More... about 12 years ago
Added tag v7-3-1200 for changeset 2945fe016b93
tester_123
as Bram Moolenaar
More... about 12 years ago
Added tag v7-3-1199 for changeset be2973afe770
tester_123
as Bram Moolenaar
More... about 12 years ago
updated for version 7.3.1199 Problem: When evaluating 'foldexpr' causes an error this is silently ignored and evaluation is retried every time. Solution: Set emsg_silent instead of emsg_off. Stop evaluating 'foldexpr' is it is causing errors. (Christian Brabandt)
tester_123
as Bram Moolenaar
More... about 12 years ago
Added tag v7-3-1198 for changeset 517fa1a34c7c
tester_123
as Bram Moolenaar
More... about 12 years ago
updated for version 7.3.1198 Problem: Build error when using Perl 5.18.0 and dynamic loading. Solution: Change #ifdefs for Perl_croak_xs_usage. (Ike Devolder)
tester_123
as Bram Moolenaar
More... about 12 years ago
updated for version 7.3.1197 Problem: ":wviminfo!" does not write history previously read from a viminfo file. (Roland Eggner) Solution: When not merging history write all entries.
tester_123
as Bram Moolenaar
More... about 12 years ago
Added tag v7-3-1197 for changeset 2fc1f3346bfb
tester_123
as Bram Moolenaar
More... about 12 years ago
updated for version 7.3.1196 Problem: Old regexp engine does not match pattern with backref correctly. (Dominique Pelle) Solution: Fix setting status. Test multi-line patterns better.
tester_123
as Bram Moolenaar
More... about 12 years ago
Added tag v7-3-1196 for changeset 56fbf60e9476
tester_123
as Bram Moolenaar
More... about 12 years ago
Added tag v7-3-1195 for changeset 4837fd61be52
tester_123
as Bram Moolenaar
More... about 12 years ago
updated for version 7.3.1195 Problem: Compiler warning for unitialized variable. (Tony Mechelynck) Solution: Set the length to the matching backref.
tester_123
as Bram Moolenaar
More... about 12 years ago
Added tag v7-3-1194 for changeset 91136a41f83f
tester_123
as Bram Moolenaar
More... about 12 years ago
updated for version 7.3.1194 Problem: Yaml highlighting is slow. Solution: Tune the estimation of pattern failure chance.
tester_123
as Bram Moolenaar
More... about 12 years ago
Merge branch 'vim' More... about 12 years ago
updated for version 7.3.1193 Problem: fail_if_missing not used for Python 3. Solution: Give an error when Python 3 can't be configured. (Andrei Olsen)
tester_123
as Bram Moolenaar
More... about 12 years ago
Added tag v7-3-1193 for changeset 8b46c37c4b84
tester_123
as Bram Moolenaar
More... about 12 years ago
updated for version 7.3.1192 Problem: Valgrind reports errors when using backreferences. (Dominique Pelle) Solution: Do not check the end of submatches.
tester_123
as Bram Moolenaar
More... about 12 years ago
Added tag v7-3-1192 for changeset 07b9c48a30e9
tester_123
as Bram Moolenaar
More... about 12 years ago
Added tag v7-3-1191 for changeset 4c42efb4c098
tester_123
as Bram Moolenaar
More... about 12 years ago
updated for version 7.3.1191 Problem: Backreference to previous line doesn't work. (Lech Lorens) Solution: Implement looking in another line.
tester_123
as Bram Moolenaar
More... about 12 years ago
updated for version 7.3.1190 Problem: Compiler warning for parentheses. (Christian Wellenbrock) Solution: Change #ifdef.
tester_123
as Bram Moolenaar
More... about 12 years ago
Added tag v7-3-1190 for changeset 25d64a4edc0b
tester_123
as Bram Moolenaar
More... about 12 years ago
updated for version 7.3.1189 Problem: Highlighting is still wrong sometimes. (Dominique Pelle) Solution: Also restore reginput properly.
tester_123
as Bram Moolenaar
More... about 12 years ago
Added tag v7-3-1189 for changeset dc78a26f6f64
tester_123
as Bram Moolenaar
More... about 12 years ago