]> granicus.if.org Git - vim/log
vim
11 years agoupdated for version 7.3.1286 v7.3.1286
Bram Moolenaar [Mon, 1 Jul 2013 19:43:08 +0000 (21:43 +0200)]
updated for version 7.3.1286
Problem:    Check for screen size missing for Athena and Motif.
Solution:   Add call to limit_screen_size().

11 years agoupdated for version 7.3.1285 v7.3.1285
Bram Moolenaar [Mon, 1 Jul 2013 19:25:25 +0000 (21:25 +0200)]
updated for version 7.3.1285
Problem:    No tests for picking a window when selecting an entry in a
            location list.  Not picking the right window sometimes.
Solution:   Add test 96. Set usable_win appropriately. (Lech Lorens)

11 years agoupdated for version 7.3.1284 v7.3.1284
Bram Moolenaar [Mon, 1 Jul 2013 19:08:48 +0000 (21:08 +0200)]
updated for version 7.3.1284
Problem:    Compiler warnings in MS-Windows clipboard handling.
Solution:   Add type casts. (Ken Takata)

11 years agoupdated for version 7.3.1283 v7.3.1283
Bram Moolenaar [Mon, 1 Jul 2013 19:00:35 +0000 (21:00 +0200)]
updated for version 7.3.1283
Problem:    Test 71 fails on MS-Windows.
Solution:   Put the binary data in a separate file. (Ken Takata)

11 years agoupdated for version 7.3.1282 v7.3.1282
Bram Moolenaar [Mon, 1 Jul 2013 18:18:33 +0000 (20:18 +0200)]
updated for version 7.3.1282
Problem:    'cursorline' not drawn in any other window. (Charles Campbell)
Solution:   Do draw the cursor line in other windows.

11 years agoupdated for version 7.3.1281 v7.3.1281
Bram Moolenaar [Mon, 1 Jul 2013 18:06:19 +0000 (20:06 +0200)]
updated for version 7.3.1281
Problem:    When 'ttymouse' is set to "xterm2" clicking in column 123 moves
            the cursor to column 96. (Kevin Goodsell)
Solution:   Decode KE_CSI.

11 years agoupdated for version 7.3.1280 v7.3.1280
Bram Moolenaar [Sun, 30 Jun 2013 21:24:08 +0000 (23:24 +0200)]
updated for version 7.3.1280
Problem:    Reading memory already freed since patch 7.3.1247. (Simon
            Ruderich, Dominique Pelle)
Solution:   Copy submatches before reallocating the state list.

11 years agoupdated for version 7.3.1279 v7.3.1279
Bram Moolenaar [Sun, 30 Jun 2013 20:43:27 +0000 (22:43 +0200)]
updated for version 7.3.1279
Problem:    Compiler warning for variable uninitialized. (Tony Mechelynck)
Solution:   Add an init.

11 years agoupdated for version 7.3.1278 v7.3.1278
Bram Moolenaar [Sun, 30 Jun 2013 15:51:51 +0000 (17:51 +0200)]
updated for version 7.3.1278
Problem:    When someone sets the screen size to a huge value with "stty" Vim
            runs out of memory before reducing the size.
Solution:   Limit Rows and Columns in more places.

11 years agoupdated for version 7.3.1277 v7.3.1277
Bram Moolenaar [Sun, 30 Jun 2013 15:24:16 +0000 (17:24 +0200)]
updated for version 7.3.1277
Problem:    In diff mode 'cursorline' also draws in the non-active window.
            When 'nu' and 'sbr' are set the 'sbr' string is not underlined.
Solution:   Only draw the cursor line in the current window. Combine the
            'cursorline' and other highlighting attributes. (Christian
            Brabandt)

11 years agoupdated for version 7.3.1276 v7.3.1276
Bram Moolenaar [Sun, 30 Jun 2013 13:01:22 +0000 (15:01 +0200)]
updated for version 7.3.1276
Problem:    When using a cscope connection resizing the window may send
            SIGWINCH to cscope and it quits.
