Bram Moolenaar
a77bbd78fc
updated for version 7.3.1262
...
Problem: Crash and compilation warnings with Cygwin.
Solution: Check return value of XmbTextListToTextProperty(). Add type casts.
Adjust #ifdefs. (Lech Lorens)
2013-06-29 14:17:02 +02:00
Bram Moolenaar
bc8ba51fa3
Added tag v7-3-1261 for changeset 1cf89d38aa76
2013-06-29 13:58:32 +02:00
Bram Moolenaar
6872cd2b27
updated for version 7.3.1261
...
Problem: A buffer-local language mapping from a keymap stops a global
insert mode mapping from working. (Ron Aaron)
Solution: Do not wait for more characters to be typed only when the mapping
was defined with <nowait>.
2013-06-29 13:58:31 +02:00
Bram Moolenaar
5c4c54f262
Added tag v7-3-1260 for changeset 7aa4e0822dec
2013-06-29 12:58:33 +02:00
Bram Moolenaar
7815b1c445
updated for version 7.3.1260
...
Problem: User completion does not get the whole command line in the command
line window.
Solution: Pass on the whole command line. (Daniel Thau)
2013-06-29 12:58:33 +02:00
Bram Moolenaar
29d2797c9a
Added tag v7-3-1259 for changeset 7ab94cb688be
2013-06-29 12:10:26 +02:00
Bram Moolenaar
eb4f5495d7
updated for version 7.3.1259
...
Problem: No test for patch 7.3.1258
Solution: Add a test entry.
2013-06-29 12:10:26 +02:00
Bram Moolenaar
837164b508
Added tag v7-3-1258 for changeset c9e2ccc53f2e
2013-06-28 23:04:42 +02:00
Bram Moolenaar
c9d48adf72
updated for version 7.3.1258
...
Problem: Using submatch() may crash Vim. (Ingo Karkat)
Solution: Restore the number of subexpressions used.
2013-06-28 23:04:42 +02:00
Bram Moolenaar
f2fea812a7
Added tag v7-3-1257 for changeset 5751284311f3
2013-06-28 20:36:31 +02:00
Bram Moolenaar
cd21979666
updated for version 7.3.1257
...
Problem: With GNU gettext() ":lang de_DE.utf8" does not always result in
German messages.
Solution: Clear the $LANGUAGE environment variable.
2013-06-28 20:36:30 +02:00
Bram Moolenaar
6e0b47e9c8
Added tag v7-3-1256 for changeset 322441058afc
2013-06-28 20:16:55 +02:00
Bram Moolenaar
93d8392f58
updated for version 7.3.1256
...
Problem: Can't build without eval or autocmd feature.
Solution: Add #ifdefs.
2013-06-28 20:16:55 +02:00
Bram Moolenaar
a206026a7f
Update runtime files. Remove duplicate tags in help.
2013-06-28 18:44:48 +02:00
Bram Moolenaar
20ab900d86
Added tag v7-3-1255 for changeset f8d307ebd74a
2013-06-27 22:36:03 +02:00
Bram Moolenaar
2ee4beca07
updated for version 7.3.1255
...
Problem: Clang warnings when building with Athena.
Solution: Add type casts. (Dominique Pelle)
2013-06-27 22:36:03 +02:00
Bram Moolenaar
65e408989f
Added tag v7-3-1254 for changeset 5eff37e92f03
2013-06-27 22:29:38 +02:00
Bram Moolenaar
88a16c6d63
updated for version 7.3.1254
...
Problem: Can't build without the multi-lang feature. (John Marriott)
Solution: Add #ifdef.
2013-06-27 22:29:38 +02:00
Bram Moolenaar
175acc896c
Added tag v7-3-1253 for changeset d6a7dea44a86
2013-06-27 22:21:24 +02:00
Bram Moolenaar
88f8f30718
updated for version 7.3.1253
...
Problem: Still undo problem after using CTRL-R = setline(). (Hirohito
Higashi)
Solution: Set the ins_need_undo flag.
2013-06-27 22:21:24 +02:00
Bram Moolenaar
8b4c3ae5cd
Added tag v7-3-1252 for changeset 875a0aeb301c
2013-06-27 22:02:02 +02:00
Bram Moolenaar
1636936107
updated for version 7.3.1252
...
Problem: Gvim does not find the toolbar bitmap files in ~/vimfiles/bitmaps
if the corresponding menu command contains additional characters
like the shortcut marker '&' or if you use a non-english locale.
Solution: Use menu->en_dname or menu->dname. (Martin Gieseking)
2013-06-27 22:02:02 +02:00
Bram Moolenaar
7d66aec0b3
Added tag v7-3-1251 for changeset 788f48029677
2013-06-26 21:56:36 +02:00
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