]> granicus.if.org Git - vim/log
vim
11 years agoupdated for version 7.4.167 v7.4.167
Bram Moolenaar [Wed, 5 Feb 2014 21:26:05 +0000 (22:26 +0100)]
updated for version 7.4.167
Problem:    Fixes are not tested.
Solution:   Add a test for not autoloading on assignment. (Yukihiro Nakadaira)

11 years agoupdated for version 7.4.166 v7.4.166
Bram Moolenaar [Wed, 5 Feb 2014 21:13:05 +0000 (22:13 +0100)]
updated for version 7.4.166
Problem:    Auto-loading a function for code that won't be executed.
Solution:   Do not auto-load when evaluation is off. (Yasuhiro Matsumoto)

11 years agoupdated for version 7.4.165 v7.4.165
Bram Moolenaar [Wed, 5 Feb 2014 21:02:01 +0000 (22:02 +0100)]
updated for version 7.4.165
Problem:    By default, after closing a buffer changes can't be undone.
Solution:   In the example vimrc file set 'undofile'.

11 years agoupdated for version 7.4.164 v7.4.164
Bram Moolenaar [Wed, 5 Feb 2014 13:02:27 +0000 (14:02 +0100)]
updated for version 7.4.164
Problem:    Problem with event handling on Windows 8.
Solution:   Ignore duplicate WINDOW_BUFFER_SIZE_EVENTs. (Nobuhiro Takasaki)

11 years agoupdated for version 7.4.163 v7.4.163
Bram Moolenaar [Wed, 5 Feb 2014 12:36:54 +0000 (13:36 +0100)]
updated for version 7.4.163
Problem:    MS-Windows input doesn't work properly on Windows 7 and earlier.
Solution:   Add a check for Windows 8. (Yasuhiro Matsumoto)

11 years agoupdated for version 7.4.162 v7.4.162
Bram Moolenaar [Wed, 5 Feb 2014 11:36:42 +0000 (12:36 +0100)]
updated for version 7.4.162
Problem:    Running tests in shadow dir doesn't work.
Solution:   Add testdir/sautest to the shadow target. (James McCoy)

11 years agoupdated for version 7.4.161 v7.4.161
Bram Moolenaar [Fri, 31 Jan 2014 13:54:04 +0000 (14:54 +0100)]
updated for version 7.4.161
Problem:    Crash in Python exception handling.
Solution:   Only use exception variables if did_throw is set. (ZyX)

11 years agoupdated for version 7.4.160 v7.4.160
Bram Moolenaar [Fri, 24 Jan 2014 18:55:37 +0000 (19:55 +0100)]
updated for version 7.4.160
Problem:    Win32: Crash when executing external command.
Solution:   Only close the handle when it was created. (Yasuhiro Matsumoto)

11 years agoupdated for version 7.4.159 v7.4.159
Bram Moolenaar [Thu, 23 Jan 2014 21:45:58 +0000 (22:45 +0100)]
updated for version 7.4.159
Problem:    Completion hangs when scanning the current buffer after doing
            keywords. (Christian Brabandt)
Solution:   Set the first match position when starting to scan the current
            buffer.

11 years agoupdated for version 7.4.158 v7.4.158
Bram Moolenaar [Thu, 23 Jan 2014 19:09:34 +0000 (20:09 +0100)]
updated for version 7.4.158
Problem:    Pattern containing \zs is not handled correctly by substitute().
Solution:   Change how an empty match is skipped. (Yukihiro Nakadaira)

11 years agoupdated for version 7.4.157 v7.4.157
Bram Moolenaar [Thu, 23 Jan 2014 17:12:49 +0000 (18:12 +0100)]
updated for version 7.4.157
Problem:    Error number used twice. (Yukihiro Nakadaira)
Solution:   Change the one not referred in the docs.

11 years agoupdated for version 7.4.156 v7.4.156
Bram Moolenaar [Thu, 23 Jan 2014 13:26:24 +0000 (14:26 +0100)]
updated for version 7.4.156
Problem:    Test file missing from distribution.
Solution:   Add new directory to file list.