Solution:   Call setpgid(0, 0) in the child process. (Narendran Gopalakrishnan)

11 years agoupdated for version 7.3.1275 v7.3.1275
Bram Moolenaar [Sun, 30 Jun 2013 12:46:53 +0000 (14:46 +0200)]
updated for version 7.3.1275
Problem:    "gn" does not work when the match is a single character.
Solution:   Fix it, add a test. (Christian Brabandt)

11 years agoupdated for version 7.3.1274 v7.3.1274
Bram Moolenaar [Sun, 30 Jun 2013 11:57:45 +0000 (13:57 +0200)]
updated for version 7.3.1274
Problem:    When selecting an entry from a location list it may pick an
            arbitrary window or open a new one.
Solution:   Prefer using a window related to the location list. (Lech Lorens)

11 years agoupdated for version 7.3.1273 v7.3.1273
Bram Moolenaar [Sun, 30 Jun 2013 11:33:58 +0000 (13:33 +0200)]
updated for version 7.3.1273
Problem:    When copying a location list the index might be wrong.
Solution:   Set the index to one when using the first entry. (Lech Lorens)

11 years agoupdated for version 7.3.1272 v7.3.1272
Bram Moolenaar [Sun, 30 Jun 2013 11:17:24 +0000 (13:17 +0200)]
updated for version 7.3.1272
Problem:    Crash when editing Ruby file. (Aliaksandr Rahalevich)
Solution:   Reallocate the state list when necessary.

11 years agoupdated for version 7.3.1271 v7.3.1271
Bram Moolenaar [Sun, 30 Jun 2013 10:21:24 +0000 (12:21 +0200)]
updated for version 7.3.1271
Problem:    Command line completion does not work.
Solution:   Move setting xp_line down. (Daniel Thau)

11 years agoUpdated runtime files.
Bram Moolenaar [Sat, 29 Jun 2013 21:05:20 +0000 (23:05 +0200)]
Updated runtime files.

11 years agoupdated for version 7.3.1270 v7.3.1270
Bram Moolenaar [Sat, 29 Jun 2013 15:19:28 +0000 (17:19 +0200)]
updated for version 7.3.1270
Problem:    Using "Vp" in an empty buffer can't be undone. (Hauke Petersen)
Solution:   Save one line in an empty buffer. (Christian Brabandt)

11 years agoupdated for version 7.3.1269 v7.3.1269
Bram Moolenaar [Sat, 29 Jun 2013 14:21:58 +0000 (16:21 +0200)]
updated for version 7.3.1269
Problem:    Insert completion keeps entry selected even though the list has
            changed. (Olivier Teuliere)
Solution:   Reset compl_shown_match and compl_curr_match. (Christian Brabandt)

11 years agoupdated for version 7.3.1268 v7.3.1268
Bram Moolenaar [Sat, 29 Jun 2013 13:40:04 +0000 (15:40 +0200)]
updated for version 7.3.1268
Problem:    ACL support doesn't work when when compiled with MingW.
Solution:   Support ACL on MingW. (Ken Takata)

11 years agoupdated for version 7.3.1267 v7.3.1267
Bram Moolenaar [Sat, 29 Jun 2013 13:36:26 +0000 (15:36 +0200)]
updated for version 7.3.1267
Problem:    MS-Windows ACL support doesn't work well.
Solution:   Implement more ACL support. (Ken Takata)

11 years agoupdated for version 7.3.1266 v7.3.1266
Bram Moolenaar [Sat, 29 Jun 2013 13:19:21 +0000 (15:19 +0200)]
updated for version 7.3.1266
Problem:    QNX: GUI fails to start.
Solution:   Remove the QNX-specific #ifdef. (Sean Boudreau)

