]> granicus.if.org Git - vim/log
vim
12 years agoupdated for version 7.3.636 v7.3.636
Bram Moolenaar [Thu, 23 Aug 2012 13:53:05 +0000 (15:53 +0200)]
updated for version 7.3.636
Problem:    Not all zero-width matches handled correctly for "gn".
Solution:   Move zero-width detection to a separate function. (Christian
            Brabandt)

12 years agoupdated for version 7.3.635 v7.3.635
Bram Moolenaar [Thu, 23 Aug 2012 11:28:55 +0000 (13:28 +0200)]
updated for version 7.3.635
Problem:    Issue 21: System call during startup sets 'lines' to a wrong
            value. (Karl Yngve)
Solution:   Don't set the shell size while the GUI is still starting up.
            (Christian Brabandt)

12 years agoupdated for version 7.3.634 v7.3.634
Bram Moolenaar [Thu, 23 Aug 2012 10:59:02 +0000 (12:59 +0200)]
updated for version 7.3.634
Problem:    Month/Day format for undo is confusing. (Marcin Szamotulski)
Solution:   Always use Year/Month/Day, should work for everybody.

12 years agoUpdate runtime files.
Bram Moolenaar [Wed, 15 Aug 2012 15:43:31 +0000 (17:43 +0200)]
Update runtime files.

12 years agoupdated for version 7.3.633 v7.3.633
Bram Moolenaar [Wed, 15 Aug 2012 15:26:57 +0000 (17:26 +0200)]
updated for version 7.3.633
Problem:    Selection remains displayed as selected after selecting another
            text.
Solution:   Call xterm_update() before select(). (Andrew Pimlott)

12 years agoupdated for version 7.3.632 v7.3.632
Bram Moolenaar [Wed, 15 Aug 2012 14:21:32 +0000 (16:21 +0200)]
updated for version 7.3.632
Problem:    Cannot select beyond 222 columns with the mouse in xterm.
Solution:   Add support for SGR mouse tracking. (Hayaki Saito)

12 years agoupdated for version 7.3.631 v7.3.631
Bram Moolenaar [Wed, 15 Aug 2012 12:05:05 +0000 (14:05 +0200)]
updated for version 7.3.631
Problem:    Cannot complete user names.
Solution:   Add user name completion.  (Dominique Pelle)

12 years agoupdated for version 7.3.630 v7.3.630
Bram Moolenaar [Wed, 15 Aug 2012 11:31:00 +0000 (13:31 +0200)]
updated for version 7.3.630
Problem:    "|" does not behave correctly when 'virtualedit' is set.
Solution:   Call validate_virtcol(). (David Bürgin)

12 years agoupdated for version 7.3.629 v7.3.629
Bram Moolenaar [Wed, 8 Aug 2012 16:01:05 +0000 (18:01 +0200)]
updated for version 7.3.629
Problem:    There is no way to make 'shiftwidth' follow 'tabstop'.
Solution:   When 'shiftwidth' is zero use the value of 'tabstop'. (Christian
            Brabandt)

12 years agoupdated for version 7.3.628 v7.3.628
Bram Moolenaar [Wed, 8 Aug 2012 15:31:40 +0000 (17:31 +0200)]
updated for version 7.3.628
Problem:    ":open" does not allow for a !, which results in a confusing error
            message. (Shawn Wilson)
Solution:   Allow ! on ":open". (Christian Brabandt)

12 years agoupdated for version 7.3.627 v7.3.627
Bram Moolenaar [Wed, 8 Aug 2012 14:51:15 +0000 (16:51 +0200)]
updated for version 7.3.627
Problem:    When using the "n" flag with the ":s" command a \= substitution
            will not be evaluated.
Solution:   Do perform the evaluation, so that a function can be invoked at
            every matching position without changing the text. (Christian
            Brabandt)

12 years agoupdated for version 7.3.626 v7.3.626
Bram Moolenaar [Wed, 8 Aug 2012 14:05:07 +0000 (16:05 +0200)]
updated for version 7.3.626
Problem:    Python interface doesn't build with Python 2.4 or older.
Solution:   Define Py_ssize_t. (Benjamin Bannier)

