]> granicus.if.org Git - vim/log
vim
13 years agoupdated for version 7.3.398 v7.3.398
Bram Moolenaar [Tue, 10 Jan 2012 16:13:52 +0000 (17:13 +0100)]
updated for version 7.3.398
Problem:    When creating more than 10 location lists and adding items one by
            one a previous location may be used. (Audrius Kažukauskas)
Solution:   Clear the location list completely when adding the tenth one.

13 years agoupdated for version 7.3.397 v7.3.397
Bram Moolenaar [Tue, 10 Jan 2012 15:28:45 +0000 (16:28 +0100)]
updated for version 7.3.397
Problem:    ":helpgrep" does not work properly when 'encoding' is not utf-8 or
            latin1.
Solution:   Convert non-ascii lines to 'encoding'. (Yasuhiro Matsumoto)

13 years agoUpdated runtime files.
Bram Moolenaar [Tue, 10 Jan 2012 13:55:01 +0000 (14:55 +0100)]
Updated runtime files.

13 years agoupdated for version 7.3.396 v7.3.396
Bram Moolenaar [Tue, 10 Jan 2012 12:46:22 +0000 (13:46 +0100)]
updated for version 7.3.396
Problem:    After forcing an operator to be characterwise it can still become
            linewise when spanning whole lines.
Solution:   Don't make the operator linewise when motion_force was set.
            (Christian Brabandt)

13 years agoupdated for version 7.3.395 v7.3.395
Bram Moolenaar [Tue, 10 Jan 2012 12:44:27 +0000 (13:44 +0100)]
updated for version 7.3.395
Problem:    "dv?bar" in the last line deletes too much and breaks undo.
Solution:   Only adjust the cursor position when it's after the last line of
            the buffer.  Add a test. (Christian Brabandt)

13 years agoupdated for version 7.3.394 v7.3.394
Bram Moolenaar [Tue, 10 Jan 2012 11:42:09 +0000 (12:42 +0100)]
updated for version 7.3.394
Problem:    When placing a mark while starting up a screen redraw messes up
            the screen. (lith)
Solution:   Don't redraw while still starting up. (Christian Brabandt)

13 years agoupdated for version 7.3.393 v7.3.393
Bram Moolenaar [Wed, 4 Jan 2012 19:29:22 +0000 (20:29 +0100)]
updated for version 7.3.393
Problem:    Win32: When resizing Vim it is always moved to the primary monitor
            if the secondary monitor is on the left.
Solution:   Use the nearest monitor. (Yukihiro Nakadaira)

13 years agoupdated for version 7.3.392 v7.3.392
Bram Moolenaar [Wed, 4 Jan 2012 18:34:37 +0000 (19:34 +0100)]
updated for version 7.3.392
Problem:    When setting 'undofile' while the file is already loaded but
            unchanged, try reading the undo file. (Andy Wokula)
Solution:   Compute a checksum of the text when 'undofile' is set. (Christian
            Brabandt)

13 years agoupdated for version 7.3.391 v7.3.391
Bram Moolenaar [Wed, 4 Jan 2012 13:35:37 +0000 (14:35 +0100)]
updated for version 7.3.391
Problem:    Can't check if the XPM_W32 feature is enabled.
Solution:   Add xpm_w32 to the list of features. (kat)

13 years agoupdated for version 7.3.390 v7.3.390
Bram Moolenaar [Fri, 30 Dec 2011 14:01:59 +0000 (15:01 +0100)]
updated for version 7.3.390
Problem:    Using NULL buffer pointer in a window.
Solution:   Check for w_buffer being NULL in more places. (Bjorn Winckler)

13 years agoupdated for version 7.3.389 v7.3.389
Bram Moolenaar [Fri, 30 Dec 2011 13:14:29 +0000 (14:14 +0100)]
updated for version 7.3.389
Problem:    After typing at a prompt the "MORE" message appears too soon.
Solution:   reset lines_left in msg_end_prompt(). (Eswald)

13 years agoupdated for version 7.3.388 v7.3.388
Bram Moolenaar [Fri, 30 Dec 2011 12:39:10 +0000 (13:39 +0100)]
updated for version 7.3.388
Problem:    Crash on exit when EXITFREE is defined and using tiny features.
Solution:   Check for NULL window pointer. (Dominique Pelle)

