]> granicus.if.org Git - vim/log
vim
11 years agoupdated for version 7.4.144 v7.4.144
Bram Moolenaar [Tue, 14 Jan 2014 11:18:45 +0000 (12:18 +0100)]
updated for version 7.4.144
Problem:    MingW also supports intptr_t for OPEN_OH_ARGTYPE.
Solution:   Adjust #ifdef. (Ken Takata)

11 years agoupdated for version 7.4.143 v7.4.143
Bram Moolenaar [Tue, 14 Jan 2014 11:17:02 +0000 (12:17 +0100)]
updated for version 7.4.143
Problem:    TextChangedI is not triggered.
Solution:   Reverse check for "ready". (lilydjwg)

11 years agoupdated for version 7.4.142 v7.4.142
Bram Moolenaar [Sun, 12 Jan 2014 12:24:51 +0000 (13:24 +0100)]
updated for version 7.4.142
Problem:    On MS-Windows 8 IME input doen't work correctly.
Solution:   Work around the problem. (Nobuhiro Takasaki)

11 years agoupdated for version 7.4.141 v7.4.141
Bram Moolenaar [Fri, 10 Jan 2014 17:16:07 +0000 (18:16 +0100)]
updated for version 7.4.141
Problem:    Problems when building with Borland: st_mode is signed short;
            can't build with Python; temp files not ignored by Mercurial;
            building with DEBUG doesn't define _DEBUG.
Solution:   Fix the problems. (Ken Takata)

11 years agoupdated for version 7.4.140 v7.4.140
Bram Moolenaar [Fri, 10 Jan 2014 15:43:14 +0000 (16:43 +0100)]
updated for version 7.4.140
Problem:    Crash when wiping out buffer triggers autocommand that wipes out
            only other buffer.
Solution:   Do not delete the last buffer, make it empty. (Hirohito Higashi)

11 years agoupdated for version 7.4.139 v7.4.139
Bram Moolenaar [Fri, 10 Jan 2014 14:53:13 +0000 (15:53 +0100)]
updated for version 7.4.139
Problem:    Crash when using :cd in autocommand. (François Ingelrest)
Solution:   Set w_localdir to NULL after freeing it. (Dominique Pelle)

11 years agoupdated for version 7.4.138 v7.4.138
Bram Moolenaar [Fri, 10 Jan 2014 14:32:21 +0000 (15:32 +0100)]
updated for version 7.4.138
Problem:    Directory change messages are not recognized.
Solution:   Fix using a character range literally. (Lech Lorens)

11 years agoupdated for version 7.4.137 v7.4.137
Bram Moolenaar [Fri, 10 Jan 2014 12:51:42 +0000 (13:51 +0100)]
updated for version 7.4.137
Problem:    Cannot use IME with Windows 8 console.
Solution:   Change the user of ReadConsoleInput() and PeekConsoleInput().
            (Yasuhiro Matsumoto)

11 years agoupdated for version 7.4.136 v7.4.136
Bram Moolenaar [Fri, 10 Jan 2014 12:05:20 +0000 (13:05 +0100)]
updated for version 7.4.136
Problem:    MS-Windows: When saving a file with a UNC path the file becomes
            read-only.
Solution:   Don't mix up Win32 attributes and Unix attributes. (Ken Takata)

11 years agoUpdated runtime files.
Bram Moolenaar [Tue, 7 Jan 2014 05:09:28 +0000 (06:09 +0100)]
Updated runtime files.

11 years agoupdated for version 7.4.135 v7.4.135
Bram Moolenaar [Mon, 6 Jan 2014 14:51:55 +0000 (15:51 +0100)]
updated for version 7.4.135
Problem:    Missing dot in MingW test Makefile.
Solution:   Add the dot. (Michael Soyka)

11 years agoupdated for version 7.4.134 v7.4.134
Bram Moolenaar [Mon, 6 Jan 2014 14:45:10 +0000 (15:45 +0100)]
updated for version 7.4.134
Problem:    Spurious space in MingW Makefile.
Solution:   Remove the space. (Michael Soyka)