12 years agoupdated for version 7.3.625 v7.3.625
Bram Moolenaar [Wed, 8 Aug 2012 13:27:57 +0000 (15:27 +0200)]
updated for version 7.3.625
Problem:    "gn" does not handle zero-width matches correctly.
Solution:   Handle zero-width patterns specially. (Christian Brabandt)

12 years agoupdated for version 7.3.624 v7.3.624
Bram Moolenaar [Wed, 8 Aug 2012 12:33:21 +0000 (14:33 +0200)]
updated for version 7.3.624
Problem:    When cancelling input() it returns the third argument. That should
            only happen for inputdialog().
Solution:   Check if inputdialog() was used. (Hirohito Higashi)

12 years agoupdated for version 7.3.623 v7.3.623
Bram Moolenaar [Wed, 8 Aug 2012 11:17:31 +0000 (13:17 +0200)]
updated for version 7.3.623
Problem:    Perl 5.14 commands crash Vim on MS-Windows.
Solution:   Use perl_get_sv() instead of GvSV(). (Raymond Ko)

12 years agoupdated for version 7.3.622 v7.3.622
Bram Moolenaar [Thu, 2 Aug 2012 19:48:24 +0000 (21:48 +0200)]
updated for version 7.3.622
Problem:    XPM library for Win32 can't be found.
Solution:   Suggest using the one from the Vim ftp site.

12 years agoupdated for version 7.3.621 v7.3.621
Bram Moolenaar [Thu, 2 Aug 2012 19:24:42 +0000 (21:24 +0200)]
updated for version 7.3.621
Problem:    Compiler warnings on 64 bit windows.
Solution:   Add type casts. (Mike Williams)

12 years agoupdated for version 7.3.620 v7.3.620
Bram Moolenaar [Thu, 2 Aug 2012 19:21:47 +0000 (21:21 +0200)]
updated for version 7.3.620
Problem:    Building with recent Ruby on Win32 doesn't work.
Solution:   Add a separate argument for the API version. (Yasuhiro Matsumoto)

12 years agoupdated for version 7.3.619 v7.3.619
Bram Moolenaar [Thu, 2 Aug 2012 10:31:44 +0000 (12:31 +0200)]
updated for version 7.3.619
Problem:    When executing a shell command Vim may become slow to respond.
Solution:   Don't wait after every processed message. (idea by Yasuhiro
            Matsumoto)

12 years agoupdated for version 7.3.618 v7.3.618
Bram Moolenaar [Sun, 29 Jul 2012 10:55:32 +0000 (12:55 +0200)]
updated for version 7.3.618
Problem:    Still doesn't compile with small features.
Solution:   Move current_search() out of #ifdef. (Dominique Pelle)

12 years agoupdated for version 7.3.617 v7.3.617
Bram Moolenaar [Fri, 27 Jul 2012 19:12:07 +0000 (21:12 +0200)]
updated for version 7.3.617
Problem:    Hang on completion.
Solution:   Skip over the space. (Yasuhiro Matsumoto)

12 years agoupdated for version 7.3.616 v7.3.616
Bram Moolenaar [Fri, 27 Jul 2012 19:05:54 +0000 (21:05 +0200)]
updated for version 7.3.616
Problem:    Can't compile without +visual.
Solution:   Add #ifdef.

12 years agoUpdated runtime files.
Bram Moolenaar [Wed, 25 Jul 2012 15:49:10 +0000 (17:49 +0200)]
Updated runtime files.

12 years agoupdated for version 7.3.615 v7.3.615
Bram Moolenaar [Wed, 25 Jul 2012 15:22:23 +0000 (17:22 +0200)]
updated for version 7.3.615
Problem:    Completion for a user command does not recognize backslash before
            a space.
Solution:   Recognize escaped characters. (Yasuhiro Matsumoto)

12 years agoupdated for version 7.3.614 v7.3.614
Bram Moolenaar [Wed, 25 Jul 2012 14:47:03 +0000 (16:47 +0200)]
updated for version 7.3.614
Problem:    Number argument gets turned into a number while it should be a
            string.
Solution:   Add flag to the call_vim_function() call. (Yasuhiro Matsumoto)