13 years agoUpdated runtime files.
Bram Moolenaar [Fri, 30 Dec 2011 12:11:27 +0000 (13:11 +0100)]
Updated runtime files.

13 years agoupdated for version 7.3.387 v7.3.387
Bram Moolenaar [Fri, 30 Dec 2011 12:09:21 +0000 (13:09 +0100)]
updated for version 7.3.387
Problem:    Test 83 may fail for some encodings.
Solution:   Set 'encoding' to utf-8 earlier.

13 years agoupdated for version 7.3.386 v7.3.386
Bram Moolenaar [Fri, 23 Dec 2011 13:56:28 +0000 (14:56 +0100)]
updated for version 7.3.386
Problem:    Test 83 fails when iconv does not support cp932. (raf)
Solution:   Test if conversion works. (Yukihiro Nakadaira)

13 years agoupdated for version 7.3.385 v7.3.385
Bram Moolenaar [Fri, 23 Dec 2011 13:54:04 +0000 (14:54 +0100)]
updated for version 7.3.385
Problem:    When using an expression mapping on the command line the cursor
            ends up in the wrong place. (Yasuhiro Matsumoto)
Solution:   Save and restore msg_col and msg_row when evaluating the
            expression.

13 years agoupdated for version 7.3.384 v7.3.384
Bram Moolenaar [Fri, 23 Dec 2011 12:15:03 +0000 (13:15 +0100)]
updated for version 7.3.384
Problem:    Mapping CTRL-K in Insert mode breaks CTRL-X CTRL-K for dictionary
            completion.
Solution:   Add CTRL-K to the list of recognized keys. (James McCoy)

13 years agoupdated for version 7.3.383 v7.3.383
Bram Moolenaar [Fri, 23 Dec 2011 11:47:03 +0000 (12:47 +0100)]
updated for version 7.3.383
Problem:    For EBCDIC pound sign is defined as 't'.
Solution:   Correctly define POUND.

13 years agoupdated for version 7.3.382 v7.3.382
Bram Moolenaar [Thu, 15 Dec 2011 20:51:36 +0000 (21:51 +0100)]
updated for version 7.3.382
Problem:    IME characters are inserted twice.
Solution:   Do not call DefWindowProc() if the event was handled. (Yasuhiro
            Matsumoto)

13 years agoUpdate runtime files.
Bram Moolenaar [Wed, 14 Dec 2011 20:17:39 +0000 (21:17 +0100)]
Update runtime files.

13 years agoupdated for version 7.3.381 v7.3.381
Bram Moolenaar [Wed, 14 Dec 2011 19:51:25 +0000 (20:51 +0100)]
updated for version 7.3.381
Problem:    Configure silently skips interfaces that won't work.
Solution:   Add the --enable-fail_if_missing argument. (Shlomi Fish)

13 years agoupdated for version 7.3.380 v7.3.380
Bram Moolenaar [Wed, 14 Dec 2011 19:21:35 +0000 (20:21 +0100)]
updated for version 7.3.380
Problem:    C-indenting wrong for a function header.
Solution:   Skip to the start paren. (Lech Lorens)

13 years agoupdated for version 7.3.379 v7.3.379
Bram Moolenaar [Wed, 14 Dec 2011 19:05:21 +0000 (20:05 +0100)]
updated for version 7.3.379
Problem:    C-indenting wrong for static enum.
Solution:   Skip over "static". (Lech Lorens)

13 years agoupdated for version 7.3.378 v7.3.378
Bram Moolenaar [Wed, 14 Dec 2011 18:22:34 +0000 (19:22 +0100)]
updated for version 7.3.378
Problem:    When cross-compiling the check for uint32_t fails.
Solution:   Only give a warning message. (Maksim Melnikau)

13 years agoupdated for version 7.3.377 v7.3.377
Bram Moolenaar [Wed, 14 Dec 2011 14:32:50 +0000 (15:32 +0100)]
updated for version 7.3.377
Problem:    No support for bitwise AND, OR, XOR and invert.
Solution:   Add add(), or(), invert() and xor() functions.