11 years agoupdated for version 7.4.133 v7.4.133
Bram Moolenaar [Mon, 6 Jan 2014 05:19:11 +0000 (06:19 +0100)]
updated for version 7.4.133
Problem:    Clang warns for using NUL.
Solution:   Change NUL to NULL. (Dominique Pelle)

11 years agoupdated for version 7.4.132 v7.4.132
Bram Moolenaar [Sun, 5 Jan 2014 12:29:26 +0000 (13:29 +0100)]
updated for version 7.4.132
Problem:    Win32: flags and inherit_handles arguments mixed up.
Solution:   Swap the argument. (cs86661)

11 years agoRuntime file updates.
Bram Moolenaar [Sun, 15 Dec 2013 09:02:33 +0000 (10:02 +0100)]
Runtime file updates.

11 years agoupdated for version 7.4.131 v7.4.131
Bram Moolenaar [Sat, 14 Dec 2013 12:06:17 +0000 (13:06 +0100)]
updated for version 7.4.131
Problem:    Syncbind causes E315 errors in some situations. (Liang Li)
Solution:   Set and restore curbuf in ex_syncbind(). (Christian Brabandt)

11 years agoupdated for version 7.4.130 v7.4.130
Bram Moolenaar [Sat, 14 Dec 2013 11:48:58 +0000 (12:48 +0100)]
updated for version 7.4.130
Problem:    Relative line numbers mix up windows when using folds.
Solution:   Use hasFoldingWin() instead of hasFolding(). (Lech Lorens)

11 years agoupdated for version 7.4.129 v7.4.129
Bram Moolenaar [Sat, 14 Dec 2013 11:17:38 +0000 (12:17 +0100)]
updated for version 7.4.129
Problem:    getline(-1) returns zero. (mvxxc)
Solution:   Return an empty string.

11 years agoupdated for version 7.4.128 v7.4.128
Bram Moolenaar [Sat, 14 Dec 2013 10:50:35 +0000 (11:50 +0100)]
updated for version 7.4.128
Problem:    Perl 5.18 for MSVC doesn't work.
Solution:   Add check in makefile and define __inline. (Ken Takata)

11 years agoupdated for version 7.4.127 v7.4.127
Bram Moolenaar [Sat, 14 Dec 2013 10:46:08 +0000 (11:46 +0100)]
updated for version 7.4.127
Problem:    Perl 5.18 on Unix doesn't work.
Solution:   Move workaround to after including vim.h. (Ken Takata)

11 years agoupdated for version 7.4.126 v7.4.126
Bram Moolenaar [Thu, 12 Dec 2013 19:25:44 +0000 (20:25 +0100)]
updated for version 7.4.126
Problem:    Compiler warnings for "const" and incompatible types.
Solution:   Remove "const", add type cast. (Ken Takata)

11 years agoUpdated runtime files.
Bram Moolenaar [Wed, 11 Dec 2013 17:53:29 +0000 (18:53 +0100)]
Updated runtime files.

11 years agoupdated for version 7.4.125 v7.4.125
Bram Moolenaar [Wed, 11 Dec 2013 17:36:33 +0000 (18:36 +0100)]
updated for version 7.4.125
Problem:    Win32: Dealing with messages may not work for multi-byte chars.
Solution:   Use pDispatchMessage(). (Ken Takata)

11 years agoupdated for version 7.4.124 v7.4.124
Bram Moolenaar [Wed, 11 Dec 2013 17:21:45 +0000 (18:21 +0100)]
updated for version 7.4.124
Problem:    Win32: Getting host name does not use wide function.
Solution:   Use GetComputerNameW() if possible. (Ken Takata)

11 years agoupdated for version 7.4.123 v7.4.123
Bram Moolenaar [Wed, 11 Dec 2013 17:18:06 +0000 (18:18 +0100)]
updated for version 7.4.123
Problem:    Win32: Getting user name does not use wide function.
Solution:   Use GetUserNameW() if possible. (Ken Takata)

11 years agoupdated for version 7.4.122 v7.4.122
Bram Moolenaar [Wed, 11 Dec 2013 16:58:35 +0000 (17:58 +0100)]
updated for version 7.4.122
Problem:    Win32: When 'encoding' is set to "utf-8" and the active codepage
            is cp932 then ":grep" and other commands don't work for multi-byte
            characters.
Solution:   (Yasuhiro Matsumoto)