12 years agoupdated for version 7.3.613 v7.3.613
Bram Moolenaar [Wed, 25 Jul 2012 14:32:08 +0000 (16:32 +0200)]
updated for version 7.3.613
Problem:    Including Python's config.c in the build causes trouble.  It is
            not clear why it was there.
Solution:   Omit the config file. (James McCoy)

12 years agoupdated for version 7.3.612 v7.3.612
Bram Moolenaar [Wed, 25 Jul 2012 14:10:03 +0000 (16:10 +0200)]
updated for version 7.3.612
Problem:    Auto formatting messes up text when 'fo' contains "2". (ZyX)
Solution:   Decrement "less_cols". (Tor Perkins)

12 years agoupdated for version 7.3.611 v7.3.611
Bram Moolenaar [Wed, 25 Jul 2012 13:36:04 +0000 (15:36 +0200)]
updated for version 7.3.611
Problem:    Can't use Vim dictionary as self argument in Python.
Solution:   Fix the check for the "self" argument. (ZyX)

12 years agoupdated for version 7.3.610 v7.3.610
Bram Moolenaar [Wed, 25 Jul 2012 13:06:34 +0000 (15:06 +0200)]
updated for version 7.3.610
Problem:    Cannot operate on the text that a search pattern matches.
Solution:   Add the "gn" and "gN" commands. (Christian Brabandt)

12 years agoupdated for version 7.3.609 v7.3.609
Bram Moolenaar [Wed, 25 Jul 2012 11:46:30 +0000 (13:46 +0200)]
updated for version 7.3.609
Problem:    File names in :checkpath! output are garbled.
Solution:   Check for \zs in the pattern. (Lech Lorens)

13 years agoupdated for version 7.3.608 v7.3.608
Bram Moolenaar [Thu, 19 Jul 2012 16:05:44 +0000 (18:05 +0200)]
updated for version 7.3.608
Problem:    winrestview() does not always restore the view correctly.
Solution:   Call win_new_height() and win_new_width(). (Lech Lorens)

13 years agoupdated for version 7.3.607 v7.3.607
Bram Moolenaar [Thu, 19 Jul 2012 15:39:07 +0000 (17:39 +0200)]
updated for version 7.3.607
Problem:    With an 8 color terminal the selected menu item is black on black,
            because darkGrey as bg is the same as black.
Solution:   Swap fg and bg colors. (James McCoy)

13 years agoupdated for version 7.3.606 v7.3.606
Bram Moolenaar [Thu, 19 Jul 2012 15:18:26 +0000 (17:18 +0200)]
updated for version 7.3.606
Problem:    CTRL-P completion has a problem with multi-byte characters.
Solution:   Check for next character being NUL properly.  (Yasuhiro Matsumoto)

13 years agoupdated for version 7.3.605 v7.3.605
Bram Moolenaar [Thu, 19 Jul 2012 09:37:26 +0000 (11:37 +0200)]
updated for version 7.3.605
Problem:    MS-Windows: Can't compile with older compilers. (Titov Anatoly)
Solution:   Add #ifdef for MEMORYSTATUSEX.

13 years agoupdated for version 7.3.604 v7.3.604
Bram Moolenaar [Mon, 16 Jul 2012 17:27:29 +0000 (19:27 +0200)]
updated for version 7.3.604
Problem:    inputdialog() doesn't use the cancel argument in the console.
            (David Fishburn)
Solution:   Use the third argument. (Christian Brabant)

13 years agoupdated for version 7.3.603 v7.3.603
Bram Moolenaar [Mon, 16 Jul 2012 15:31:53 +0000 (17:31 +0200)]
updated for version 7.3.603
Problem:    It is possible to add replace builtin functions by calling
            extend() on g:.
Solution:   Add a flag to a dict to indicate it is a scope.  Check for
            existing functions. (ZyX)

13 years agoupdated for version 7.3.602 v7.3.602
Bram Moolenaar [Mon, 16 Jul 2012 15:28:11 +0000 (17:28 +0200)]
updated for version 7.3.602
Problem:    Missing files in distribution.
Solution:   Update the list of files.