13 years agoupdated for version 7.3.376 v7.3.376
Bram Moolenaar [Wed, 14 Dec 2011 14:23:59 +0000 (15:23 +0100)]
updated for version 7.3.376
Problem:    Win32: Toolbar repainting does not work when the mouse pointer
            hovers over a button.
Solution:   Call DefWindowProc() when not hanlding an event. (Sergiu Dotenco)

13 years agoupdated for version 7.3.375 v7.3.375
Bram Moolenaar [Wed, 14 Dec 2011 14:07:29 +0000 (15:07 +0100)]
updated for version 7.3.375
Problem:    Duplicate return statement.
Solution:   Remove the superfluous one. (Dominique Pelle)

13 years agoupdated for version 7.3.374 v7.3.374
Bram Moolenaar [Wed, 14 Dec 2011 13:49:45 +0000 (14:49 +0100)]
updated for version 7.3.374
Problem:    ++encoding does not work properly.
Solution:   Recognize ++encoding before ++enc. (Charles Cooper)

13 years agoupdated for version 7.3.373 v7.3.373
Bram Moolenaar [Wed, 14 Dec 2011 13:15:16 +0000 (14:15 +0100)]
updated for version 7.3.373
Problem:    A tags file with an extremely long name may cause an infinite loop.
Solution:   When encountering a long name switch to linear search.

13 years agoupdated for version 7.3.372 v7.3.372
Bram Moolenaar [Thu, 8 Dec 2011 17:44:51 +0000 (18:44 +0100)]
updated for version 7.3.372
Problem:    When using a command line mapping to <Up> with file name
            completion to go one directory up, 'wildchar' is inserted.
            (Yasuhiro Matsumoto)
Solution:   Set the KeyTyped flag.

13 years agoupdated for version 7.3.371 v7.3.371
Bram Moolenaar [Thu, 8 Dec 2011 16:49:35 +0000 (17:49 +0100)]
updated for version 7.3.371
Problem:    Crash in autocomplete. (Greg Weber)
Solution:   Check not going over allocated buffer size.

13 years agoupdated for version 7.3.370 v7.3.370
Bram Moolenaar [Thu, 8 Dec 2011 15:00:16 +0000 (16:00 +0100)]
updated for version 7.3.370
Problem:    Compiler warns for unused variable in Lua interface.
Solution:   Remove the variable.

13 years agoupdated for version 7.3.369 v7.3.369
Bram Moolenaar [Thu, 8 Dec 2011 14:57:59 +0000 (15:57 +0100)]
updated for version 7.3.369
Problem:    When compiled with Gnome get an error message when using --help.
Solution:   Don't fork. (Ivan Krasilnikov)

13 years agoupdated for version 7.3.368 v7.3.368
Bram Moolenaar [Thu, 8 Dec 2011 14:17:34 +0000 (15:17 +0100)]
updated for version 7.3.368
Problem:    Gcc complains about redefining _FORTIFY_SOURCE.
Solution:   Undefine it before redefining it.

13 years agoupdated for version 7.3.367 v7.3.367
Bram Moolenaar [Thu, 8 Dec 2011 14:14:09 +0000 (15:14 +0100)]
updated for version 7.3.367
Problem:    :wundo and :rundo use a wrong checksum.
Solution:   Include the last line when computing the hash. (Christian Brabandt)

13 years agoupdated for version 7.3.366 v7.3.366
Bram Moolenaar [Thu, 8 Dec 2011 14:12:11 +0000 (15:12 +0100)]
updated for version 7.3.366
Problem:    A tags file with an extremely long name causes errors.
Solution:   Ignore tags that are too long. (Arno Renevier)

13 years agoupdated for version 7.3.365 v7.3.365
Bram Moolenaar [Thu, 8 Dec 2011 14:09:52 +0000 (15:09 +0100)]
updated for version 7.3.365
Problem:    Crash when using a large Unicode character in a file that has
            syntax highlighting. (ngollan)
Solution:   Check for going past the end of the utf tables. (Dominique Pelle)

13 years agoupdated for version 7.3.364 v7.3.364
Bram Moolenaar [Thu, 1 Dec 2011 19:59:21 +0000 (20:59 +0100)]
updated for version 7.3.364
Problem:    Can't compile on HP-UX. (John Marriott)
Solution:   Only use TTYM_URXVT when it is defined.