11 years agoupdated for version 7.4.121 v7.4.121
Bram Moolenaar [Wed, 11 Dec 2013 16:44:38 +0000 (17:44 +0100)]
updated for version 7.4.121
Problem:    Completion doesn't work for ":py3d" and ":py3f". (Bohr Shaw)
Solution:   Skip over letters after ":py3".

11 years agoupdated for version 7.4.120 v7.4.120
Bram Moolenaar [Wed, 11 Dec 2013 16:20:19 +0000 (17:20 +0100)]
updated for version 7.4.120
Problem:    Can't build with Perl 5.18 on Linux. (Lcd 47)
Solution:   Add #ifdef. (Ken Takata)

11 years agoupdated for version 7.4.119 v7.4.119
Bram Moolenaar [Wed, 11 Dec 2013 16:12:37 +0000 (17:12 +0100)]
updated for version 7.4.119
Problem:    Vim doesn't work well on OpenVMS.
Solution:   Fix various problems. (Samuel Ferencik)

11 years agoupdated for version 7.4.118 v7.4.118
Bram Moolenaar [Wed, 11 Dec 2013 14:52:01 +0000 (15:52 +0100)]
updated for version 7.4.118
Problem:    It's possible that redrawing the status lines causes
            win_redr_custom() to be called recursively.
Solution:   Protect against recursiveness. (Yasuhiro Matsumoto)

11 years agoupdated for version 7.4.117 v7.4.117
Bram Moolenaar [Wed, 11 Dec 2013 14:06:40 +0000 (15:06 +0100)]
updated for version 7.4.117
Problem:    Can't build with Cygwin/MingW and Perl 5.18.
Solution:   Add a linker argument for the Perl library. (Cesar Romani)
            Adjust CFLAGS and LIB. (Cesar Romani)
            Move including inline.h further down. (Ken Takata)

11 years agoupdated for version 7.4.116 v7.4.116
Bram Moolenaar [Wed, 11 Dec 2013 13:55:01 +0000 (14:55 +0100)]
updated for version 7.4.116
Problem:    When a mapping starts with a space, the typed space does not show
            up for 'showcmd'.
Solution:   Show "<20>". (Brook Hong)

11 years agoupdated for version 7.4.115 v7.4.115
Bram Moolenaar [Wed, 11 Dec 2013 12:21:51 +0000 (13:21 +0100)]
updated for version 7.4.115
Problem:    When using Zsh expanding ~abc doesn't work when the result
            contains a space.
Solution:   Off-by-one error in detecting the NUL. (Pavol Juhas)

11 years agoupdated for version 7.4.114 v7.4.114
Bram Moolenaar [Wed, 11 Dec 2013 11:22:58 +0000 (12:22 +0100)]
updated for version 7.4.114
Problem:    New GNU make outputs messages about changing directory in another
            format.
Solution:   Recognize the new format.

11 years agoupdated for version 7.4.113 v7.4.113
Bram Moolenaar [Sat, 7 Dec 2013 13:48:10 +0000 (14:48 +0100)]
updated for version 7.4.113
Problem:    MSVC static analysis gives warnings.
Solution:   Avoid the warnings and avoid possible bugs. (Ken Takata)

11 years agoupdated for version 7.4.112 v7.4.112
Bram Moolenaar [Sat, 7 Dec 2013 13:32:09 +0000 (14:32 +0100)]
updated for version 7.4.112
Problem:    The defaults for 'directory' and 'backupdir' on MS-Windows do not
            include a directory that exists.
Solution:   Use $TEMP.

11 years agoupdated for version 7.4.111 v7.4.111
Bram Moolenaar [Sat, 7 Dec 2013 13:28:43 +0000 (14:28 +0100)]
updated for version 7.4.111
Problem:    Memory leak in Python OptionsAssItem. (Ken Takata)
Solution:   Call Py_XDECREF() where needed. (ZyX)

11 years agoupdated for version 7.4.110 v7.4.110
Bram Moolenaar [Thu, 28 Nov 2013 18:27:30 +0000 (19:27 +0100)]
updated for version 7.4.110
Problem:    "gUgn" cannot be repeeated. (Dimitar Dimitrov)
Solution:   Don't put "gn" in a different order in the redo buffer.  Restore
            'wrapscan' when the pattern isn't found. (Christian Wellenbrock)

