updated for version 7.4.269 Problem: CTRL-U in Insert mode does not work after using a cursor key. (Pine Wu) Solution: Use the original insert start position. (Christian Brabandt) |
|
More...
|
about 11 years ago
|
Added tag v7-4-269 for changeset 81c26975e8f9 |
|
More...
|
about 11 years ago
|
Added tag v7-4-268 for changeset 1a5ed2626b26 |
|
More...
|
about 11 years ago
|
updated for version 7.4.268 Problem: Using exists() on a funcref for a script-local function does not work. Solution: Translate <SNR> to the special byte sequence. Add a test. |
|
More...
|
about 11 years ago
|
updated for version 7.4.267 Problem: The '[ mark is in the wrong position after "gq". (Ingo Karkat) Solution: Add the setmark argument to do_join(). (Christian Brabandt) |
|
More...
|
about 11 years ago
|
Added tag v7-4-267 for changeset 75f222d67cea |
|
More...
|
about 11 years ago
|
updated for version 7.4.266 Problem: Test 62 fails. Solution: Set the language to C. (Christian Brabandt) |
|
More...
|
about 11 years ago
|
Added tag v7-4-266 for changeset 8f84e906d454 |
|
More...
|
about 11 years ago
|
updated for version 7.4.265 Problem: Can't call a global function with "g:" in an expression. Solution: Skip the "g:" when looking up the function. |
|
More...
|
about 11 years ago
|
Added tag v7-4-265 for changeset 8ec9d2196bee |
|
More...
|
about 11 years ago
|
updated for version 7.4.264 Problem: Can't define a function starting with "g:". Can't assign a funcref to a buffer-local variable. Solution: Skip "g:" at the start of a function name. Don't check for colons when assigning to a variable. |
|
More...
|
about 11 years ago
|
Added tag v7-4-264 for changeset 00acac0af680 |
|
More...
|
about 11 years ago
|
Added tag v7-4-263 for changeset af1bb39774f4 |
|
More...
|
about 11 years ago
|
updated for version 7.4.263 Problem: GCC 4.8 compiler warning for hiding a declaration (Francois Gannaz) Solution: Remove the second declaration. |
|
More...
|
about 11 years ago
|
Added tag v7-4-262 for changeset 0ea551fa607d |
|
More...
|
about 11 years ago
|
updated for version 7.4.262 Problem: Duplicate code in regexec(). Solution: Add line_lbr flag to regexec_nl(). |
|
More...
|
about 11 years ago
|
updated for version 7.4.261 Problem: When updating the window involves a regexp pattern, an interactive substitute to replace a "\n" with a line break fails. (Ingo Karkat) Solution: Set reg_line_lbr in vim_regsub() and vim_regsub_multi(). |
|
More...
|
about 11 years ago
|
Added tag v7-4-261 for changeset 43c6cd07c8de |
|
More...
|
about 11 years ago
|
Added tag v7-4-260 for changeset 6bc874e4789a |
|
More...
|
about 11 years ago
|
updated for version 7.4.260 Problem: It is possible to define a function with a colon in the name. It is possible to define a function with a lower case character if a "#" appears after the name. Solution: Disallow using a colon other than with "s:". Ignore "#" after the name. |
|
More...
|
about 11 years ago
|
Added tag v7-4-259 for changeset e4cd5bb75029 |
|
More...
|
about 11 years ago
|
updated for version 7.4.259 Problem: Warning for misplaced "const". Solution: Move the "const". (Yukihiro Nakadaira) |
|
More...
|
about 11 years ago
|
Snapshot 73 |
|
More...
|
about 11 years ago
|
Merge branch 'vim' |
|
More...
|
about 11 years ago
|
updated for version 7.4.258 Problem: Configure fails if $CC contains options. Solution: Remove quotes around $CC. (Paul Barker) |
|
More...
|
about 11 years ago
|
Added tag v7-4-258 for changeset e8ffd1e6c8dc |
|
More...
|
about 11 years ago
|
Added tag v7-4-257 for changeset 17903ded5e9a |
|
More...
|
about 11 years ago
|
updated for version 7.4.257 Problem: Compiler warning, possibly for mismatch in parameter name. Solution: Rename the parameter in the declaration. |
|
More...
|
about 11 years ago
|
Added tag v7-4-256 for changeset afb542ea210c |
|
More...
|
about 11 years ago
|
updated for version 7.4.256 Problem: Using systemlist() may cause a crash and does not handle NUL characters properly. Solution: Increase the reference count, allocate memory by length. (Yasuhiro Matsumoto) |
|
More...
|
about 11 years ago
|