]> granicus.if.org Git - vim/log
vim
11 years agoupdated for version 7.4.232 v7.4.232
Bram Moolenaar [Tue, 1 Apr 2014 15:49:44 +0000 (17:49 +0200)]
updated for version 7.4.232
Problem:    ":%s/\n//" uses a lot of memory. (Aidan Marlin)
Solution:   Turn this into a join command. (Christian Brabandt)

11 years agoupdated for version 7.4.231 v7.4.231
Bram Moolenaar [Tue, 1 Apr 2014 12:08:28 +0000 (14:08 +0200)]
updated for version 7.4.231
Problem:    An error in ":options" is not caught by the tests.
Solution:   Add a test for ":options".  Set $VIMRUNTIME for the tests so that
            it uses the current runtime files instead of the installed ones.

11 years agoupdated for version 7.4.230 v7.4.230
Bram Moolenaar [Tue, 1 Apr 2014 10:26:46 +0000 (12:26 +0200)]
updated for version 7.4.230
Problem:    Error when using ":options".
Solution:   Fix the entry for 'lispwords'. (Kenichi Ito)

11 years agoupdated for version 7.4.229 v7.4.229
Bram Moolenaar [Sun, 30 Mar 2014 14:49:09 +0000 (16:49 +0200)]
updated for version 7.4.229
Problem:    Using ":let" for listing variables and the second one is a curly
            braces expression may fail.
Solution:   Check for an "=" in a better way. (ZyX)

11 years agoupdated for version 7.4.228 v7.4.228
Bram Moolenaar [Sun, 30 Mar 2014 14:11:43 +0000 (16:11 +0200)]
updated for version 7.4.228
Problem:    Compiler warnings when building with Python 3.2.
Solution:   Make type cast depend on Python version. (Ken Takata)

11 years agoupdated for version 7.4.227 v7.4.227
Bram Moolenaar [Fri, 28 Mar 2014 20:58:21 +0000 (21:58 +0100)]
updated for version 7.4.227
Problem:    Can't build with Ruby 1.8.
Solution:   Do include a check for the Ruby version. (Ken Takata)

11 years agoupdated for version 7.4.226 v7.4.226
Bram Moolenaar [Fri, 28 Mar 2014 20:49:32 +0000 (21:49 +0100)]
updated for version 7.4.226
Problem:    Cursurline highlighting not redrawn when scrolling. (John
            Marriott)
Solution:   Check for required redraw in two places.

11 years agoUpdate runtime files.
Bram Moolenaar [Thu, 27 Mar 2014 21:30:07 +0000 (22:30 +0100)]
Update runtime files.

11 years agoupdated for version 7.4.225 v7.4.225
Bram Moolenaar [Thu, 27 Mar 2014 18:08:55 +0000 (19:08 +0100)]
updated for version 7.4.225
Problem:    Dynamic Ruby doesn't work on Solaris.
Solution:   Always use the stubs. (Danek Duvall, Yukihiro Nakadaira)

11 years agoupdated for version 7.4.224 v7.4.224
Bram Moolenaar [Thu, 27 Mar 2014 17:51:11 +0000 (18:51 +0100)]
updated for version 7.4.224
Problem:    /usr/bin/grep on Solaris does not support -F.
Solution:   Add configure check to find a good grep. (Danek Duvall)

11 years agoupdated for version 7.4.223 v7.4.223
Bram Moolenaar [Thu, 27 Mar 2014 16:40:59 +0000 (17:40 +0100)]
updated for version 7.4.223
Problem:    Still using an older autoconf version.
Solution:   Switch to autoconf 2.69.

11 years agoupdated for version 7.4.222 v7.4.222
Bram Moolenaar [Thu, 27 Mar 2014 16:19:09 +0000 (17:19 +0100)]
updated for version 7.4.222
Problem:    The Ruby directory is constructed from parts.
Solution:   Use 'rubyarchhdrdir' if it exists. (James McCoy)

11 years agoupdated for version 7.4.221 v7.4.221
Bram Moolenaar [Thu, 27 Mar 2014 16:02:27 +0000 (17:02 +0100)]
updated for version 7.4.221
Problem:    Quickfix doesn't resize on ":copen 20". (issue 199)
Solution:   Resize the window when requested. (Christian Brabandt)

11 years agoupdated for version 7.4.220 v7.4.220
Bram Moolenaar [Thu, 27 Mar 2014 11:40:30 +0000 (12:40 +0100)]
updated for version 7.4.220
Problem:    Test 105 does not work in a shadow dir. (James McCoy)
Solution:   Omit "src/" from the checked path.