13 years agoupdated for version 7.3.601 v7.3.601
Bram Moolenaar [Mon, 16 Jul 2012 15:26:22 +0000 (17:26 +0200)]
updated for version 7.3.601
Problem:    Bad code style.
Solution:   Insert space, remove parens.

13 years agoUpdated runtime files.
Bram Moolenaar [Thu, 12 Jul 2012 20:01:11 +0000 (22:01 +0200)]
Updated runtime files.

13 years agoupdated for version 7.3.600 v7.3.600
Bram Moolenaar [Tue, 10 Jul 2012 17:25:10 +0000 (19:25 +0200)]
updated for version 7.3.600
Problem:    <f-args> is not expanded properly with DBCS encoding.
Solution:   Skip over character instead of byte. (Yukihiro Nakadaira)

13 years agoupdated for version 7.3.599 v7.3.599
Bram Moolenaar [Tue, 10 Jul 2012 16:31:54 +0000 (18:31 +0200)]
updated for version 7.3.599
Problem:    Missing change in one file.
Solution:   Patch for changed clip_autoselect().

13 years agoupdated for version 7.3.598 v7.3.598
Bram Moolenaar [Tue, 10 Jul 2012 15:14:56 +0000 (17:14 +0200)]
updated for version 7.3.598
Problem:    Cannot act upon end of completion. (Taro Muraoka)
Solution:   Add an autocommand event that is triggered when completion has
            finished. (Idea by Florian Klein)

13 years agoupdated for version 7.3.597 v7.3.597
Bram Moolenaar [Tue, 10 Jul 2012 14:49:23 +0000 (16:49 +0200)]
updated for version 7.3.597
Problem:    'clipboard' "autoselect" only applies to the * register. (Sergey
            Vakulenko)
Solution:   Make 'autoselect' work for the + register. (Christian Brabant)
            Add the "autoselectplus" option in 'clipboard' and the "P" flag in
            'guioptions'.

13 years agoupdated for version 7.3.596 v7.3.596
Bram Moolenaar [Tue, 10 Jul 2012 13:18:22 +0000 (15:18 +0200)]
updated for version 7.3.596
Problem:    Can't remove all signs for a file or buffer.
Solution:   Support "*" for the sign id. (Christian Brabandt)

13 years agoupdated for version 7.3.595 v7.3.595
Bram Moolenaar [Tue, 10 Jul 2012 12:56:45 +0000 (14:56 +0200)]
updated for version 7.3.595
Problem:    The X command server responds slowly
Solution:   Change the loop that waits for replies. (Brian Burns)

13 years agoupdated for version 7.3.594 v7.3.594
Bram Moolenaar [Tue, 10 Jul 2012 12:25:04 +0000 (14:25 +0200)]
updated for version 7.3.594
Problem:    The X command server doesn't work perfectly. It sends an empty
            reply for as-keys requests.
Solution:   Remove duplicate ga_init2(). Do not send a reply for as-keys
            requests. (Brian Burns)

13 years agoupdated for version 7.3.593 v7.3.593
Bram Moolenaar [Tue, 10 Jul 2012 11:41:14 +0000 (13:41 +0200)]
updated for version 7.3.593
Problem:    No easy way to decide if b:browsefilter will work.
Solution:   Add the browsefilter feature.

13 years agoupdated for version 7.3.592 v7.3.592
Bram Moolenaar [Tue, 10 Jul 2012 11:12:51 +0000 (13:12 +0200)]
updated for version 7.3.592
Problem:    Vim on GTK does not support g:browsefilter.
Solution:   Add a GtkFileFilter to the file chooser. (Christian Brabandt)

13 years agoupdated for version 7.3.591 v7.3.591
Bram Moolenaar [Fri, 6 Jul 2012 16:27:39 +0000 (18:27 +0200)]
updated for version 7.3.591
Problem:    Can only move to a tab by absolute number.
Solution:   Move a number of tabs to the left or the right. (Lech Lorens)

13 years agoupdated for version 7.3.590 v7.3.590
Bram Moolenaar [Fri, 6 Jul 2012 15:51:28 +0000 (17:51 +0200)]
updated for version 7.3.590
Problem:    The '< and '> marks cannot be set directly.
Solution:   Allow setting '< and '>. (Christian Brabandt)