11 years agoupdated for version 7.3.1265 v7.3.1265
Bram Moolenaar [Sat, 29 Jun 2013 13:07:22 +0000 (15:07 +0200)]
updated for version 7.3.1265
Problem:    Accepting "Vim:" for a modeline causes errors too often.
Solution:   Require "Vim:" to be followed by "set".

11 years agoupdated for version 7.3.1264 v7.3.1264
Bram Moolenaar [Sat, 29 Jun 2013 12:47:22 +0000 (14:47 +0200)]
updated for version 7.3.1264
Problem:    Missing m_nowait.
Solution:   Include missing part of the patch.

11 years agoupdated for version 7.3.1263 v7.3.1263
Bram Moolenaar [Sat, 29 Jun 2013 12:42:26 +0000 (14:42 +0200)]
updated for version 7.3.1263
Problem:    Typo in short option name.
Solution:   Change "imse" to "imsf".

11 years agoupdated for version 7.3.1262 v7.3.1262
Bram Moolenaar [Sat, 29 Jun 2013 12:17:02 +0000 (14:17 +0200)]
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)

11 years agoupdated for version 7.3.1261 v7.3.1261
Bram Moolenaar [Sat, 29 Jun 2013 11:58:31 +0000 (13:58 +0200)]
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>.

11 years agoupdated for version 7.3.1260 v7.3.1260
Bram Moolenaar [Sat, 29 Jun 2013 10:58:33 +0000 (12:58 +0200)]
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)

11 years agoupdated for version 7.3.1259 v7.3.1259
Bram Moolenaar [Sat, 29 Jun 2013 10:10:26 +0000 (12:10 +0200)]
updated for version 7.3.1259
Problem:    No test for patch 7.3.1258
Solution:   Add a test entry.

11 years agoupdated for version 7.3.1258 v7.3.1258
Bram Moolenaar [Fri, 28 Jun 2013 21:04:42 +0000 (23:04 +0200)]
updated for version 7.3.1258
Problem:    Using submatch() may crash Vim. (Ingo Karkat)
Solution:   Restore the number of subexpressions used.

11 years agoupdated for version 7.3.1257 v7.3.1257
Bram Moolenaar [Fri, 28 Jun 2013 18:36:30 +0000 (20:36 +0200)]
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.

11 years agoupdated for version 7.3.1256 v7.3.1256
Bram Moolenaar [Fri, 28 Jun 2013 18:16:55 +0000 (20:16 +0200)]
updated for version 7.3.1256
Problem:    Can't build without eval or autocmd feature.
Solution:   Add #ifdefs.

11 years agoUpdate runtime files. Remove duplicate tags in help.
Bram Moolenaar [Fri, 28 Jun 2013 16:44:48 +0000 (18:44 +0200)]
Update runtime files.  Remove duplicate tags in help.

11 years agoupdated for version 7.3.1255 v7.3.1255
Bram Moolenaar [Thu, 27 Jun 2013 20:36:03 +0000 (22:36 +0200)]
updated for version 7.3.1255
Problem:    Clang warnings when building with Athena.
Solution:   Add type casts. (Dominique Pelle)

11 years agoupdated for version 7.3.1254 v7.3.1254
Bram Moolenaar [Thu, 27 Jun 2013 20:29:38 +0000 (22:29 +0200)]
updated for version 7.3.1254
Problem:    Can't build without the multi-lang feature. (John Marriott)
Solution:   Add #ifdef.

11 years agoupdated for version 7.3.1253 v7.3.1253
Bram Moolenaar [Thu, 27 Jun 2013 20:21:24 +0000 (22:21 +0200)]
updated for version 7.3.1253
Problem:    Still undo problem after using CTRL-R = setline(). (Hirohito
            Higashi)
Solution:   Set the ins_need_undo flag.

11 years agoupdated for version 7.3.1252 v7.3.1252
Bram Moolenaar [Thu, 27 Jun 2013 20:02:02 +0000 (22:02 +0200)]
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)