11 years agoupdated for version 7.4.219 v7.4.219
Bram Moolenaar [Thu, 27 Mar 2014 11:11:48 +0000 (12:11 +0100)]
updated for version 7.4.219
Problem:    When 'relativenumber' or 'cursorline' are set the window is
            redrawn much to often. (Patrick Hemmer, Dominique Pelle)
Solution:   Check the VALID_CROW flag instead of VALID_WROW.

11 years agoupdated for version 7.4.218 v7.4.218
Bram Moolenaar [Tue, 25 Mar 2014 17:24:23 +0000 (18:24 +0100)]
updated for version 7.4.218
Problem:    It's not easy to remove duplicates from a list.
Solution:   Add the uniq() function. (LCD)

11 years agoupdated for version 7.4.217 v7.4.217
Bram Moolenaar [Tue, 25 Mar 2014 14:34:48 +0000 (15:34 +0100)]
updated for version 7.4.217
Problem:    When src/auto/configure was updated, "make clean" would run
            configure pointlessly.
Solution:   Do not run configure for "make clean" and "make distclean" when
            the make program supports $MAKECMDGOALS. (Ken Takata)

11 years agoupdated for version 7.4.216 v7.4.216
Bram Moolenaar [Tue, 25 Mar 2014 12:46:26 +0000 (13:46 +0100)]
updated for version 7.4.216
Problem:    Compiler warnings. (Tony Mechelynck)
Solution:   Initialize variables, add #ifdef.

11 years agoupdated for version 7.4.215 v7.4.215
Bram Moolenaar [Tue, 25 Mar 2014 12:03:48 +0000 (13:03 +0100)]
updated for version 7.4.215
Problem:    Inconsistency: ":sp foo" does not reload "foo", unless "foo" is
            the current buffer. (Liang Li)
Solution:   Do not reload the current buffer on a split command.

11 years agoupdated for version 7.4.214 v7.4.214
Bram Moolenaar [Mon, 24 Mar 2014 18:44:09 +0000 (19:44 +0100)]
updated for version 7.4.214
Problem:    Compilation problems on HP_nonStop (Tandem).
Solution:   Add #defines. (Joachim Schmitz)

11 years agoupdated for version 7.4.213 v7.4.213
Bram Moolenaar [Sun, 23 Mar 2014 15:04:02 +0000 (16:04 +0100)]
updated for version 7.4.213
Problem:    It's not possible to open a new buffer without creating a swap
            file.
Solution:   Add the ":noswapfile" modifier. (Christian Brabandt)

11 years agoupdated for version 7.4.212 v7.4.212
Bram Moolenaar [Sun, 23 Mar 2014 14:13:05 +0000 (15:13 +0100)]
updated for version 7.4.212
Problem:    Now that the +visual feature is always enabled the #ifdefs for it
            are not useful.
Solution:   Remove the checks for FEAT_VISUAL.

11 years agoUpdated runtime files.
Bram Moolenaar [Sat, 22 Mar 2014 20:02:50 +0000 (21:02 +0100)]
Updated runtime files.

11 years agoupdated for version 7.4.211 v7.4.211
Bram Moolenaar [Sat, 22 Mar 2014 12:30:01 +0000 (13:30 +0100)]
updated for version 7.4.211
Problem:    ":lu" is an abbreviation for ":lua", but it should be ":lunmap".
            (ZyX)
Solution:   Move "lunmap" to above "lua".

11 years agoupdated for version 7.4.210 v7.4.210
Bram Moolenaar [Wed, 19 Mar 2014 17:57:54 +0000 (18:57 +0100)]
updated for version 7.4.210
Problem:    Visual block mode plus virtual edit doesn't work well with tabs.
            (Liang Li)
Solution:   Take coladd into account. (Christian Brabandt)

11 years agoupdated for version 7.4.209 v7.4.209
Bram Moolenaar [Wed, 19 Mar 2014 16:41:23 +0000 (17:41 +0100)]
updated for version 7.4.209
Problem:    When repeating a filter command "%" and "#" are expanded.
Solution:   Escape the command when storing for redo. (Christian Brabandt)

11 years agoupdated for version 7.4.208 v7.4.208
Bram Moolenaar [Wed, 19 Mar 2014 16:32:51 +0000 (17:32 +0100)]
updated for version 7.4.208
Problem:    Mercurial picks up some files that are not distributed.
Solution:   Add patterns to the ignore list. (Cade Forester)

11 years agoupdated for version 7.4.207 v7.4.207
Bram Moolenaar [Wed, 19 Mar 2014 13:01:57 +0000 (14:01 +0100)]
updated for version 7.4.207
Problem:    The cursor report sequence is sometimes not recognized and results
            in entering replace mode.