13 years agoupdated for version 7.3.589 v7.3.589
Bram Moolenaar [Fri, 6 Jul 2012 14:49:40 +0000 (16:49 +0200)]
updated for version 7.3.589
Problem:    Crash when $HOME is not set.
Solution:   Check for a NULL pointer. (Chris Webb)

13 years agoupdated for version 7.3.588 v7.3.588
Bram Moolenaar [Fri, 6 Jul 2012 14:39:47 +0000 (16:39 +0200)]
updated for version 7.3.588
Problem:    Crash on NULL pointer.
Solution:   Fix the immediate problem by checking for NULL. (Lech Lorens)

13 years agoupdated for version 7.3.587 v7.3.587
Bram Moolenaar [Fri, 6 Jul 2012 14:22:02 +0000 (16:22 +0200)]
updated for version 7.3.587
Problem:    Compiler warning for local var shadowing global var.
Solution:   Rename the var and move it to an inner block. (Christian Brabandt)

13 years agoupdated for version 7.3.586 v7.3.586
Bram Moolenaar [Fri, 6 Jul 2012 11:40:50 +0000 (13:40 +0200)]
updated for version 7.3.586
Problem:    When compiling with Cygwin or MingW MEMORYSTATUSEX is not defined.
Solution:   Set the default for WINVER to 0x0500.

13 years agoupdated for version 7.3.585 v7.3.585
Bram Moolenaar [Fri, 6 Jul 2012 11:36:48 +0000 (13:36 +0200)]
updated for version 7.3.585
Problem:    Calling changed_bytes() too often.
Solution:   Move changed_bytes() out of a loop. (Tor Perkins)

13 years agoupdated for version 7.3.584 v7.3.584
Bram Moolenaar [Sat, 30 Jun 2012 11:34:34 +0000 (13:34 +0200)]
updated for version 7.3.584
Problem:    PyCObject is not always defined.
Solution:   Use PyObject instead.

13 years agoupdated for version 7.3.583 v7.3.583
Bram Moolenaar [Sat, 30 Jun 2012 11:21:08 +0000 (13:21 +0200)]
updated for version 7.3.583
Problem:    PyObject_NextNotImplemented is not defined before Python 2.7.
            (Danek Duvall)
Solution:   Add #ifdefs.

13 years agoupdated for version 7.3.582 v7.3.582
Bram Moolenaar [Fri, 29 Jun 2012 21:57:54 +0000 (23:57 +0200)]
updated for version 7.3.582
Problem:    Missing parts of the test OK file.
Solution:   Add the missing parts.

13 years agoupdated for version 7.3.581 v7.3.581
Bram Moolenaar [Fri, 29 Jun 2012 17:14:52 +0000 (19:14 +0200)]
updated for version 7.3.581
Problem:    Problems compiling with Python.
Solution:   Pick UCS2 or UCS4 function at runtime. (lilydjwg)

13 years agoupdated for version 7.3.580 v7.3.580
Bram Moolenaar [Fri, 29 Jun 2012 15:52:02 +0000 (17:52 +0200)]
updated for version 7.3.580
Problem:    Warning on 64 bit MS-Windows.
Solution:   Add type cast. (Mike Williams)

13 years agoupdated for version 7.3.579 v7.3.579
Bram Moolenaar [Fri, 29 Jun 2012 14:28:28 +0000 (16:28 +0200)]
updated for version 7.3.579
Problem:    Can't compile with Python 2.5.
Solution:   Use PyCObject when Capsules are not available.

13 years agoupdated for version 7.3.578 v7.3.578
Bram Moolenaar [Fri, 29 Jun 2012 14:19:50 +0000 (16:19 +0200)]
updated for version 7.3.578
Problem:    Misplaced declaration.
Solution:   Move declaration to start of block.

13 years agoupdated for version 7.3.577 v7.3.577
Bram Moolenaar [Fri, 29 Jun 2012 13:51:30 +0000 (15:51 +0200)]
updated for version 7.3.577
Problem:    Size of memory does not fit in 32 bit unsigned.
Solution:   Use Kbyte instead of byte.  Call GlobalMemoryStatusEx() instead of
            GlobalMemoryStatus() when available.