13 years agoupdated for version 7.3.363 v7.3.363
Bram Moolenaar [Wed, 30 Nov 2011 16:20:23 +0000 (17:20 +0100)]
updated for version 7.3.363
Problem:    C indenting is wrong after #endif followed by a semicolon.
Solution:   Add special handling for a semicolon in a line by itself. (Lech
            Lorens)

13 years agoupdated for version 7.3.362 v7.3.362
Bram Moolenaar [Wed, 30 Nov 2011 16:01:58 +0000 (17:01 +0100)]
updated for version 7.3.362
Problem:    ml_get error when using ":g" with folded lines.
Solution:   Adjust the line number for changed_lines(). (Christian Brabandt)

13 years agoupdated for version 7.3.361 v7.3.361
Bram Moolenaar [Wed, 30 Nov 2011 14:40:56 +0000 (15:40 +0100)]
updated for version 7.3.361
Problem:    Accessing memory after it is freed when EXITFREE is defined.
Solution:   Don't access curwin when firstwin is NULL. (Dominique Pelle)

13 years agoupdated for version 7.3.360 v7.3.360
Bram Moolenaar [Wed, 30 Nov 2011 14:19:28 +0000 (15:19 +0100)]
updated for version 7.3.360
Problem:    Interrupting the load of an autoload function may cause a crash.
Solution:   Do not use the hashitem when not valid. (Yukihiro Nakadaira)

13 years agoupdated for version 7.3.359 v7.3.359
Bram Moolenaar [Wed, 30 Nov 2011 13:57:31 +0000 (14:57 +0100)]
updated for version 7.3.359
Problem:    Command line completion shows dict functions.
Solution:   Skip dict functions for completion. (Yasuhiro Matsumoto)

13 years agoupdated for version 7.3.358 v7.3.358
Bram Moolenaar [Wed, 30 Nov 2011 13:47:15 +0000 (14:47 +0100)]
updated for version 7.3.358
Problem:    Mouse support doesn't work properly.
Solution:   Add HMT_URXVT. (lilydjwg, James McCoy)

13 years agoupdated for version 7.3.357 v7.3.357
Bram Moolenaar [Wed, 30 Nov 2011 12:42:44 +0000 (13:42 +0100)]
updated for version 7.3.357
Problem:    Compiler warning in MS-Windows console build.
Solution:   Adjust return type of PrintHookProc(). (Mike Williams)

13 years agoupdated for version 7.3.356 v7.3.356
Bram Moolenaar [Wed, 30 Nov 2011 12:03:28 +0000 (13:03 +0100)]
updated for version 7.3.356
Problem:    Using "o" with 'cindent' set may freeze Vim. (lolilolicon)
Solution:   Skip over {} correctly. (Hari G)

13 years agoupdated for version 7.3.355 v7.3.355
Bram Moolenaar [Wed, 30 Nov 2011 10:31:30 +0000 (11:31 +0100)]
updated for version 7.3.355
Problem:    GTK warnings when using netrw.vim. (Ivan Krasilnikov)
Solution:   Do not remove the beval event handler twice.

13 years agoupdated for version 7.3.354 v7.3.354
Bram Moolenaar [Wed, 30 Nov 2011 10:15:47 +0000 (11:15 +0100)]
updated for version 7.3.354
Problem:    ":set backspace+=eol" doesn't work when 'backspace' has a
            backwards compatible value of 2.
Solution:   Convert the number to a string. (Hirohito Higashi)

13 years agoupdated for version 7.3.353 v7.3.353
Bram Moolenaar [Wed, 26 Oct 2011 21:48:20 +0000 (23:48 +0200)]
updated for version 7.3.353
Problem:    Missing part of the urxvt patch.
Solution:   Add the change in term.c

13 years agoupdated for version 7.3.352 v7.3.352
Bram Moolenaar [Wed, 26 Oct 2011 20:02:15 +0000 (22:02 +0200)]
updated for version 7.3.352
Problem:    When completing methods dict functions and script-local functions
            get in the way.
Solution:   Sort function names starting with "<" to the end. (Yasuhiro
            Matsumoto)