Solution:   Also check for the cursor report when not asked for.

11 years agoupdated for version 7.4.206 v7.4.206
Bram Moolenaar [Wed, 19 Mar 2014 11:37:22 +0000 (12:37 +0100)]
updated for version 7.4.206
Problem:    Compiler warnings on 64 bit Windows.
Solution:   Add type casts. (Mike Williams)

11 years agoupdated for version 7.4.205 v7.4.205
Bram Moolenaar [Wed, 12 Mar 2014 20:28:26 +0000 (21:28 +0100)]
updated for version 7.4.205
Problem:    ":mksession" writes command to move to second argument while it
            does not exist.  When it does exist the order might be wrong.
Solution:   Use ":argadd" for each argument instead of using ":args" with a
            list of names. (Nobuhiro Takasaki)

11 years agoupdated for version 7.4.204 v7.4.204
Bram Moolenaar [Wed, 12 Mar 2014 19:17:51 +0000 (20:17 +0100)]
updated for version 7.4.204
Problem:    A mapping where the second byte is 0x80 doesn't work.
Solution:   Unescape before checking for incomplete multi-byte char. (Nobuhiro
            Takasaki)

11 years agoupdated for version 7.4.203 v7.4.203
Bram Moolenaar [Wed, 12 Mar 2014 18:41:55 +0000 (19:41 +0100)]
updated for version 7.4.203
Problem:    Parsing 'errorformat' is not correct.
Solution:   Reset "multiignore" at the start of a multi-line message. (Lcd)

11 years agoupdated for version 7.4.202 v7.4.202
Bram Moolenaar [Wed, 12 Mar 2014 18:24:37 +0000 (19:24 +0100)]
updated for version 7.4.202
Problem:    MS-Windows: non-ASCII font names don't work.
Solution:   Convert between the current code page and 'encoding'. (Ken Takata)

11 years agoupdated for version 7.4.201 v7.4.201
Bram Moolenaar [Wed, 12 Mar 2014 17:55:58 +0000 (18:55 +0100)]
updated for version 7.4.201
Problem:    'lispwords' is a global option.
Solution:   Make 'lispwords' global-local. (Sung Pae)

11 years agoupdated for version 7.4.200 v7.4.200
Bram Moolenaar [Wed, 12 Mar 2014 16:56:48 +0000 (17:56 +0100)]
updated for version 7.4.200
Problem:    Too many #ifdefs in the code.
Solution:   Enable FEAT_VISUAL always, await any complaints

11 years agoupdated for version 7.4.199 v7.4.199
Bram Moolenaar [Wed, 12 Mar 2014 16:42:04 +0000 (17:42 +0100)]
updated for version 7.4.199
Problem:    (issue 197) ]P doesn't paste over Visual selection.
Solution:   Handle Visual mode specifically. (Christian Brabandt)

11 years agoupdated for version 7.4.198 v7.4.198
Bram Moolenaar [Wed, 12 Mar 2014 16:08:05 +0000 (17:08 +0100)]
updated for version 7.4.198
Problem:    Can't build Vim with Perl when -Dusethreads is not specified for
            building Perl, and building Vim with --enable-perlinterp=dynamic.
Solution:   Adjust #ifdefs. (Yasuhiro Matsumoto)

11 years agoupdated for version 7.4.197 v7.4.197
Bram Moolenaar [Wed, 12 Mar 2014 15:51:55 +0000 (16:51 +0100)]
updated for version 7.4.197
Problem:    Various problems on VMS.
Solution:   Fix several VMS problems. (Zoltan Arpadffy)

11 years agoupdated for version 7.4.196 v7.4.196
Bram Moolenaar [Wed, 12 Mar 2014 14:50:22 +0000 (15:50 +0100)]
updated for version 7.4.196
Problem:    Tests fail on Solaris 9 and 10.
Solution:   Use "test -f" instead of "test -e".  (Laurent Blume)

11 years agoupdated for version 7.4.195 v7.4.195
Bram Moolenaar [Wed, 12 Mar 2014 14:26:40 +0000 (15:26 +0100)]
updated for version 7.4.195
Problem:    Python tests fail.
Solution:   Change "then" to "than" in more places. (Dominique Pelle, Taro
            Muraoka)

11 years agoupdated for version 7.4.194 v7.4.194
Bram Moolenaar [Wed, 12 Mar 2014 13:54:34 +0000 (14:54 +0100)]
updated for version 7.4.194
Problem:    Can't build for Android.
Solution:   Add #if condition. (Fredrik Fornwall)