11 years agoupdated for version 7.4.109 v7.4.109
Bram Moolenaar [Thu, 28 Nov 2013 17:53:52 +0000 (18:53 +0100)]
updated for version 7.4.109
Problem:    ColorScheme autocommand matches with the current buffer name.
Solution:   Match with the colorscheme name. (Christian Brabandt)

11 years agoupdated for version 7.4.108 v7.4.108
Bram Moolenaar [Thu, 28 Nov 2013 16:41:46 +0000 (17:41 +0100)]
updated for version 7.4.108
Problem:    "zG" and "zW" leave temp files around on MS-Windows.
Solution:   Delete the temp files when exiting. (Ken Takata)

11 years agoupdated for version 7.4.107 v7.4.107
Bram Moolenaar [Thu, 28 Nov 2013 16:04:43 +0000 (17:04 +0100)]
updated for version 7.4.107
Problem:    Python: When vim.eval() encounters a Vim error, a try/catch in the
            Python code doesn't catch it. (Yggdroot Chen)
Solution:   Throw exceptions on errors in vim.eval(). (ZyX)

11 years agoupdated for version 7.4.106 v7.4.106
Bram Moolenaar [Thu, 28 Nov 2013 15:32:38 +0000 (16:32 +0100)]
updated for version 7.4.106
Problem:    Can't build with Ruby using Cygwin.
Solution:   Fix library name in makefile. (Steve Hall)

11 years agoupdated for version 7.4.105 v7.4.105
Bram Moolenaar [Thu, 28 Nov 2013 13:36:33 +0000 (14:36 +0100)]
updated for version 7.4.105
Problem:    Completing a tag pattern may give an error for invalid pattern.
Solution:   Suppress the error, just return no matches.

11 years agoupdated for version 7.4.104 v7.4.104
Bram Moolenaar [Thu, 28 Nov 2013 13:20:17 +0000 (14:20 +0100)]
updated for version 7.4.104
Problem:    ":help s/\_" reports an internal error. (John Beckett)
Solution:   Check for NUL and invalid character classes.

11 years agoUpdated runtime files.
Bram Moolenaar [Thu, 28 Nov 2013 12:53:34 +0000 (13:53 +0100)]
Updated runtime files.

11 years agoupdated for version 7.4.103 v7.4.103
Bram Moolenaar [Thu, 21 Nov 2013 17:13:37 +0000 (18:13 +0100)]
updated for version 7.4.103
Problem:    Dos installer uses an old way to escape spaces in the diff
            command.
Solution:   Adjust the quoting to the new default shellxquote. (Ben Fritz)

11 years agoupdated for version 7.4.102 v7.4.102
Bram Moolenaar [Thu, 21 Nov 2013 16:42:31 +0000 (17:42 +0100)]
updated for version 7.4.102
Problem:    Crash when interrupting "z=".
Solution:   Add safety check for word length. (Christian Brabandt, Dominique
            Pelle)

11 years agoupdated for version 7.4.101 v7.4.101
Bram Moolenaar [Thu, 21 Nov 2013 16:13:00 +0000 (17:13 +0100)]
updated for version 7.4.101
Problem:    Using \1 in pattern goes one line too far. (Bohr Shaw, John Little)
Solution:   Only advance the match end for the matched characters in the last
            line.

11 years agoupdated for version 7.4.100 v7.4.100
Bram Moolenaar [Thu, 21 Nov 2013 15:03:40 +0000 (16:03 +0100)]
updated for version 7.4.100
Problem:    NFA regexp doesn't handle backreference correctly. (Ryuichi
            Hayashida, Urtica Dioica)
Solution:   Always add NFA_SKIP, also when it already exists at the start
            position.

11 years agoupdated for version 7.4.099 v7.4.099
Bram Moolenaar [Thu, 21 Nov 2013 13:40:04 +0000 (14:40 +0100)]
updated for version 7.4.099
Problem:    Append in blockwise Visual mode with "$" is wrong.
Solution:   After "$" don't use the code that checks if the cursor was moved.
            (Hirohito Higashi, Ken Takata)