13 years agoupdated for version 7.3.351 v7.3.351
Bram Moolenaar [Wed, 26 Oct 2011 15:04:29 +0000 (17:04 +0200)]
updated for version 7.3.351
Problem:    Text formatting uses start of insert position when it should not.
            (Peter Wagenaar)
Solution:   Do not use Insstart when intentionally formatting.

13 years agoupdated for version 7.3.350 v7.3.350
Bram Moolenaar [Wed, 26 Oct 2011 11:19:27 +0000 (13:19 +0200)]
updated for version 7.3.350
Problem:    Block of code after ":lua << EOF" may not work. (Paul Isambert)
Solution:   Recognize the ":lua" command, skip to EOF.

13 years agoupdated for version 7.3.349 v7.3.349
Bram Moolenaar [Wed, 26 Oct 2011 09:44:18 +0000 (11:44 +0200)]
updated for version 7.3.349
Problem:    When running out of memory during startup trying to open a
            swapfile will loop forever.
Solution:   Let findswapname() set dirp to NULL if out of memory.

13 years agoupdated for version 7.3.348 v7.3.348
Bram Moolenaar [Wed, 26 Oct 2011 09:41:00 +0000 (11:41 +0200)]
updated for version 7.3.348
Problem:    "call range(1, 947948399)" causes a crash. (ZyX)
Solution:   Avoid a loop in the out of memory message.

13 years agoupdated for version 7.3.347 v7.3.347
Bram Moolenaar [Wed, 26 Oct 2011 09:36:25 +0000 (11:36 +0200)]
updated for version 7.3.347
Problem:    When dropping text from a browser on Vim it receives HTML even
            though "html" is excluded from 'clipboard'. (Andrei Avk)
Solution:   Fix the condition for TARGET_HTML.

13 years agoUpdated runtime files.
Bram Moolenaar [Thu, 20 Oct 2011 20:22:38 +0000 (22:22 +0200)]
Updated runtime files.

13 years agoupdated for version 7.3.346 v7.3.346
Bram Moolenaar [Thu, 20 Oct 2011 19:58:34 +0000 (21:58 +0200)]
updated for version 7.3.346
Problem:    It's hard to test netbeans commands.
Solution:   Process netbeans commands after :sleep. (Xavier de Gaye)

13 years agoupdated for version 7.3.345 v7.3.345
Bram Moolenaar [Thu, 20 Oct 2011 19:41:09 +0000 (21:41 +0200)]
updated for version 7.3.345

13 years agoupdated for version 7.3.344 v7.3.344
Bram Moolenaar [Thu, 20 Oct 2011 19:28:01 +0000 (21:28 +0200)]
updated for version 7.3.344
Problem:    Problem with GUI startup related to XInitThreads.
Solution:   Use read() and write() instead of fputs() and fread(). (James
            Vega)

13 years agoupdated for version 7.3.343 v7.3.343
Bram Moolenaar [Thu, 20 Oct 2011 19:09:35 +0000 (21:09 +0200)]
updated for version 7.3.343
Problem:    No mouse support for urxvt.
Solution:   Implement urxvt mouse support, also for > 252 columns.  (Yiding
            Jia)

13 years agoupdated for version 7.3.342 v7.3.342
Bram Moolenaar [Thu, 20 Oct 2011 16:24:22 +0000 (18:24 +0200)]
updated for version 7.3.342
Problem:    Code not in Vim style.
Solution:   Fix the style. (Elias Diem)

13 years agoupdated for version 7.3.341 v7.3.341
Bram Moolenaar [Thu, 20 Oct 2011 16:17:42 +0000 (18:17 +0200)]
updated for version 7.3.341
Problem:    Local help files are only listed in help.txt, not in translated
            help files.
Solution:   Also find translated help files. (Yasuhiro Matsumoto)

13 years agoupdated for version 7.3.340 v7.3.340
Bram Moolenaar [Thu, 20 Oct 2011 16:12:32 +0000 (18:12 +0200)]
updated for version 7.3.340
Problem:    When 'verbosefile' is set ftplugof.vim can give an error.
Solution:   Only remove filetypeplugin autocommands when they exist. (Yasuhiro
            Matsumoto)