11 years agoupdated for version 7.3.1251 v7.3.1251
Bram Moolenaar [Wed, 26 Jun 2013 19:56:36 +0000 (21:56 +0200)]
updated for version 7.3.1251
Problem:    Test 61 messes up viminfo.
Solution:   Specify a separate viminfo file.

11 years agoupdated for version 7.3.1250 v7.3.1250
Bram Moolenaar [Wed, 26 Jun 2013 19:49:51 +0000 (21:49 +0200)]
updated for version 7.3.1250
Problem:    Python tests fail on MS-Windows.
Solution:   Change backslashes to slashes. (Taro Muraoka)

11 years agoupdated for version 7.3.1249 v7.3.1249
Bram Moolenaar [Wed, 26 Jun 2013 18:04:35 +0000 (20:04 +0200)]
updated for version 7.3.1249
Problem:    Modeline not recognized when using "Vim" instead of "vim".
Solution:   Also accept "Vim".

11 years agoupdated for version 7.3.1248 v7.3.1248
Bram Moolenaar [Wed, 26 Jun 2013 17:18:05 +0000 (19:18 +0200)]
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)

11 years agoupdated for version 7.3.1247 v7.3.1247
Bram Moolenaar [Wed, 26 Jun 2013 16:16:58 +0000 (18:16 +0200)]
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.

11 years agoupdated for version 7.3.1246 v7.3.1246
Bram Moolenaar [Wed, 26 Jun 2013 12:04:47 +0000 (14:04 +0200)]
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)

11 years agoUpdated runtime files. New version of TOhtml plugin.
Bram Moolenaar [Wed, 26 Jun 2013 11:28:14 +0000 (13:28 +0200)]
Updated runtime files.  New version of TOhtml plugin.

11 years agoupdated for version 7.3.1245 v7.3.1245
Bram Moolenaar [Wed, 26 Jun 2013 11:16:20 +0000 (13:16 +0200)]
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)

11 years agoupdated for version 7.3.1244 v7.3.1244
Bram Moolenaar [Wed, 26 Jun 2013 10:58:32 +0000 (12:58 +0200)]
updated for version 7.3.1244
Problem:    MS-Windows: confirm() dialog text may not fit.
Solution:   Use GetTextWidthEnc() instead of GetTextWidth(). (Yasuhiro
            Matsumoto)

11 years agoupdated for version 7.3.1243 v7.3.1243
Bram Moolenaar [Wed, 26 Jun 2013 10:42:44 +0000 (12:42 +0200)]
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.

11 years agoupdated for version 7.3.1242 v7.3.1242
Bram Moolenaar [Mon, 24 Jun 2013 20:33:30 +0000 (22:33 +0200)]
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)

11 years agoupdated for version 7.3.1241 v7.3.1241
Bram Moolenaar [Mon, 24 Jun 2013 20:23:55 +0000 (22:23 +0200)]
updated for version 7.3.1241
Problem:    Some test files missing from the distribution.
Solution:   Update the list of files.

11 years agoUpdate runtime files.
Bram Moolenaar [Mon, 24 Jun 2013 20:22:18 +0000 (22:22 +0200)]
Update runtime files.

11 years agoupdated for version 7.3.1240 v7.3.1240
Bram Moolenaar [Mon, 24 Jun 2013 20:17:32 +0000 (22:17 +0200)]
updated for version 7.3.1240
Problem:    Memory leak in findfile().
Solution:   Free the memory. (Christian Brabandt)

11 years agoupdated for version 7.3.1239 v7.3.1239
Bram Moolenaar [Mon, 24 Jun 2013 19:21:58 +0000 (21:21 +0200)]
updated for version 7.3.1239
Problem:    Can't build with Python and MSVC10.
Solution:   Move #if outside of macro. (Taro Muraoka)

11 years agoupdated for version 7.3.1238 v7.3.1238
Bram Moolenaar [Mon, 24 Jun 2013 18:32:57 +0000 (20:32 +0200)]
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)