11 years agoupdated for version 7.4.098 v7.4.098
Bram Moolenaar [Thu, 21 Nov 2013 13:21:40 +0000 (14:21 +0100)]
updated for version 7.4.098
Problem:    When using ":'<,'>del" errors may be given for the visual line
            numbers being out of range.
Solution:   Reset Visual mode in ":del". (Lech Lorens)

11 years agoupdated for version 7.4.097 v7.4.097
Bram Moolenaar [Thu, 21 Nov 2013 12:24:41 +0000 (13:24 +0100)]
updated for version 7.4.097
Problem:    Unexpected behavior change related to 'virtualedit'. (Ingo Karkat)
Solution:   Update the valid cursor position. (Christian Brabandt)

11 years agoupdated for version 7.4.096 v7.4.096
Bram Moolenaar [Thu, 21 Nov 2013 11:34:11 +0000 (12:34 +0100)]
updated for version 7.4.096
Problem:    Can't change directory to an UNC path.
Solution:   Use win32_getattrs() in mch_getperm(). (Christian Brabandt)

11 years agoupdated for version 7.4.095 v7.4.095
Bram Moolenaar [Thu, 21 Nov 2013 11:17:51 +0000 (12:17 +0100)]
updated for version 7.4.095
Problem:    Regexp for LuaJIT version doesn't work on BSD.
Solution:   Use "*" instead of "\+" and "\?". (Ozaki)

11 years agoupdated for version 7.4.094 v7.4.094
Bram Moolenaar [Sun, 17 Nov 2013 19:32:54 +0000 (20:32 +0100)]
updated for version 7.4.094
Problem:    Configure may not find that -lint is needed for gettext().
Solution:   Check for gettext() with empty $LIBS.  (Thomas De Schampheleire)

11 years agoupdated for version 7.4.093 v7.4.093
Bram Moolenaar [Sun, 17 Nov 2013 19:17:12 +0000 (20:17 +0100)]
updated for version 7.4.093
Problem:    Configure can't use LuaJIT on ubuntu 12.04.
Solution:   Adjust the configure regexp that locates the version number.
            (Charles Strahan)

11 years agoUpdate runtime files.
Bram Moolenaar [Thu, 14 Nov 2013 04:48:46 +0000 (05:48 +0100)]
Update runtime files.

11 years agoupdated for version 7.4.092 v7.4.092
Bram Moolenaar [Thu, 14 Nov 2013 02:54:07 +0000 (03:54 +0100)]
updated for version 7.4.092
Problem:    Can't build small version.
Solution:   Add #ifdef where the b_cjk flag is used. (Ken Takata)

11 years agoupdated for version 7.4.091 v7.4.091
Bram Moolenaar [Tue, 12 Nov 2013 17:09:29 +0000 (18:09 +0100)]
updated for version 7.4.091
Problem:    Missing semicolon.
Solution:   Add the semicolon.

11 years agoupdated for version 7.4.090 v7.4.090
Bram Moolenaar [Tue, 12 Nov 2013 04:28:26 +0000 (05:28 +0100)]
updated for version 7.4.090
Problem:    Win32: When a directory name contains an exclamation mark,
            completion doesn't complete the contents of the directory.
Solution:   Escape the exclamation mark. (Jan Stocker)

11 years agoupdated for version 7.4.089 v7.4.089
Bram Moolenaar [Tue, 12 Nov 2013 04:12:03 +0000 (05:12 +0100)]
updated for version 7.4.089
Problem:    When editing a file in a directory mounted through sshfs Vim
            doesn't set the security context on a renamed file.
Solution:   Add mch_copy_sec() to vim_rename(). (Peter Backes)

11 years agoupdated for version 7.4.088 v7.4.088
Bram Moolenaar [Tue, 12 Nov 2013 03:44:01 +0000 (04:44 +0100)]
updated for version 7.4.088
Problem:    When spell checking is enabled Asian characters are always marked
            as error.
Solution:   When 'spelllang' contains "cjk" do not mark Asian characters as
            error. (Ken Takata)

11 years agoupdated for version 7.4.087 v7.4.087
Bram Moolenaar [Mon, 11 Nov 2013 22:17:39 +0000 (23:17 +0100)]
updated for version 7.4.087
Problem:    Compiler warning on 64 bit Windows systems.
Solution:   Fix type cast. (Mike Williams)

