updated for version 7.3.1244 Problem: MS-Windows: confirm() dialog text may not fit. Solution: Use GetTextWidthEnc() instead of GetTextWidth(). (Yasuhiro Matsumoto) |
|
More...
|
almost 12 years ago
|
Added tag v7-3-1243 for changeset 8a7d3a73adab |
|
More...
|
almost 12 years ago
|
updated for version 7.3.1243 Problem: New regexp engine: back references in look-behind match don't work. (Lech Lorens) Solution: Copy the submatches before a recursive match. |
|
More...
|
almost 12 years ago
|
Added tag v7-3-1242 for changeset b4a2eaf28b51 |
|
More...
|
about 12 years ago
|
updated for version 7.3.1242 Problem: No failure when trying to use a number as a string. Solution: Give an error when StringToLine() is called with an instance of the wrong type. (Jun Takimoto) |
|
More...
|
about 12 years ago
|
updated for version 7.3.1241 Problem: Some test files missing from the distribution. Solution: Update the list of files. |
|
More...
|
about 12 years ago
|
Added tag v7-3-1241 for changeset c87476046967 |
|
More...
|
about 12 years ago
|
Update runtime files. |
|
More...
|
about 12 years ago
|
Added tag v7-3-1240 for changeset bc9125136c69 |
|
More...
|
about 12 years ago
|
updated for version 7.3.1240 Problem: Memory leak in findfile(). Solution: Free the memory. (Christian Brabandt) |
|
More...
|
about 12 years ago
|
Added tag v7-3-1239 for changeset e130cc3d17af |
|
More...
|
about 12 years ago
|
updated for version 7.3.1239 Problem: Can't build with Python and MSVC10. Solution: Move #if outside of macro. (Taro Muraoka) |
|
More...
|
about 12 years ago
|
Added tag v7-3-1238 for changeset 048c69ebe8ee |
|
More...
|
about 12 years ago
|
updated for version 7.3.1238 Problem: Crash in Python interface on 64 bit machines. Solution: Change argument type of PyString_AsStringAndSize. (Taro Muraoka, Jun Takimoto) |
|
More...
|
about 12 years ago
|
Added tag v7-3-1237 for changeset 5b2c8f3b3906 |
|
More...
|
about 12 years ago
|
updated for version 7.3.1237 Problem: Python: non-import errors not handled correctly. Solution: Let non-ImportError exceptions pass the finder. (ZyX) |
|
More...
|
about 12 years ago
|
Added tag v7-3-1236 for changeset 39980afcf54a |
|
More...
|
about 12 years ago
|
updated for version 7.3.1236 Problem: Python: WindowSetattr() missing support for NUMBER_UNSIGNED. Solution: Add NUMBER_UNSIGNED, add more tests. Various fixes. (ZyX) |
|
More...
|
about 12 years ago
|
updated for version 7.3.1235 Problem: In insert mode CTRL-] is not inserted, on the command-line it is. Solution: Don't insert CTRL-] on the command line. (Yukihiro Nakadaira) |
|
More...
|
about 12 years ago
|
Added tag v7-3-1235 for changeset 9ae0fe467776 |
|
More...
|
about 12 years ago
|
Added tag v7-3-1234 for changeset f4969f8f66e9 |
|
More...
|
about 12 years ago
|
updated for version 7.3.1234 Problem: Python: Strings are not marked for translation. Solution: Add N_() where appropriate. (ZyX) |
|
More...
|
about 12 years ago
|
Merge branch 'vim' |
|
More...
|
about 12 years ago
|
Ignore files in src/auto/ |
|
More...
|
about 12 years ago
|
Restore 'src/configure' script from upstream |
|
More...
|
about 12 years ago
|
Added tag v7-3-1233 for changeset 4ed713442c51 |
|
More...
|
about 12 years ago
|
updated for version 7.3.1233 Problem: Various Python problems. Solution: Fix VimTryEnd. Crash with debug build and PYTHONDUMPREFS=1. Memory leaks in StringToLine(), BufferMark() and convert_dl. (ZyX) |
|
More...
|
about 12 years ago
|
Added tag v7-3-1232 for changeset a594ce86b5ea |
|
More...
|
about 12 years ago
|
updated for version 7.3.1232 Problem: Python: inconsistencies in variable names. Solution: Rename variables. (ZyX) |
|
More...
|
about 12 years ago
|
Added tag v7-3-1231 for changeset 537bbfff0c5c |
|
More...
|
about 12 years ago
|