13 years agoupdated for version 7.3.576 v7.3.576
Bram Moolenaar [Fri, 29 Jun 2012 13:04:49 +0000 (15:04 +0200)]
updated for version 7.3.576
Problem:    Formatting of lists inside comments is not right yet.
Solution:   Use another solution and add a test. (Tor Perkins)

13 years agoupdated for version 7.3.575 v7.3.575
Bram Moolenaar [Fri, 29 Jun 2012 11:56:06 +0000 (13:56 +0200)]
updated for version 7.3.575
Problem:    "ygt" tries to yank instead of giving an error. (Daniel Mueller)
Solution:   Check for a pending operator.

13 years agoupdated for version 7.3.574 v7.3.574
Bram Moolenaar [Fri, 29 Jun 2012 11:44:41 +0000 (13:44 +0200)]
updated for version 7.3.574
Problem:    When pasting a register in the search command line a CTRL-L
            character is not pasted. (Dominique Pelle)
Solution:   Escape the CTRL-L. (Christian Brabandt)

13 years agoupdated for version 7.3.573 v7.3.573
Bram Moolenaar [Fri, 29 Jun 2012 11:34:19 +0000 (13:34 +0200)]
updated for version 7.3.573
Problem:    Using array index before bounds checking.
Solution:   Swap the parts of the condition. (Dominique Pelle)

13 years agoupdated for version 7.3.572 v7.3.572
Bram Moolenaar [Fri, 29 Jun 2012 11:19:27 +0000 (13:19 +0200)]
updated for version 7.3.572
Problem:    Duplicate statement in if and else. (Dominique Pelle)
Solution:   Remove the condition and add a TODO.

13 years agoupdated for version 7.3.571 v7.3.571
Bram Moolenaar [Fri, 29 Jun 2012 11:14:03 +0000 (13:14 +0200)]
updated for version 7.3.571
Problem:    Duplicated condition.
Solution:   Remove one. (Dominique Pelle)

13 years agoupdated for version 7.3.570 v7.3.570
Bram Moolenaar [Fri, 29 Jun 2012 10:57:06 +0000 (12:57 +0200)]
updated for version 7.3.570
Problem:    ":vimgrep" does not obey 'wildignore'.
Solution:   Apply 'wildignore' and 'suffixes' to ":vimgrep". (Ingo Karkat)

13 years agoupdated for version 7.3.569 v7.3.569
Bram Moolenaar [Fri, 29 Jun 2012 10:54:53 +0000 (12:54 +0200)]
updated for version 7.3.569
Problem:    Evaluating Vim expression in Python is insufficient.
Solution:   Add vim.bindeval().  Also add pyeval() and py3eval(). (ZyX)

13 years agoupdated for version 7.3.568 v7.3.568
Bram Moolenaar [Fri, 29 Jun 2012 10:35:44 +0000 (12:35 +0200)]
updated for version 7.3.568
Problem:    Bad indents for #ifdefs.
Solution:   Add and remove spaces. (Elias Diem)

13 years agoupdated for version 7.3.567 v7.3.567
Bram Moolenaar [Fri, 29 Jun 2012 09:46:33 +0000 (11:46 +0200)]
updated for version 7.3.567
Problem:    Missing copyright notice.
Solution:   Add Vim copyright notice. (Taro Muraoka)

13 years agoupdated for version 7.3.566 v7.3.566
Bram Moolenaar [Wed, 20 Jun 2012 20:56:02 +0000 (22:56 +0200)]
updated for version 7.3.566
Problem:    Redo after completion does not work correctly when refresh: always
            is not used. (Raymond Ko)
Solution:   Check the compl_opt_refresh_always flag. (Christian Brabandt)

13 years agoupdated for version 7.3.565 v7.3.565
Bram Moolenaar [Wed, 20 Jun 2012 16:39:15 +0000 (18:39 +0200)]
updated for version 7.3.565
Problem:    Can't generate proto file for Python 3.
Solution:   Add PYTHON3_CFLAGS to LINT_CFLAGS.