11 years agoupdated for version 7.3.1237 v7.3.1237
Bram Moolenaar [Sun, 23 Jun 2013 14:40:39 +0000 (16:40 +0200)]
updated for version 7.3.1237
Problem:    Python: non-import errors not handled correctly.
Solution:   Let non-ImportError exceptions pass the finder. (ZyX)

11 years agoupdated for version 7.3.1236 v7.3.1236
Bram Moolenaar [Sun, 23 Jun 2013 14:35:47 +0000 (16:35 +0200)]
updated for version 7.3.1236
Problem:    Python: WindowSetattr() missing support for NUMBER_UNSIGNED.
Solution:   Add NUMBER_UNSIGNED, add more tests. Various fixes. (ZyX)

11 years agoupdated for version 7.3.1235 v7.3.1235
Bram Moolenaar [Sun, 23 Jun 2013 14:16:19 +0000 (16:16 +0200)]
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)

11 years agoupdated for version 7.3.1234 v7.3.1234
Bram Moolenaar [Sun, 23 Jun 2013 14:04:08 +0000 (16:04 +0200)]
updated for version 7.3.1234
Problem:    Python: Strings are not marked for translation.
Solution:   Add N_() where appropriate. (ZyX)

11 years agoupdated for version 7.3.1233 v7.3.1233
Bram Moolenaar [Sun, 23 Jun 2013 12:37:07 +0000 (14:37 +0200)]
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)

11 years agoupdated for version 7.3.1232 v7.3.1232
Bram Moolenaar [Sun, 23 Jun 2013 12:30:47 +0000 (14:30 +0200)]
updated for version 7.3.1232
Problem:    Python: inconsistencies in variable names.
Solution:   Rename variables. (ZyX)

11 years agoupdated for version 7.3.1231 v7.3.1231
Bram Moolenaar [Sun, 23 Jun 2013 12:16:57 +0000 (14:16 +0200)]
updated for version 7.3.1231
Problem:    Python: use of numbers not consistent.
Solution:   Add support for Number protocol. (ZyX)

11 years agoupdated for version 7.3.1230 v7.3.1230
Bram Moolenaar [Sun, 23 Jun 2013 11:46:40 +0000 (13:46 +0200)]
updated for version 7.3.1230
Problem:    Python: Exception messages are not clear.
Solution:   Make exception messages more verbose. (ZyX)

11 years agoupdated for version 7.3.1229 v7.3.1229
Bram Moolenaar [Sun, 23 Jun 2013 11:28:17 +0000 (13:28 +0200)]
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!

11 years agoupdated for version 7.3.1228 v7.3.1228
Bram Moolenaar [Sun, 23 Jun 2013 11:11:18 +0000 (13:11 +0200)]
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)

11 years agoupdated for version 7.3.1227 v7.3.1227
Bram Moolenaar [Sun, 23 Jun 2013 11:00:44 +0000 (13:00 +0200)]
updated for version 7.3.1227
Problem:    Inconsistent string conversion.
Solution:   Use 'encoding' instead of utf-8. Use METH_O in place of
            METH_VARARGS where appropriate. (ZyX)

11 years agoupdated for version 7.3.1226 v7.3.1226
Bram Moolenaar [Sun, 23 Jun 2013 10:51:32 +0000 (12:51 +0200)]
updated for version 7.3.1226
Problem:    Python: duplicate code.
Solution:   Share code between OutputWrite() and OutputWritelines(). (ZyX)

11 years agoupdated for version 7.3.1225 v7.3.1225
Bram Moolenaar [Sat, 22 Jun 2013 11:00:16 +0000 (13:00 +0200)]
updated for version 7.3.1225
Problem:    Compiler warnings when building with Motif.
Solution:   Change set_label() argument. (Kazunobu Kuriyama)