11 years agoUpdated runtime files.
Bram Moolenaar [Sat, 8 Mar 2014 17:38:28 +0000 (18:38 +0100)]
Updated runtime files.

11 years agoupdated for version 7.4.193 v7.4.193
Bram Moolenaar [Sat, 8 Mar 2014 15:13:44 +0000 (16:13 +0100)]
updated for version 7.4.193
Problem:    Typos in messages.
Solution:   "then" -> "than". (Dominique Pelle)

11 years agoupdated for version 7.4.192 v7.4.192
Bram Moolenaar [Mon, 24 Feb 2014 02:32:00 +0000 (03:32 +0100)]
updated for version 7.4.192
Problem:    Memory leak when giving E853.
Solution:   Free the argument. (Dominique Pelle)

11 years agoUpdate runtime files. Add Euphoria syntax files.
Bram Moolenaar [Mon, 24 Feb 2014 01:51:51 +0000 (02:51 +0100)]
Update runtime files.  Add Euphoria syntax files.

11 years agoupdated for version 7.4.191 v7.4.191
Bram Moolenaar [Sun, 23 Feb 2014 22:39:13 +0000 (23:39 +0100)]
updated for version 7.4.191
Problem:    Escaping a file name for shell commands can't be done without a
            function.
Solution:   Add the :S file name modifier.

11 years agoupdated for version 7.4.190 v7.4.190
Bram Moolenaar [Sun, 23 Feb 2014 21:58:17 +0000 (22:58 +0100)]
updated for version 7.4.190
Problem:    Compiler warning for using %lld for off_t.
Solution:   Add type cast.

11 years agoupdated for version 7.4.189 v7.4.189
Bram Moolenaar [Sun, 23 Feb 2014 21:54:58 +0000 (22:54 +0100)]
updated for version 7.4.189
Problem:    Compiler warning for unused argument.
Solution:   Add UNUSED.

11 years agoupdated for version 7.4.188 v7.4.188
Bram Moolenaar [Sun, 23 Feb 2014 21:52:40 +0000 (22:52 +0100)]
updated for version 7.4.188
Problem:    SIZEOF_LONG clashes with similar defines in header files.
Solution:   Rename to a name starting with VIM_.  Also for SIZEOF_INT.

11 years agoupdated for version 7.4.187 v7.4.187
Bram Moolenaar [Sat, 22 Feb 2014 22:49:35 +0000 (23:49 +0100)]
updated for version 7.4.187
Problem:    Delete that crosses line break splits multi-byte character.
Solution:   Advance a character instead of a byte. (Cade Foster)

11 years agoupdated for version 7.4.186 v7.4.186
Bram Moolenaar [Sat, 22 Feb 2014 22:03:55 +0000 (23:03 +0100)]
updated for version 7.4.186
Problem:    Insert in Visual mode sometimes gives incorrect results.
            (Dominique Pelle)
Solution:   Remember the original insert start position. (Christian Brabandt,
            Dominique Pelle)

11 years agoupdated for version 7.4.185 v7.4.185
Bram Moolenaar [Sat, 22 Feb 2014 21:27:47 +0000 (22:27 +0100)]
updated for version 7.4.185
Problem:    Clang gives warnings.
Solution:   Adjust how bigness is set. (Dominique Pelle)

11 years agoupdated for version 7.4.184 v7.4.184
Bram Moolenaar [Sat, 22 Feb 2014 21:18:47 +0000 (22:18 +0100)]
updated for version 7.4.184
Problem:    match() does not work properly with a {count} argument.
Solution:   Compute the length once and update it.  Quit the loop when at the
            end. (Hirohito Higashi)

11 years agoupdated for version 7.4.183 v7.4.183
Bram Moolenaar [Sat, 15 Feb 2014 18:47:51 +0000 (19:47 +0100)]
updated for version 7.4.183
Problem:    MSVC Visual Studio update not supported.
Solution:   Add version number. (Mike William)

11 years agoupdated for version 7.4.182 v7.4.182
Bram Moolenaar [Sat, 15 Feb 2014 16:19:00 +0000 (17:19 +0100)]
updated for version 7.4.182
Problem:    Building with mzscheme and racket does not work. (David Chimay)
Solution:   Adjust autoconf. (Sergey Khorev)

11 years agoupdated for version 7.4.181 v7.4.181
Bram Moolenaar [Sat, 15 Feb 2014 15:17:07 +0000 (16:17 +0100)]
updated for version 7.4.181
Problem:    When using 'pastetoggle' the status lines are not updated. (Samuel
            Ferencik, Jan Christoph Ebersbach)