11 years agoupdated for version 7.4.086 v7.4.086
Bram Moolenaar [Mon, 11 Nov 2013 03:25:53 +0000 (04:25 +0100)]
updated for version 7.4.086
Problem:    Skipping over an expression when not evaluating it does not work
            properly for dict members.
Solution:   Skip over unrecognized expression. (ZyX)

11 years agoupdated for version 7.4.085 v7.4.085
Bram Moolenaar [Mon, 11 Nov 2013 00:29:22 +0000 (01:29 +0100)]
updated for version 7.4.085
Problem:    When inserting text in Visual block mode and moving the cursor the
            wrong text gets repeated in other lines.
Solution:   Use the '[ mark to find the start of the actually inserted text.
            (Christian Brabandt)

11 years agoupdated for version 7.4.084 v7.4.084
Bram Moolenaar [Mon, 11 Nov 2013 00:05:48 +0000 (01:05 +0100)]
updated for version 7.4.084
Problem:    Python: interrupt not being properly discarded. (Yggdroot Chen)
Solution:   Discard interrupt in VimTryEnd. (ZyX)

11 years agoupdated for version 7.4.083 v7.4.083
Bram Moolenaar [Sat, 9 Nov 2013 04:30:26 +0000 (05:30 +0100)]
updated for version 7.4.083
Problem:    It's hard to avoid adding a used pattern to the search history.
Solution:   Add the ":keeppatterns" modifier. (Christian Brabandt)

11 years agoUpdated runtime files.
Bram Moolenaar [Sat, 9 Nov 2013 02:41:58 +0000 (03:41 +0100)]
Updated runtime files.

11 years agoupdated for version 7.4.082 v7.4.082
Bram Moolenaar [Sat, 9 Nov 2013 02:31:51 +0000 (03:31 +0100)]
updated for version 7.4.082
Problem:    Using "gf" in a changed buffer suggests adding "!", which is not
            possible. (Tim Chase)
Solution:   Pass a flag to check_changed() wether adding ! make sense.

11 years agoupdated for version 7.4.081 v7.4.081
Bram Moolenaar [Sat, 9 Nov 2013 01:32:18 +0000 (02:32 +0100)]
updated for version 7.4.081
Problem:    Wrong logic when ANALYZE is "yes".
Solution:   Use or instead of and. (KF Leong)

11 years agoupdated for version 7.4.080 v7.4.080
Bram Moolenaar [Sat, 9 Nov 2013 00:44:43 +0000 (01:44 +0100)]
updated for version 7.4.080
Problem:    Missing documentation for v:hlsearch.
Solution:   Include the right file in the patch.

11 years agoupdated for version 7.4.079 v7.4.079
Bram Moolenaar [Fri, 8 Nov 2013 03:30:20 +0000 (04:30 +0100)]
updated for version 7.4.079
Problem:    A script cannot detect whether 'hlsearch' highlighting is actually
            displayed.
Solution:   Add the "v:hlsearch" variable. (ZyX)

11 years agoupdated for version 7.4.078 v7.4.078
Bram Moolenaar [Fri, 8 Nov 2013 02:15:47 +0000 (03:15 +0100)]
updated for version 7.4.078
Problem:    MSVC 2013 is not supported.
Solution:   Recognize and support MSVC 2013. (Ed Brown)

11 years agoupdated for version 7.4.077 v7.4.077
Bram Moolenaar [Thu, 7 Nov 2013 03:49:27 +0000 (04:49 +0100)]
updated for version 7.4.077
Problem:    DOS installer creates shortcut without a path, resulting in the
            current directory to be C:\Windows\system32.
Solution:   Use environment variables.

11 years agoupdated for version 7.4.076 v7.4.076
Bram Moolenaar [Thu, 7 Nov 2013 03:46:48 +0000 (04:46 +0100)]
updated for version 7.4.076
Problem:    "cgn" does not wrap around the end of the file. (Dimitrov
            Dimitrov)
Solution:   Restore 'wrapscan' earlier. (Christian Brabandt)