11 years agoupdated for version 7.3.1224 v7.3.1224
Bram Moolenaar [Fri, 21 Jun 2013 16:31:23 +0000 (18:31 +0200)]
updated for version 7.3.1224
Problem:    Clang gives warnings on xxd.
Solution:   Change how to use part of a string. (Dominique Pelle) Also avoid
            warning for return not reached.

11 years agoupdated for version 7.3.1223 v7.3.1223
Bram Moolenaar [Wed, 19 Jun 2013 19:17:31 +0000 (21:17 +0200)]
updated for version 7.3.1223
Problem:    Tests fail on MS-Windows.
Solution:   Avoid depending on OS version. Use DOS commands instead of Unix
            commands. (Taro Muraoka, Ken Takata)

11 years agoupdated for version 7.3.1222 v7.3.1222
Bram Moolenaar [Wed, 19 Jun 2013 18:11:50 +0000 (20:11 +0200)]
updated for version 7.3.1222
Problem:    Cannot execute some tests from the src directoly.
Solution:   Add missing targets.

11 years agoupdated for version 7.3.1221 v7.3.1221
Bram Moolenaar [Tue, 18 Jun 2013 21:31:55 +0000 (23:31 +0200)]
updated for version 7.3.1221
Problem:    When build flags change "make distclean" run into a configure
            error.
Solution:   When CFLAGS changes delete auto/config.cache.  Also avoid adding
            duplicate text to flags.

11 years agoupdated for version 7.3.1220 v7.3.1220
Bram Moolenaar [Mon, 17 Jun 2013 20:43:25 +0000 (22:43 +0200)]
updated for version 7.3.1220
Problem:    MS-Windows: When using wide font italic and bold are not included.
Solution:   Support wide-bold, wide-italic and wide-bold-italic. (Ken Takata,
            Taro Muraoka)

11 years agoupdated for version 7.3.1219 v7.3.1219
Bram Moolenaar [Mon, 17 Jun 2013 20:04:38 +0000 (22:04 +0200)]
updated for version 7.3.1219
Problem:    No test for using []] inside \%[].
Solution:   Add a test.

11 years agoupdated for version 7.3.1218 v7.3.1218
Bram Moolenaar [Mon, 17 Jun 2013 19:53:37 +0000 (21:53 +0200)]
updated for version 7.3.1218
Problem:    "make test" on MS-Windows does not clean all temporary files and
            gives some unneccessary message.
Solution:   Clean the right files.  Create .failed files. (Ken Takata)

11 years agoupdated for version 7.3.1217 v7.3.1217
Bram Moolenaar [Mon, 17 Jun 2013 19:33:41 +0000 (21:33 +0200)]
updated for version 7.3.1217
Problem:    New regexp engine: Can't handle \%[[ao]]. (Yukihiro Nakadaira)
Solution:   Support nested atoms inside \%[].