13 years agoupdated for version 7.3.339 v7.3.339
Bram Moolenaar [Thu, 20 Oct 2011 14:35:35 +0000 (16:35 +0200)]
updated for version 7.3.339
Problem:    "make shadow" doesn't link all test files.
Solution:   Add a line in Makefile and Filelist.

13 years agoupdated for version 7.3.338 v7.3.338
Bram Moolenaar [Wed, 12 Oct 2011 20:02:14 +0000 (22:02 +0200)]
updated for version 7.3.338
Problem:    Using getchar() in an expression mapping doesn't work well.
Solution:   Don't save and restore the typeahead. (James Vega)

13 years agoupdated for version 7.3.337 v7.3.337
Bram Moolenaar [Wed, 12 Oct 2011 19:04:20 +0000 (21:04 +0200)]
updated for version 7.3.337
Problem:    Screen doesn't update after resizing the xterm until a character
            is typed.
Solution:   When the select call is interrupted check do_resize. (Taylor
            Hedberg)

13 years agoupdated for version 7.3.336 v7.3.336
Bram Moolenaar [Wed, 12 Oct 2011 17:53:52 +0000 (19:53 +0200)]
updated for version 7.3.336
Problem:    When a tags file specifies an encoding different from 'enc' it
            may hang and using a pattern doesn't work.
Solution:   Convert the whole line.  Continue reading the header after the
            SORT tag.  Add test83. (Yukihiro Nakadaira)

13 years agoupdated for version 7.3.335 v7.3.335
Bram Moolenaar [Wed, 12 Oct 2011 14:57:13 +0000 (16:57 +0200)]
updated for version 7.3.335
Problem:    When 'imdisable' is reset from an autocommand in Insert mode it
            doesn't take effect.
Solution:   Call im_set_active() in Insert mode. (Taro Muraoka)

13 years agoupdated for version 7.3.334 v7.3.334
Bram Moolenaar [Wed, 12 Oct 2011 12:11:45 +0000 (14:11 +0200)]
updated for version 7.3.334
Problem:    Latest MingW about XSUBPP referencing itself. (Gongqian Li)
Solution:   Rename the first use to XSUBPPTRY.

13 years agoupdated for version 7.3.333 v7.3.333
Bram Moolenaar [Tue, 4 Oct 2011 19:22:44 +0000 (21:22 +0200)]
updated for version 7.3.333
Problem:    Using "." to repeat a Visual delete counts the size in bytes, not
            characters.  (Connor Lane Smith)
Solution:   Store the virtual column numbers instead of byte positions.

13 years agoupdated for version 7.3.332 v7.3.332
Bram Moolenaar [Tue, 4 Oct 2011 16:03:47 +0000 (18:03 +0200)]
updated for version 7.3.332
Problem:    Indent after "public:" is not increased in C++ code. (Lech Lorens)
Solution:   Check for namespace after the regular checks. (partly by Martin
            Gieseking)

13 years agoupdated for version 7.3.331 v7.3.331
Bram Moolenaar [Tue, 4 Oct 2011 15:00:20 +0000 (17:00 +0200)]
updated for version 7.3.331
Problem:    "vit" selects wrong text when a tag name starts with the same text
            as an outer tag name. (Ben Fritz)
Solution:   Add "\>" to the pattern to check for word boundary.

13 years agoupdated for version 7.3.330 v7.3.330
Bram Moolenaar [Tue, 4 Oct 2011 14:43:53 +0000 (16:43 +0200)]
updated for version 7.3.330
Problem:    When longjmp() is invoked if the X server gives an error the state
            is not properly restored.
Solution:   Reset vgetc_busy. (Yukihiro Nakadaira)

13 years agoAdd files aaded by patch 7.3.326.
Bram Moolenaar [Mon, 3 Oct 2011 20:12:32 +0000 (22:12 +0200)]
Add files aaded by patch 7.3.326.

13 years agoupdated for version 7.3.329 v7.3.329
Bram Moolenaar [Fri, 30 Sep 2011 16:35:57 +0000 (18:35 +0200)]
updated for version 7.3.329
Problem:    When skipping over code from ":for" to ":endfor" get an error for
            calling a dict function. (Yasuhiro Matsumoto)
Solution:   Ignore errors when skipping over :call command.