13 years agoupdated for version 7.3.564 v7.3.564
Bram Moolenaar [Wed, 20 Jun 2012 15:56:09 +0000 (17:56 +0200)]
updated for version 7.3.564
Problem:    Warning for pointer conversion.
Solution:   Add type cast.

13 years agoupdated for version 7.3.563 v7.3.563
Bram Moolenaar [Wed, 20 Jun 2012 15:54:38 +0000 (17:54 +0200)]
updated for version 7.3.563
Problem:    Can't build with tiny features.
Solution:   Add #ifdef.

13 years agoupdated for version 7.3.562 v7.3.562
Bram Moolenaar [Wed, 20 Jun 2012 13:48:57 +0000 (15:48 +0200)]
updated for version 7.3.562
Problem:    ":profdel" should not work when the +profile feature is disabled.
Solution:   Call ex_ni(). (Yasuhiro Matsumoto)

13 years agoupdated for version 7.3.561 v7.3.561
Bram Moolenaar [Wed, 20 Jun 2012 12:26:35 +0000 (14:26 +0200)]
updated for version 7.3.561
Problem:    Using refresh: always in a complete function breaks the "."
            command. (Val Markovic)
Solution:   Add match leader to the redo buffer. (Yasuhiro Matsumoto)

13 years agoupdated for version 7.3.560 v7.3.560
Bram Moolenaar [Wed, 20 Jun 2012 12:13:06 +0000 (14:13 +0200)]
updated for version 7.3.560
Problem:    Get an error for a locked argument in extend().
Solution:   Initialize the lock flag for a dictionary. (Yukihiro Nakadaira)

13 years agoupdated for version 7.3.559 v7.3.559
Bram Moolenaar [Wed, 20 Jun 2012 12:02:27 +0000 (14:02 +0200)]
updated for version 7.3.559
Problem:    home_replace() does not work with 8.3 filename.
Solution:   Make ":p" expand 8.3 name to full path. (Yasuhiro Matsumoto)

13 years agoupdated for version 7.3.558 v7.3.558
Bram Moolenaar [Wed, 20 Jun 2012 10:40:08 +0000 (12:40 +0200)]
updated for version 7.3.558
Problem:    Memory access error. (Gary Johnson)
Solution:   Allocate one more byte. (Dominique Pelle)

13 years agoupdated for version 7.3.557 v7.3.557
Bram Moolenaar [Wed, 20 Jun 2012 09:55:01 +0000 (11:55 +0200)]
updated for version 7.3.557
Problem:    Crash when an autocommand wipes out a buffer when it is hidden.
Solution:   Restore the current window when needed. (Christian Brabandt)

13 years agoupdated for version 7.3.556 v7.3.556
Bram Moolenaar [Thu, 14 Jun 2012 18:59:25 +0000 (20:59 +0200)]
updated for version 7.3.556
Problem:    Compiler warnings on 64 bit Windows.
Solution:   Add type casts. (Mike Williams)

13 years agoupdated for version 7.3.555 v7.3.555
Bram Moolenaar [Wed, 13 Jun 2012 17:19:41 +0000 (19:19 +0200)]
updated for version 7.3.555
Problem:    Building on IBM z/OS fails.
Solution:   Adjust configure. Use the QUOTESED value from config.mk instead of
            the hard coded one in Makefile. (Stephen Bovy)

13 years agoupdated for version 7.3.554 v7.3.554
Bram Moolenaar [Wed, 13 Jun 2012 16:15:19 +0000 (18:15 +0200)]
updated for version 7.3.554
Problem:    Compiler warning for unused argument.
Solution:   Add UNUSED.

13 years agoupdated for version 7.3.553 v7.3.553
Bram Moolenaar [Wed, 13 Jun 2012 16:06:36 +0000 (18:06 +0200)]
updated for version 7.3.553
Problem:    With double-width characters and 'listchars' containing "precedes"
            the text is displayed one cell off.
Solution:   Check for double-width character being overwritten by the
            "precedes" character. (Yasuhiro Matsumoto)

13 years agoupdated for version 7.3.552 v7.3.552
Bram Moolenaar [Wed, 13 Jun 2012 15:28:55 +0000 (17:28 +0200)]
updated for version 7.3.552
Problem:    Formatting inside comments does not use the "2" flag in
            'formatoptions'.