Solution:   Update the status lines. (Nobuhiro Takasaki)

11 years agoupdated for version 7.4.180 v7.4.180
Bram Moolenaar [Sat, 15 Feb 2014 14:59:03 +0000 (15:59 +0100)]
updated for version 7.4.180
Problem:    Older Python versions don't support %ld.
Solution:   Use %d instead. (ZyX)

11 years agoupdated for version 7.4.179 v7.4.179
Bram Moolenaar [Wed, 12 Feb 2014 21:08:49 +0000 (22:08 +0100)]
updated for version 7.4.179
Problem:    Warning for type-punned pointer. (Tony Mechelynck)
Solution:   Use intermediate variable.

11 years agoupdated for version 7.4.178 v7.4.178
Bram Moolenaar [Tue, 11 Feb 2014 18:33:07 +0000 (19:33 +0100)]
updated for version 7.4.178
Problem:    The J command does not update '[ and '] marks. (William Gardner)
Solution:   Set the marks. (Christian Brabandt)

11 years agoUpdate runtime files. Add support for systemverilog.
Bram Moolenaar [Tue, 11 Feb 2014 18:15:50 +0000 (19:15 +0100)]
Update runtime files.  Add support for systemverilog.

11 years agoupdated for version 7.4.177 v7.4.177
Bram Moolenaar [Tue, 11 Feb 2014 17:58:09 +0000 (18:58 +0100)]
updated for version 7.4.177
Problem:    Compiler warning for unused variable. (Tony Mechelynck)
Solution:   Add #ifdef.

11 years agoupdated for version 7.4.176 v7.4.176
Bram Moolenaar [Tue, 11 Feb 2014 17:47:27 +0000 (18:47 +0100)]
updated for version 7.4.176
Problem:    Dictionary.update() thows an error when used without arguments.
            Python programmers don't expect that.
Solution:   Make Dictionary.update() without arguments do nothing. (ZyX)

11 years agoupdated for version 7.4.175 v7.4.175
Bram Moolenaar [Tue, 11 Feb 2014 16:06:00 +0000 (17:06 +0100)]
updated for version 7.4.175
Problem:    When a wide library function fails, falling back to the non-wide
            function may do the wrong thing.
Solution:   Check the platform, when the wide function is supported don't fall
            back to the non-wide function. (Ken Takata)

11 years agoupdated for version 7.4.174 v7.4.174
Bram Moolenaar [Tue, 11 Feb 2014 15:00:35 +0000 (16:00 +0100)]
updated for version 7.4.174
Problem:    Compiler warnings for Python interface. (Tony Mechelynck)
Solution:   Add type casts, initialize variable.

11 years agoupdated for version 7.4.173 v7.4.173
Bram Moolenaar [Tue, 11 Feb 2014 14:47:46 +0000 (15:47 +0100)]
updated for version 7.4.173
Problem:    When using scrollbind the cursor can end up below the last line.
            (mvxxc)
Solution:   Reset w_botfill when scrolling up. (Christian Brabandt)

11 years agoupdated for version 7.4.172 v7.4.172
Bram Moolenaar [Tue, 11 Feb 2014 14:23:32 +0000 (15:23 +0100)]
updated for version 7.4.172
Problem:    The blowfish code mentions output feedback, but the code is
            actually doing cipher feedback.
Solution:   Adjust names and comments.

11 years agoupdated for version 7.4.171 v7.4.171
Bram Moolenaar [Tue, 11 Feb 2014 14:10:43 +0000 (15:10 +0100)]
updated for version 7.4.171
Problem:    Redo does not set v:count and v:count1.
Solution:   Use a separate buffer for redo, so that we can set the counts when
            performing redo.

11 years agoupdated for version 7.4.170 v7.4.170
Bram Moolenaar [Tue, 11 Feb 2014 11:15:43 +0000 (12:15 +0100)]
updated for version 7.4.170
Problem:    Some help tags don't work with ":help". (Tim Chase)
Solution:   Add exceptions.

11 years agoupdated for version 7.4.169 v7.4.169
Bram Moolenaar [Wed, 5 Feb 2014 21:46:52 +0000 (22:46 +0100)]
updated for version 7.4.169
Problem:    ":sleep" puts cursor in the wrong column. (Liang Li)
Solution:   Add the window offset. (Christian Brabandt)

11 years agoupdated for version 7.4.168 v7.4.168
Bram Moolenaar [Wed, 5 Feb 2014 21:41:15 +0000 (22:41 +0100)]
updated for version 7.4.168
Problem:    Can't compile with Ruby 2.1.0.
Solution:   Add support for new GC. (Kohei Suzuki)

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)