13 years agoupdated for version 7.3.328 v7.3.328
Bram Moolenaar [Fri, 30 Sep 2011 15:46:21 +0000 (17:46 +0200)]
updated for version 7.3.328
Problem:    When command line wraps the cursor may be displayed wrong when
            there are multi-byte characters.
Solution:   Position the cursor before drawing the text. (Yasuhiro Matsumoto)

13 years agoupdated for version 7.3.327 v7.3.327
Bram Moolenaar [Fri, 30 Sep 2011 15:30:31 +0000 (17:30 +0200)]
updated for version 7.3.327
Problem:    When jumping to a help tag a closed fold doesn't open.
Solution:   Save and restore KeyTyped. (Yasuhiro Matsumoto)

13 years agoupdated for version 7.3.326 v7.3.326
Bram Moolenaar [Fri, 30 Sep 2011 14:56:02 +0000 (16:56 +0200)]
updated for version 7.3.326
Problem:    MingW 4.6 no longer supports the -mno-cygwin option.
Solution:   Split the Cygwin and MingW makefiles. (Matsushita Shougo)

13 years agoupdated for version 7.3.325 v7.3.325
Bram Moolenaar [Fri, 30 Sep 2011 14:39:48 +0000 (16:39 +0200)]
updated for version 7.3.325
Problem:    A duplicated function argument gives an internal error.
Solution:   Give a proper error message. (based on patch by Tyru)

13 years agoupdated for version 7.3.324 v7.3.324
Bram Moolenaar [Fri, 30 Sep 2011 14:23:32 +0000 (16:23 +0200)]
updated for version 7.3.324
Problem:    Completion for ":compiler" shows color scheme names.
Solution:   Fix the directory name. (James Vega)

13 years agoupdated for version 7.3.323 v7.3.323
Bram Moolenaar [Fri, 30 Sep 2011 12:44:54 +0000 (14:44 +0200)]
updated for version 7.3.323
Problem:    The default 'errorformat' does not ignore some "included from"
            lines.
Solution:   Add a few more patterns. (Ben Boeckel)

13 years agoupdated for version 7.3.322 v7.3.322
Bram Moolenaar [Wed, 21 Sep 2011 18:09:42 +0000 (20:09 +0200)]
updated for version 7.3.322
Problem:    #ifdef for PDP_RETVAL doesn't work, INT_PTR can be a typedef.
Solution:   Check the MSC version and 64 bit flags. (Sergiu Dotenco)

13 years agoupdated for version 7.3.321 v7.3.321
Bram Moolenaar [Wed, 21 Sep 2011 17:50:05 +0000 (19:50 +0200)]
updated for version 7.3.321
Problem:    Code not following Vim style.
Solution:   Fix the style. (Elias Diem)

13 years agoUpdated a few runtime files.
Bram Moolenaar [Wed, 21 Sep 2011 17:22:10 +0000 (19:22 +0200)]
Updated a few runtime files.

13 years agoupdated for version 7.3.320 v7.3.320
Bram Moolenaar [Wed, 21 Sep 2011 17:10:46 +0000 (19:10 +0200)]
updated for version 7.3.320
Problem:    When a 0xa0 character is in a sourced file the error message for
            unrecognized command does not show the problem.
Solution:   Display 0xa0 as <a0>.

13 years agoupdated for version 7.3.319 v7.3.319
Bram Moolenaar [Wed, 21 Sep 2011 16:23:05 +0000 (18:23 +0200)]
updated for version 7.3.319
Problem:    Redobuff doesn't always include changes of the completion leader.
Solution:   Insert backspaces as needed. (idea by Taro Muraoka)

13 years agoupdated for version 7.3.318 v7.3.318
Bram Moolenaar [Wed, 21 Sep 2011 15:33:53 +0000 (17:33 +0200)]
updated for version 7.3.318
Problem:    "C" on the last line deletes that line if it's blank.
Solution:   Only delete the last line for a delete operation. (James Vega)

13 years agoupdated for version 7.3.317 v7.3.317
Bram Moolenaar [Wed, 21 Sep 2011 15:15:39 +0000 (17:15 +0200)]
updated for version 7.3.317
Problem:    Calling debug.debug() in Lua may cause Vim to hang.
Solution:   Add a better debug method. (Rob Hoelz, Luis Carvalho)

