Bram Moolenaar
a8d1eba441
updated for version 7.3.1251
...
Problem: Test 61 messes up viminfo.
Solution: Specify a separate viminfo file.
2013-06-26 21:56:36 +02:00
Bram Moolenaar
dc9ce1b07f
Added tag v7-3-1250 for changeset 6aecf486bb34
2013-06-26 21:49:51 +02:00
Bram Moolenaar
5c20c6c955
updated for version 7.3.1250
...
Problem: Python tests fail on MS-Windows.
Solution: Change backslashes to slashes. (Taro Muraoka)
2013-06-26 21:49:51 +02:00
Bram Moolenaar
7acb541033
Added tag v7-3-1249 for changeset b614332f7df2
2013-06-26 20:04:35 +02:00
Bram Moolenaar
4556a30e85
updated for version 7.3.1249
...
Problem: Modeline not recognized when using "Vim" instead of "vim".
Solution: Also accept "Vim".
2013-06-26 20:04:35 +02:00
Bram Moolenaar
4db795dc35
Added tag v7-3-1248 for changeset 3717d569027d
2013-06-26 19:18:05 +02:00
Bram Moolenaar
4ec66ca039
updated for version 7.3.1248
...
Problem: Still have old hacking code for Input Method.
Solution: Add 'imactivatefunc' and 'imstatusfunc' as a generic solution to
Input Method activation. (Yukihiro Nakadaira)
2013-06-26 19:18:05 +02:00
Bram Moolenaar
347654de91
Added tag v7-3-1247 for changeset f451d60ab8ec
2013-06-26 18:16:58 +02:00
Bram Moolenaar
f636482557
updated for version 7.3.1247
...
Problem: New regexp engine: '[ ]\@!\p\%([ ]\@!\p\)*:' does not always match.
Solution: When there is a PIM add a duplicate state that starts at another
position.
2013-06-26 18:16:58 +02:00
Bram Moolenaar
b5e57d2bb4
Added tag v7-3-1246 for changeset a1b41dabc682
2013-06-26 14:04:47 +02:00
Bram Moolenaar
131c5c207a
updated for version 7.3.1246
...
Problem: When setting 'winfixheight' and resizing the window causes the
window layout to be wrong.
Solution: Add frame_check_height() and frame_check_width() (Yukihiro
Nakadaira)
2013-06-26 14:04:47 +02:00
Bram Moolenaar
9a6de046b8
Updated runtime files. New version of TOhtml plugin.
2013-06-26 13:28:14 +02:00
Bram Moolenaar
efcb4c9ad5
Added tag v7-3-1245 for changeset 43329b2b5b79
2013-06-26 13:16:20 +02:00
Bram Moolenaar
58e5894256
updated for version 7.3.1245
...
Problem: MS-Windows: confirm() dialog text may still not fit.
Solution: Use GetTextWidthEnc() instead of GetTextWidth() in two more
places. (Yasuhiro Matsumoto)
2013-06-26 13:16:20 +02:00
Bram Moolenaar
4969724843
Added tag v7-3-1244 for changeset b4a71dbdb787
2013-06-26 12:58:32 +02:00
Bram Moolenaar
e15a9bb05f
updated for version 7.3.1244
...
Problem: MS-Windows: confirm() dialog text may not fit.
Solution: Use GetTextWidthEnc() instead of GetTextWidth(). (Yasuhiro
Matsumoto)
2013-06-26 12:58:32 +02:00
Bram Moolenaar
bbde3bc72a
Added tag v7-3-1243 for changeset 8a7d3a73adab
2013-06-26 12:42:45 +02:00
Bram Moolenaar
2e4eedb4a3
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.
2013-06-26 12:42:44 +02:00
Bram Moolenaar
fd9cac16ed
Added tag v7-3-1242 for changeset b4a2eaf28b51
2013-06-24 22:33:30 +02:00
Bram Moolenaar
09c224f6b1
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)
2013-06-24 22:33:30 +02:00
Bram Moolenaar
e7337d24a6
Added tag v7-3-1241 for changeset c87476046967
2013-06-24 22:23:55 +02:00
Bram Moolenaar
104133c000
updated for version 7.3.1241
...
Problem: Some test files missing from the distribution.
Solution: Update the list of files.
2013-06-24 22:23:55 +02:00
Bram Moolenaar
25f59b0d71
Update runtime files.
2013-06-24 22:22:18 +02:00
Bram Moolenaar
4268d901bd
Added tag v7-3-1240 for changeset bc9125136c69
2013-06-24 22:17:32 +02:00
Bram Moolenaar
40909d6be3
updated for version 7.3.1240
...
Problem: Memory leak in findfile().
Solution: Free the memory. (Christian Brabandt)
2013-06-24 22:17:32 +02:00
Bram Moolenaar
94c3849df6
Added tag v7-3-1239 for changeset e130cc3d17af
2013-06-24 21:21:58 +02:00
Bram Moolenaar
54a097cfdd
updated for version 7.3.1239
...
Problem: Can't build with Python and MSVC10.
Solution: Move #if outside of macro. (Taro Muraoka)
2013-06-24 21:21:58 +02:00
Bram Moolenaar
8560ec34c2
Added tag v7-3-1238 for changeset 048c69ebe8ee
2013-06-24 20:32:58 +02:00
Bram Moolenaar
82956d593a
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)
2013-06-24 20:32:57 +02:00
Bram Moolenaar
ef92fe1823
Added tag v7-3-1237 for changeset 5b2c8f3b3906
2013-06-23 16:40:40 +02:00
Bram Moolenaar
de1958dd77
updated for version 7.3.1237
...
Problem: Python: non-import errors not handled correctly.
Solution: Let non-ImportError exceptions pass the finder. (ZyX)
2013-06-23 16:40:39 +02:00
Bram Moolenaar
4dfd462c88
Added tag v7-3-1236 for changeset 39980afcf54a
2013-06-23 16:35:47 +02:00
Bram Moolenaar
94c639910e
updated for version 7.3.1236
...
Problem: Python: WindowSetattr() missing support for NUMBER_UNSIGNED.
Solution: Add NUMBER_UNSIGNED, add more tests. Various fixes. (ZyX)
2013-06-23 16:35:47 +02:00
Bram Moolenaar
fb1ea38135
Added tag v7-3-1235 for changeset 9ae0fe467776
2013-06-23 16:16:19 +02:00
Bram Moolenaar
193fbabeac
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)
2013-06-23 16:16:19 +02:00
Bram Moolenaar
ece6912252
Added tag v7-3-1234 for changeset f4969f8f66e9
2013-06-23 16:04:08 +02:00
Bram Moolenaar
de358c327d
updated for version 7.3.1234
...
Problem: Python: Strings are not marked for translation.
Solution: Add N_() where appropriate. (ZyX)
2013-06-23 16:04:08 +02:00
Bram Moolenaar
196c935437
Added tag v7-3-1233 for changeset 4ed713442c51
2013-06-23 14:37:07 +02:00
Bram Moolenaar
7f53a3281b
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)
2013-06-23 14:37:07 +02:00
Bram Moolenaar
1889f85f4b
Added tag v7-3-1232 for changeset a594ce86b5ea
2013-06-23 14:30:47 +02:00
Bram Moolenaar
4ee0c8aacc
updated for version 7.3.1232
...
Problem: Python: inconsistencies in variable names.
Solution: Rename variables. (ZyX)
2013-06-23 14:30:47 +02:00
Bram Moolenaar
2c2192efdd
Added tag v7-3-1231 for changeset 537bbfff0c5c
2013-06-23 14:16:57 +02:00
Bram Moolenaar
bc82354e1a
updated for version 7.3.1231
...
Problem: Python: use of numbers not consistent.
Solution: Add support for Number protocol. (ZyX)
2013-06-23 14:16:57 +02:00
Bram Moolenaar
81d5906f1c
Added tag v7-3-1230 for changeset f5c822e5a0eb
2013-06-23 13:46:40 +02:00
Bram Moolenaar
8b79f1941d
updated for version 7.3.1230
...
Problem: Python: Exception messages are not clear.
Solution: Make exception messages more verbose. (ZyX)
2013-06-23 13:46:40 +02:00
Bram Moolenaar
7204ad8c89
Added tag v7-3-1229 for changeset b6e693e1f946
2013-06-23 13:28:17 +02:00
Bram Moolenaar
73faa096b7
updated for version 7.3.1229
...
Problem: Python: not so easy to delete/restore translating.
Solution: Make macros do translation of exception messages. (ZyX)
Note: this breaks translations!
2013-06-23 13:28:17 +02:00
Bram Moolenaar
916f204072
Added tag v7-3-1228 for changeset 620d9b59d4ed
2013-06-23 13:11:18 +02:00
Bram Moolenaar
dd4cc24103
updated for version 7.3.1228
...
Problem: Python: various inconsistencies and problems.
Solution: StringToLine now supports both bytes() and unicode() objects.
Make function names consistant. Fix memory leak fixed in
StringToLine. (ZyX)
2013-06-23 13:11:18 +02:00
Bram Moolenaar
b8a02f0b15
Added tag v7-3-1227 for changeset 5cee875f3096
2013-06-23 13:00:44 +02:00