Bram Moolenaar
e4013d55b8
Added tag v7-3-1149 for changeset 66803af09906
2013-06-08 18:19:48 +02:00
Bram Moolenaar
86eacb50a3
updated for version 7.3.1149
...
Problem: New regexp engine: Matching plain text could be faster.
Solution: Detect a plain text match and handle it specifically. Add
vim_regfree().
2013-06-08 18:19:48 +02:00
Bram Moolenaar
299f5cd632
Added tag v7-3-1148 for changeset 220bdea4f579
2013-06-08 15:24:49 +02:00
Bram Moolenaar
639e7378f0
updated for version 7.3.1148
...
Problem: No command line completion for ":syntime".
Solution: Implement the completion. (Dominique Pelle)
2013-06-08 15:24:48 +02:00
Bram Moolenaar
c6453c1e04
Added tag v7-3-1147 for changeset 3cd3cc1e9119
2013-06-08 14:38:27 +02:00
Bram Moolenaar
0a88913a9c
updated for version 7.3.1147
...
Problem: New regexp engine: regstart is only used to find the first match.
Solution: Use regstart whenever adding the start state.
2013-06-08 14:38:27 +02:00
Bram Moolenaar
574c4e9921
Added tag v7-3-1146 for changeset e3f9e33fb28c
2013-06-08 13:33:37 +02:00
Bram Moolenaar
0bab3bef25
updated for version 7.3.1146
...
Problem: New regexp engine: look-behind match not checked when followed by
zero-width match.
Solution: Do the look-behind match before adding the zero-width state.
2013-06-08 13:33:37 +02:00
Bram Moolenaar
40f480e2eb
Added tag v7-3-1145 for changeset a30e3762957d
2013-06-07 22:39:40 +02:00
Bram Moolenaar
776711a771
updated for version 7.3.1145
...
Problem: New regexp engine: addstate() is called very often.
Solution: Optimize adding the start state.
2013-06-07 22:39:40 +02:00
Bram Moolenaar
7556e5bf1d
Added tag v7-3-1144 for changeset 8360a59aa04b
2013-06-07 20:17:11 +02:00
Bram Moolenaar
2112fcb7da
updated for version 7.3.1144
...
Problem: "RO" is not translated everywhere.
Solution: Put inside _(). (Sergey Alyoshin)
2013-06-07 20:17:11 +02:00
Bram Moolenaar
3f754e4797
Added tag v7-3-1143 for changeset 66e849c4558a
2013-06-07 19:53:10 +02:00
Bram Moolenaar
647c3cf268
updated for version 7.3.1143
...
Problem: When mapping NUL it is displayed as an X.
Solution: Check for KS_ZERO instead of K_ZERO. (Yasuhiro Matsumoto)
2013-06-07 19:53:10 +02:00
Bram Moolenaar
f13e5d5269
Added tag v7-3-1142 for changeset 65cef998f860
2013-06-07 19:48:39 +02:00
Bram Moolenaar
17d64240fb
updated for version 7.3.1142
...
Problem: Memory leak in ":syntime report".
Solution: Clear the grow array. (Dominique Pelle)
2013-06-07 19:48:39 +02:00
Bram Moolenaar
4303eeec83
Added tag v7-3-1141 for changeset 10673b3531eb
2013-06-07 19:17:14 +02:00
Bram Moolenaar
ca4584cd7c
updated for version 7.3.1141
...
Problem: Win32: Check for available memory is not reliable and adds
overhead.
Solution: Remove mch_avail_mem(). (Mike Williams)
2013-06-07 19:17:14 +02:00
Bram Moolenaar
fd34418dd1
Added tag v7-3-1140 for changeset 7fde662e1db2
2013-06-07 17:31:29 +02:00
Bram Moolenaar
3966d3bfe2
updated for version 7.3.1140
...
Problem: New regexp engine: trying expensive match while the result is not
going to be used.
Solution: Check for output state already being in the state list.
2013-06-07 17:31:29 +02:00
Bram Moolenaar
8b6ec9afaa
Added tag v7-3-1139 for changeset 3b5a023a4543
2013-06-07 16:31:50 +02:00
Bram Moolenaar
ed015ef448
updated for version 7.3.1139
...
Problem: New regexp engine: negated flag is hardly used.
Solution: Add separate _NEG states, remove negated flag.
2013-06-07 16:31:50 +02:00
Bram Moolenaar
e671e0b3d2
Added tag v7-3-1138 for changeset 47222d8b1e94
2013-06-07 14:59:18 +02:00
Bram Moolenaar
c9121ef8f6
updated for version 7.3.1138
...
Problem: New regexp engine: neglist no longer used.
Solution: Remove the now unused neglist.
2013-06-07 14:59:18 +02:00
Bram Moolenaar
4d1fc75c76
Added tag v7-3-1137 for changeset c02c7df9bdc9
2013-06-07 14:08:30 +02:00
Bram Moolenaar
6f4ba32f27
updated for version 7.3.1137
...
Problem: New regexp engine: collections are slow.
Solution: Handle all characters in one go.
2013-06-07 14:08:30 +02:00
Bram Moolenaar
1a5bce8790
Updated runtime files.
2013-06-06 21:36:40 +02:00
Bram Moolenaar
2fc9b47816
Added tag v7-3-1136 for changeset 343d09006056
2013-06-06 21:31:06 +02:00
Bram Moolenaar
e85bc64651
updated for version 7.3.1136
...
Problem: ":func Foo" does not show attributes.
Solution: Add "abort", "dict" and "range". (Yasuhiro Matsumoto)
2013-06-06 21:31:06 +02:00
Bram Moolenaar
4353d10d00
Added tag v7-3-1135 for changeset e4bc21965079
2013-06-06 21:19:51 +02:00
Bram Moolenaar
c33764106b
updated for version 7.3.1135
...
Problem: Compiler warning for unused argument.
Solution: Add UNUSED.
2013-06-06 21:19:51 +02:00
Bram Moolenaar
b7bad3d8bd
Added tag v7-3-1134 for changeset 531e598651fc
2013-06-06 18:55:49 +02:00
Bram Moolenaar
418b494b5b
updated for version 7.3.1134
...
Problem: Running test 49 takes a long time.
Solution: Don't have it grep all files.
2013-06-06 18:55:49 +02:00
Bram Moolenaar
663611101e
Added tag v7-3-1133 for changeset 03375ccf28a2
2013-06-06 18:46:06 +02:00
Bram Moolenaar
1ed609ae24
updated for version 7.3.1133
...
Problem: New regexp engine is a bit slow.
Solution: Skip ahead to a character that must match. Don't try matching a
"^" patter past the start of line.
2013-06-06 18:46:06 +02:00
Bram Moolenaar
d910cfd872
Added tag v7-3-1132 for changeset b20dbf3a5370
2013-06-06 18:04:51 +02:00
Bram Moolenaar
7519f92d15
updated for version 7.3.1132
...
Problem: Crash when debugging regexp.
Solution: Do not try to dump subexpr that were not set. Skip over count of
\% items.
2013-06-06 18:04:51 +02:00
Bram Moolenaar
a5423d1863
Added tag v7-3-1131 for changeset 82e6588762e4
2013-06-06 16:22:06 +02:00
Bram Moolenaar
addbe4168b
updated for version 7.3.1131
...
Problem: New regexp engine is a bit slow.
Solution: Do not clear the state list. Don't copy syntax submatches when
not used.
2013-06-06 16:22:06 +02:00
Bram Moolenaar
64df0b1086
Added tag v7-3-1130 for changeset ec24ff78a79c
2013-06-06 14:55:19 +02:00
Bram Moolenaar
7915c85fed
updated for version 7.3.1130
...
Problem: Can't build with anything but huge features.
Solution: Check for FEAT_PROFILE. (Yasuhiro Matsumoto)
2013-06-06 14:55:19 +02:00
Bram Moolenaar
1d6ce62a40
Added tag v7-3-1129 for changeset f824cb97eb92
2013-06-06 14:01:46 +02:00
Bram Moolenaar
6fbf199adf
updated for version 7.3.1129
...
Problem: Can't see what pattern in syntax highlighting is slow.
Solution: Add the ":syntime" command.
2013-06-06 14:01:46 +02:00
Bram Moolenaar
ea43f30c4c
Added tag v7-3-1128 for changeset 47906f888725
2013-06-05 21:42:53 +02:00
Bram Moolenaar
f8eacb9b7c
updated for version 7.3.1128
...
Problem: Now that the NFA engine handles everything every failure is a
syntax error.
Solution: Remove the syntax_error flag.
2013-06-05 21:42:53 +02:00
Bram Moolenaar
d71a96802e
Added tag v7-3-1127 for changeset 532a9855bd30
2013-06-05 21:30:37 +02:00
Bram Moolenaar
d89d0d4688
updated for version 7.3.1127
...
Problem: No error for using empty \%[].
Solution: Give error message.
2013-06-05 21:30:37 +02:00
Bram Moolenaar
7ffd662729
Added tag v7-3-1126 for changeset b25a1b2e3175
2013-06-05 21:23:39 +02:00
Bram Moolenaar
a1c1c905bc
updated for version 7.3.1126
...
Problem: Compiler warning for unitialized variable. (Tony Mechelynck)
Solution: Assign something to the variable.
2013-06-05 21:23:39 +02:00
Bram Moolenaar
334b4ce78f
Added tag v7-3-1125 for changeset 96f3348f9f11
2013-06-05 21:10:59 +02:00