13 years agoupdated for version 7.3.316 v7.3.316
Bram Moolenaar [Wed, 21 Sep 2011 11:40:17 +0000 (13:40 +0200)]
updated for version 7.3.316
Problem:    Crash when 'colorcolumn' is set and closing buffer.
Solution:   Check for w_buffer to be NULL. (Yasuhiro Matsumoto)

13 years agoupdated for version 7.3.315 v7.3.315
Bram Moolenaar [Wed, 14 Sep 2011 17:04:39 +0000 (19:04 +0200)]
updated for version 7.3.315
Problem:    Opening a window before forking causes problems for GTK.
Solution:   Fork first, create the window in the child and report back to the
            parent process whether it worked.  If successful the parent exits,
            if unsuccessful the child exits and the parent continues in the
            terminal. (Tim Starling)

13 years agoupdated for version 7.3.314 v7.3.314
Bram Moolenaar [Wed, 14 Sep 2011 17:01:42 +0000 (19:01 +0200)]
updated for version 7.3.314
Problem:    Missing parenthesis.
Solution:   Add it. (Benjamin R. Haskell)

13 years agoupdated for version 7.3.313 v7.3.313
Bram Moolenaar [Wed, 14 Sep 2011 16:59:39 +0000 (18:59 +0200)]
updated for version 7.3.313
Problem:    One more warning when compiling with dynamic Python 3.
Solution:   Change PySliceObject to PyObject.

13 years agoUpdated runtime files.
Bram Moolenaar [Wed, 14 Sep 2011 15:55:08 +0000 (17:55 +0200)]
Updated runtime files.

13 years agoupdated for version 7.3.312 v7.3.312
Bram Moolenaar [Wed, 14 Sep 2011 15:50:14 +0000 (17:50 +0200)]
updated for version 7.3.312
Problem:    Can't compile with tiny features.
Solution:   Add #ifdef around win_valid().

13 years agoupdated for version 7.3.311 v7.3.311
Bram Moolenaar [Wed, 14 Sep 2011 14:52:09 +0000 (16:52 +0200)]
updated for version 7.3.311
Problem:    Complete function isn't called when the leader changed.
Solution:   Allow the complete function to return a dictionary with a flag
            that indicates ins_compl_restart() is to be called when the leader
            changes. (Taro Muraoka)

13 years agoupdated for version 7.3.310 v7.3.310
Bram Moolenaar [Wed, 14 Sep 2011 14:05:15 +0000 (16:05 +0200)]
updated for version 7.3.310
Problem:    Code not following Vim style.
Solution:   Fix the style. (Elias Diem)

13 years agoupdated for version 7.3.309 v7.3.309
Bram Moolenaar [Wed, 14 Sep 2011 13:41:58 +0000 (15:41 +0200)]
updated for version 7.3.309
Problem:    Warnings for pointer types.
Solution:   Change PySliceObject to PyObject.

13 years agoupdated for version 7.3.308 v7.3.308
Bram Moolenaar [Wed, 14 Sep 2011 13:39:29 +0000 (15:39 +0200)]
updated for version 7.3.308
Problem:    Writing to 'verbosefile' has problems, e.g. for :highlight.
Solution:   Do not use a separate verbose_write() function but write with the
            same code that does redirecting. (Yasuhiro Matsumoto)

13 years agoupdated for version 7.3.307 v7.3.307
Bram Moolenaar [Wed, 14 Sep 2011 13:01:58 +0000 (15:01 +0200)]
updated for version 7.3.307
Problem:    Python 3 doesn't support slice assignment.
Solution:   Implement slices. (Brett Overesch, Roland Puntaier)

13 years agoupdated for version 7.3.306 v7.3.306
Bram Moolenaar [Wed, 14 Sep 2011 12:43:25 +0000 (14:43 +0200)]
updated for version 7.3.306
Problem:    When closing a window there is a chance that deleting a scrollbar
            triggers a GUI resize, which uses the window while it is not in a
            valid state.
Solution:   Set the buffer pointer to NULL to be able to detect the invalid
            situation.  Fix a few places that used the buffer pointer
            incorrectly.