11 years agoupdated for version 7.4.075 v7.4.075
Bram Moolenaar [Thu, 7 Nov 2013 02:26:06 +0000 (03:26 +0100)]
updated for version 7.4.075
Problem:    Locally setting 'undolevels' is not tested.
Solution:   Add a test. (Christian Brabandt)

11 years agoupdated for version 7.4.074 v7.4.074
Bram Moolenaar [Thu, 7 Nov 2013 02:04:11 +0000 (03:04 +0100)]
updated for version 7.4.074
Problem:    When undo'ing all changes and creating a new change the undo
            structure is incorrect. (Christian Brabandt)
Solution:   When deleting the branch starting at the old header, delete the
            whole branch, not just the first entry.

11 years agoupdated for version 7.4.073 v7.4.073
Bram Moolenaar [Wed, 6 Nov 2013 04:26:15 +0000 (05:26 +0100)]
updated for version 7.4.073
Problem:    Setting undolevels for one buffer changes undo in another.
Solution:   Make 'undolevels' a global-local option. (Christian Brabandt)

11 years agoupdated for version 7.4.072 v7.4.072
Bram Moolenaar [Wed, 6 Nov 2013 03:04:33 +0000 (04:04 +0100)]
updated for version 7.4.072
Problem:    Crash when using Insert mode completion.
Solution:   Avoid going past the end of pum_array. (idea by Fransisco Lopes)

11 years agoupdated for version 7.4.071 v7.4.071
Bram Moolenaar [Wed, 6 Nov 2013 03:01:36 +0000 (04:01 +0100)]
updated for version 7.4.071
Problem:    Passing limits around too often.
Solution:   Use limits from buffer.

11 years agoupdated for version 7.4.070 v7.4.070
Bram Moolenaar [Tue, 5 Nov 2013 16:40:52 +0000 (17:40 +0100)]
updated for version 7.4.070
Problem:    Can't compile with tiny features. (Tony Mechelynck)
Solution:   Add #ifdef.

11 years agoupdated for version 7.4.069 v7.4.069
Bram Moolenaar [Tue, 5 Nov 2013 06:13:41 +0000 (07:13 +0100)]
updated for version 7.4.069
Problem:    Cannot right shift lines starting with #.
Solution:   Allow the right shift when 'cino' contains #N with N > 0.
            (Christian Brabandt)
            Refactor parsing 'cino', store the values in the buffer.

11 years agoupdated for version 7.4.068 v7.4.068
Bram Moolenaar [Mon, 4 Nov 2013 03:57:50 +0000 (04:57 +0100)]
updated for version 7.4.068
Problem:    Cannot build Vim on Mac with non-Apple compilers.
Solution:   Remove the -no-cpp-precomp flag. (Misty De Meo)

11 years agoupdated for version 7.4.067 v7.4.067
Bram Moolenaar [Mon, 4 Nov 2013 03:20:33 +0000 (04:20 +0100)]
updated for version 7.4.067
Problem:    After inserting comment leader, CTRL-\ CTRL-O does move the
            cursor. (Wiktor Ruben)
Solution:   Avoid moving the cursor. (Christian Brabandt)

11 years agoupdated for version 7.4.066 v7.4.066
Bram Moolenaar [Mon, 4 Nov 2013 01:54:12 +0000 (02:54 +0100)]
updated for version 7.4.066
Problem:    MS-Windows: When there is a colon in the file name (sub-stream
            feature) the swap file name is wrong.
Solution:   Change the colon to "%". (Yasuhiro Matsumoto)

11 years agoupdated for version 7.4.065 v7.4.065
Bram Moolenaar [Mon, 4 Nov 2013 01:01:01 +0000 (02:01 +0100)]
updated for version 7.4.065
Problem:    When recording, the character typed at the hit-enter prompt is
            recorded twice. (Urtica Dioica)
Solution:   Avoid recording the character twice. (Christian Brabandt)

11 years agoupdated for version 7.4.064 v7.4.064
Bram Moolenaar [Mon, 4 Nov 2013 00:41:17 +0000 (01:41 +0100)]
updated for version 7.4.064
Problem:    When replacing a character in Visual block mode, entering a CR
            does not cause a repeated line break.
Solution:   Recognize the situation and repeat the line break. (Christian
            Brabandt)