11 years agoUpdated runtime files.
Bram Moolenaar [Thu, 23 Jan 2014 13:24:41 +0000 (14:24 +0100)]
Updated runtime files.

11 years agoupdated for version 7.4.155 v7.4.155
Bram Moolenaar [Tue, 14 Jan 2014 20:31:34 +0000 (21:31 +0100)]
updated for version 7.4.155
Problem:    ":keeppatterns /pat" does not keep search pattern offset.
Solution:   Restore the offset after doing the search.

11 years agoupdated for version 7.4.154 v7.4.154
Bram Moolenaar [Tue, 14 Jan 2014 18:44:34 +0000 (19:44 +0100)]
updated for version 7.4.154
Problem:    Still a problem with auto-loading.
Solution:   Pass no_autoload to deref_func_name(). (Yukihiro Nakadaira)

11 years agoupdated for version 7.4.153 v7.4.153
Bram Moolenaar [Tue, 14 Jan 2014 18:35:56 +0000 (19:35 +0100)]
updated for version 7.4.153
Problem:    Compiler warning for pointer type.
Solution:   Add type cast.

11 years agoupdated for version 7.4.152 v7.4.152
Bram Moolenaar [Tue, 14 Jan 2014 15:55:00 +0000 (16:55 +0100)]
updated for version 7.4.152
Problem:    Python: Cannot iterate over options.
Solution:   Add options iterator. (ZyX)

11 years agoupdated for version 7.4.151 v7.4.151
Bram Moolenaar [Tue, 14 Jan 2014 15:36:51 +0000 (16:36 +0100)]
updated for version 7.4.151
Problem:    Python: slices with steps are not supported.
Solution:   Support slices in Python vim.List. (ZyX)

11 years agoupdated for version 7.4.150 v7.4.150
Bram Moolenaar [Tue, 14 Jan 2014 14:53:51 +0000 (15:53 +0100)]
updated for version 7.4.150
Problem:    :keeppatterns is not respected for :s.
Solution:   Check the keeppatterns flag. (Yasuhiro Matsumoto)

11 years agoupdated for version 7.4.149 v7.4.149
Bram Moolenaar [Tue, 14 Jan 2014 14:24:39 +0000 (15:24 +0100)]
updated for version 7.4.149
Problem:    Get E685 error when assigning a function to an autoload variable.
            (Yukihiro Nakadaira)
Solution:   Instead of having a global no_autoload variable, pass an autoload
            flag down to where it is used. (ZyX)

11 years agoupdated for version 7.4.148 v7.4.148
Bram Moolenaar [Tue, 14 Jan 2014 12:26:21 +0000 (13:26 +0100)]
updated for version 7.4.148
Problem:    Cannot build with Cygwin and X11.
Solution:   Include Xwindows.h instead of windows.h. (Lech Lorens)

11 years agoupdated for version 7.4.147 v7.4.147
Bram Moolenaar [Tue, 14 Jan 2014 12:18:58 +0000 (13:18 +0100)]
updated for version 7.4.147
Problem:    Cursor moves to wrong position when using "gj" after "$" and
            virtual editing is active.
Solution:   Make "gj" behave differently when virtual editing is active.
            (Hirohito Higashi)

11 years agoupdated for version 7.4.146 v7.4.146
Bram Moolenaar [Tue, 14 Jan 2014 11:57:05 +0000 (12:57 +0100)]
updated for version 7.4.146
Problem:    When starting Vim with "-u NONE" v:oldfiles is NULL.
Solution:   Set v:oldfiles to an empty list. (Yasuhiro Matsumoto)

11 years agoupdated for version 7.4.145 v7.4.145
Bram Moolenaar [Tue, 14 Jan 2014 11:33:36 +0000 (12:33 +0100)]
updated for version 7.4.145
Problem:    getregtype() does not return zero for unknown register.
Solution:   Adjust documention: return empty string for unknown register.
            Check the register name to be valid. (Yukihiro Nakadaira)

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)