11 years agoupdated for version 7.3.1216 v7.3.1216
Bram Moolenaar [Mon, 17 Jun 2013 18:27:18 +0000 (20:27 +0200)]
updated for version 7.3.1216
Problem:    Configure can't find Motif on Ubuntu.
Solution:   Search for libXm in /usr/lib/*-linux-gnu.

11 years agoupdated for version 7.3.1215 v7.3.1215
Bram Moolenaar [Mon, 17 Jun 2013 17:26:36 +0000 (19:26 +0200)]
updated for version 7.3.1215
Problem:    Compiler warning for function not defined.
Solution:   Add #ifdef.

11 years agoupdated for version 7.3.1214 v7.3.1214
Bram Moolenaar [Sun, 16 Jun 2013 20:49:14 +0000 (22:49 +0200)]
updated for version 7.3.1214
Problem:    Missing declaration for init_users() and realloc_post_list().
            (Salman Halim)
Solution:   Add the declarations.

11 years agoupdated for version 7.3.1213 v7.3.1213
Bram Moolenaar [Sun, 16 Jun 2013 15:32:40 +0000 (17:32 +0200)]
updated for version 7.3.1213
Problem:    Can't build with small features and Python.
Solution:   Adjust #ifdefs.

11 years agoupdated for version 7.3.1212 v7.3.1212
Bram Moolenaar [Sun, 16 Jun 2013 14:57:46 +0000 (16:57 +0200)]
updated for version 7.3.1212
Problem:    "make test" on MS-Windows does not report failure like Unix does.
Solution:   Make it work like on Unix. (Taro Muraoka)

11 years agoupdated for version 7.3.1211 v7.3.1211
Bram Moolenaar [Sun, 16 Jun 2013 14:41:47 +0000 (16:41 +0200)]
updated for version 7.3.1211
Problem:    MS-Windows: When 'encoding' differs from the current codepage
            ":hardcopy" does not work properly.
Solution:   Use TextOutW() and SetDlgItemTextW(). (Ken Takata)

11 years agoupdated for version 7.3.1210 v7.3.1210
Bram Moolenaar [Sun, 16 Jun 2013 14:34:56 +0000 (16:34 +0200)]
updated for version 7.3.1210
Problem:    'backupcopy' default on MS-Windows is wrong when 'encoding' equals
            the current codepage.
Solution:   Change the #else block. (Ken Takata)

11 years agoupdated for version 7.3.1209 v7.3.1209
Bram Moolenaar [Sun, 16 Jun 2013 14:14:03 +0000 (16:14 +0200)]
updated for version 7.3.1209
Problem:    No completion for ":tabdo".
Solution:   Add tabdo to the list of modifiers. (Dominique Pelle)

11 years agoupdated for version 7.3.1208 v7.3.1208
Bram Moolenaar [Sun, 16 Jun 2013 14:01:25 +0000 (16:01 +0200)]
updated for version 7.3.1208
Problem:    Compiler warnings on MS-Windows.
Solution:   Add type cast.  Move variable declaration. (Mike Williams)

11 years agoupdated for version 7.3.1207 v7.3.1207
Bram Moolenaar [Sun, 16 Jun 2013 13:43:50 +0000 (15:43 +0200)]
updated for version 7.3.1207
Problem:    New regexp engine: no match found on "#if FOO". (Lech Lorens)
Solution:   When adding a state gets skipped don't adjust the index.

11 years agoupdated for version 7.3.1206 v7.3.1206
Bram Moolenaar [Sun, 16 Jun 2013 12:25:57 +0000 (14:25 +0200)]
updated for version 7.3.1206
Problem:    Inconsistent function argument declarations.
Solution:   Use ANSI style.

11 years agoupdated for version 7.3.1205 v7.3.1205
Bram Moolenaar [Sun, 16 Jun 2013 12:20:13 +0000 (14:20 +0200)]
updated for version 7.3.1205
Problem:    logtalk.dict is not removed on uninstall.
Solution:   Remove the file. (Kazunobu Kuriyama)

11 years agoupdated for version 7.3.1204 v7.3.1204
Bram Moolenaar [Sun, 16 Jun 2013 12:18:28 +0000 (14:18 +0200)]
updated for version 7.3.1204
Problem:    Calling gettabwinvar() in 'tabline' cancels Visual mode. (Hirohito
            Higashi)
Solution:   Don't always use goto_tabpage_tp().

11 years agoupdated for version 7.3.1203 v7.3.1203
Bram Moolenaar [Sat, 15 Jun 2013 21:00:30 +0000 (23:00 +0200)]
updated for version 7.3.1203
Problem:    Matches from matchadd() might be highlighted incorrectly when they
            are at a fixed position and inserting lines. (John Szakmeister)
Solution:   Redraw all lines below a change if there are highlighted matches.
            (idea by Christian Brabandt)

11 years agoupdated for version 7.3.1202 v7.3.1202
Bram Moolenaar [Sat, 15 Jun 2013 20:26:52 +0000 (22:26 +0200)]
updated for version 7.3.1202
Problem:    Tags are not found in case-folded tags file. (Darren cole, Issue
            90)
Solution:   Take into account that when case folding was used for the tags
            file "!rm" sorts before the "!_TAG" header lines.

11 years agoupdated for version 7.3.1201 v7.3.1201
Bram Moolenaar [Sat, 15 Jun 2013 19:54:16 +0000 (21:54 +0200)]
updated for version 7.3.1201
Problem:    When a startup script creates a preview window, it probably
            becomes the current window.
Solution:   Make another window the current one. (Christian Brabandt)

11 years agoUpdated runtime files.
Bram Moolenaar [Sat, 15 Jun 2013 19:39:51 +0000 (21:39 +0200)]
Updated runtime files.

11 years agoupdated for version 7.3.1200 v7.3.1200
Bram Moolenaar [Sat, 15 Jun 2013 15:54:43 +0000 (17:54 +0200)]
updated for version 7.3.1200
Problem:    When calling setline() from Insert mode, using CTRL-R =, undo does
            not work properly. (Israel Chauca)
Solution:   Sync undo after evaluating the expression. (Christian Brabandt)

11 years agoupdated for version 7.3.1199 v7.3.1199
Bram Moolenaar [Sat, 15 Jun 2013 15:06:36 +0000 (17:06 +0200)]
updated for version 7.3.1199
Problem:    When evaluating 'foldexpr' causes an error this is silently
            ignored and evaluation is retried every time.
Solution:   Set emsg_silent instead of emsg_off. Stop evaluating 'foldexpr' is
            it is causing errors.  (Christian Brabandt)

11 years agoupdated for version 7.3.1198 v7.3.1198
Bram Moolenaar [Sat, 15 Jun 2013 14:47:35 +0000 (16:47 +0200)]
updated for version 7.3.1198
Problem:    Build error when using Perl 5.18.0 and dynamic loading.
Solution:   Change #ifdefs for Perl_croak_xs_usage. (Ike Devolder)

11 years agoupdated for version 7.3.1197 v7.3.1197
Bram Moolenaar [Sat, 15 Jun 2013 14:31:47 +0000 (16:31 +0200)]
updated for version 7.3.1197
Problem:    ":wviminfo!" does not write history previously read from a viminfo
            file.  (Roland Eggner)
Solution:   When not merging history write all entries.

11 years agoupdated for version 7.3.1196 v7.3.1196
Bram Moolenaar [Sat, 15 Jun 2013 13:09:50 +0000 (15:09 +0200)]
updated for version 7.3.1196
Problem:    Old regexp engine does not match pattern with backref correctly.
            (Dominique Pelle)
Solution:   Fix setting status.  Test multi-line patterns better.

11 years agoupdated for version 7.3.1195 v7.3.1195
Bram Moolenaar [Fri, 14 Jun 2013 20:48:54 +0000 (22:48 +0200)]
updated for version 7.3.1195
Problem:    Compiler warning for unitialized variable. (Tony Mechelynck)
Solution:   Set the length to the matching backref.

11 years agoupdated for version 7.3.1194 v7.3.1194
Bram Moolenaar [Fri, 14 Jun 2013 20:33:51 +0000 (22:33 +0200)]
updated for version 7.3.1194
Problem:    Yaml highlighting is slow.
Solution:   Tune the estimation of pattern failure chance.

11 years agoupdated for version 7.3.1193 v7.3.1193
Bram Moolenaar [Fri, 14 Jun 2013 19:22:39 +0000 (21:22 +0200)]
updated for version 7.3.1193
Problem:    fail_if_missing not used for Python 3.
Solution:   Give an error when Python 3 can't be configured. (Andrei Olsen)

11 years agoupdated for version 7.3.1192 v7.3.1192
Bram Moolenaar [Fri, 14 Jun 2013 19:15:25 +0000 (21:15 +0200)]
updated for version 7.3.1192
Problem:    Valgrind reports errors when using backreferences. (Dominique
            Pelle)
Solution:   Do not check the end of submatches.