11 years agoupdated for version 7.4.063 v7.4.063
Bram Moolenaar [Sun, 3 Nov 2013 23:34:53 +0000 (00:34 +0100)]
updated for version 7.4.063
Problem:    Crash when using invalid key in Python dictionary.
Solution:   Check for object to be NULL.  Add tests. (ZyX)

11 years agoUpdate runtime files.
Bram Moolenaar [Sun, 3 Nov 2013 20:14:31 +0000 (21:14 +0100)]
Update runtime files.

11 years agoupdated for version 7.4.062 v7.4.062
Bram Moolenaar [Sun, 3 Nov 2013 19:26:31 +0000 (20:26 +0100)]
updated for version 7.4.062
Problem:    Configure check for AvailabilityMacros.h is wrong.
Solution:   Use AC_CHECK_HEADERS().

11 years agoupdated for version 7.4.061 v7.4.061
Bram Moolenaar [Sat, 2 Nov 2013 23:41:00 +0000 (00:41 +0100)]
updated for version 7.4.061
Problem:    Availability macros configure check in wrong place.
Solution:   Also check when not using Darwin. Remove version check.

11 years agoupdated for version 7.4.060 v7.4.060
Bram Moolenaar [Sat, 2 Nov 2013 23:28:25 +0000 (00:28 +0100)]
updated for version 7.4.060
Problem:    Declaration has wrong return type for PyObject_SetAttrString().
Solution:   Use int instead of PyObject. (Andreas Schwab)

11 years agoupdated for version 7.4.059 v7.4.059
Bram Moolenaar [Sat, 2 Nov 2013 23:20:52 +0000 (00:20 +0100)]
updated for version 7.4.059
Problem:    set_last_cursor() may encounter w_buffer being NULL.  (Matt
            Mkaniaris)
Solution:   Check for NULL.

11 years agoupdated for version 7.4.058 v7.4.058
Bram Moolenaar [Sat, 2 Nov 2013 22:59:35 +0000 (23:59 +0100)]
updated for version 7.4.058
Problem:    Warnings on 64 bit Windows.
Solution:   Add type casts. (Mike Williams)

11 years agoupdated for version 7.4.057 v7.4.057
Bram Moolenaar [Sat, 2 Nov 2013 22:29:26 +0000 (23:29 +0100)]
updated for version 7.4.057
Problem:    byteidx() does not work for composing characters.
Solution:   Add byteidxcomp().

11 years agoupdated for version 7.4.056 v7.4.056
Bram Moolenaar [Sat, 2 Nov 2013 20:49:32 +0000 (21:49 +0100)]
updated for version 7.4.056
Problem:    Mac: Compilation problem with OS X 10.9 Mavericks.
Solution:   Include AvailabilityMacros.h when available. (Kazunobu Kuriyama)

11 years agoupdated for version 7.4.055 v7.4.055
Bram Moolenaar [Sat, 2 Nov 2013 20:04:38 +0000 (21:04 +0100)]
updated for version 7.4.055
Problem:    Mac: Where availability macros are defined depends on the system.
Solution:   Add a configure check. (Felix Bünemann)

11 years agoupdated for version 7.4.054 v7.4.054
Bram Moolenaar [Sat, 2 Nov 2013 03:39:38 +0000 (04:39 +0100)]
updated for version 7.4.054
Problem:    Reading past end of the 'stl' string.
Solution:   Don't increment pointer when already at the NUL. (Christian
            Brabandt)

11 years agoupdated for version 7.4.053 v7.4.053
Bram Moolenaar [Sat, 2 Nov 2013 03:19:34 +0000 (04:19 +0100)]
updated for version 7.4.053
Problem:    Test75 has a wrong header. (ZyX)
Solution:   Fix the text and remove leading ".

11 years agoupdated for version 7.4.052 v7.4.052
Bram Moolenaar [Sun, 6 Oct 2013 15:46:56 +0000 (17:46 +0200)]
updated for version 7.4.052
Problem:    With 'fo' set to "a2" inserting a space in the first column may
            cause the cursor to jump to the previous line.
Solution:   Handle the case when there is no comment leader properly. (Tor
            Perkins)  Also fix that cursor is in the wrong place when spaces
            get replaced with a Tab.