Solution:   Support the "2" flag.  (Tor Perkins)

13 years agoupdated for version 7.3.551 v7.3.551
Bram Moolenaar [Wed, 13 Jun 2012 12:28:20 +0000 (14:28 +0200)]
updated for version 7.3.551
Problem:    When using :tablose a TabEnter autocommand is triggered too early.
            (Karthick)
Solution:   Don't trigger *Enter autocommands before closing the tab.
            (Christian Brabandt)

13 years agoupdated for version 7.3.550 v7.3.550
Bram Moolenaar [Wed, 13 Jun 2012 12:01:41 +0000 (14:01 +0200)]
updated for version 7.3.550
Problem:    With "j" in 'formatoptions' a list leader is not removed. (Gary
            Johnson)
Solution:   Don't ignore the start of a three part comment. (Lech Lorens)

13 years agoupdated for version 7.3.549 v7.3.549
Bram Moolenaar [Wed, 13 Jun 2012 11:40:48 +0000 (13:40 +0200)]
updated for version 7.3.549
Problem:    In 'cinoptions' "0s" is interpreted as one shiftwidth. (David
            Pineau)
Solution:   Use the zero as zero. (Lech Lorens)

13 years agoupdated for version 7.3.548 v7.3.548
Bram Moolenaar [Thu, 7 Jun 2012 19:09:39 +0000 (21:09 +0200)]
updated for version 7.3.548
Problem:    Compiler warning on 64 bit Windows.
Solution:   Add type cast. (Mike Williams)

13 years agoupdated for version 7.3.547 v7.3.547
Bram Moolenaar [Wed, 6 Jun 2012 21:08:38 +0000 (23:08 +0200)]
updated for version 7.3.547
Problem:    Compiler warning for uninitialized variable.
Solution:   Initialize it.

13 years agoupdated for version 7.3.546 v7.3.546
Bram Moolenaar [Wed, 6 Jun 2012 17:05:50 +0000 (19:05 +0200)]
updated for version 7.3.546
Problem:    Bogus line break.
Solution:   Remove the line break.

13 years agoupdated for version 7.3.545 v7.3.545
Bram Moolenaar [Wed, 6 Jun 2012 17:02:45 +0000 (19:02 +0200)]
updated for version 7.3.545
Problem:    When closing a window or buffer autocommands may close it too,
            causing problems for where the autocommand was invoked from.
Solution:   Add the w_closing and b_closing flags.  When set disallow ":q" and
            ":close" to prevent recursive closing.

13 years agoupdated for version 7.3.544 v7.3.544
Bram Moolenaar [Wed, 6 Jun 2012 16:03:07 +0000 (18:03 +0200)]
updated for version 7.3.544
Problem:    There is no good way to close a quickfix window when closing the
            last ordinary window.
Solution:   Add the QuitPre autocommand.

13 years agoupdated for version 7.3.543 v7.3.543
Bram Moolenaar [Wed, 6 Jun 2012 14:29:10 +0000 (16:29 +0200)]
updated for version 7.3.543
Problem:    The cursor is in the wrong line after using ":copen". (John
            Beckett)
Solution:   Invoke more drastic redraw method.

13 years agoupdated for version 7.3.542 v7.3.542
Bram Moolenaar [Wed, 6 Jun 2012 14:14:40 +0000 (16:14 +0200)]
updated for version 7.3.542
Problem:    Function is sometimes unused.
Solution:   Add #ifdef.

13 years agoupdated for version 7.3.541 v7.3.541
Bram Moolenaar [Wed, 6 Jun 2012 14:12:59 +0000 (16:12 +0200)]
updated for version 7.3.541
Problem:    When joining lines comment leaders need to be removed manually.
Solution:   Add the 'j' flag to 'formatoptions'. (Lech Lorens)

13 years agoupdated for version 7.3.540 v7.3.540
Bram Moolenaar [Wed, 6 Jun 2012 10:06:15 +0000 (12:06 +0200)]
updated for version 7.3.540
Problem:    Cursor is left on the text instead of the command line.
Solution:   Don't call setcursor() in command line mode.