Bram Moolenaar
7db7784103
updated for version 7.4.223
...
Problem: Still using an older autoconf version.
Solution: Switch to autoconf 2.69.
v7.4.223
2014-03-27 17:40:59 +01:00
Bram Moolenaar
a6fd37be4f
updated for version 7.4.222
...
Problem: The Ruby directory is constructed from parts.
Solution: Use 'rubyarchhdrdir' if it exists. (James McCoy)
v7.4.222
2014-03-27 17:19:09 +01:00
Bram Moolenaar
158864120d
updated for version 7.4.221
...
Problem: Quickfix doesn't resize on ":copen 20". (issue 199)
Solution: Resize the window when requested. (Christian Brabandt)
v7.4.221
2014-03-27 17:02:27 +01:00
Bram Moolenaar
c666b5b467
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.
v7.4.220
2014-03-27 12:40:30 +01:00
Bram Moolenaar
b679875b29
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.
v7.4.219
2014-03-27 12:11:48 +01:00
Bram Moolenaar
327aa02dda
updated for version 7.4.218
...
Problem: It's not easy to remove duplicates from a list.
Solution: Add the uniq() function. (LCD)
v7.4.218
2014-03-25 18:24:23 +01:00
Bram Moolenaar
1a3eb8e1b5
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)
v7.4.217
2014-03-25 15:34:48 +01:00
Bram Moolenaar
c410530637
updated for version 7.4.216
...
Problem: Compiler warnings. (Tony Mechelynck)
Solution: Initialize variables, add #ifdef.
v7.4.216
2014-03-25 13:46:26 +01:00
Bram Moolenaar
7b44934037
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.
v7.4.215
2014-03-25 13:03:48 +01:00
Bram Moolenaar
03305f396f
updated for version 7.4.214
...
Problem: Compilation problems on HP_nonStop (Tandem).
Solution: Add #defines. (Joachim Schmitz)
v7.4.214
2014-03-24 19:44:09 +01:00
Bram Moolenaar
5803ae6c07
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)
v7.4.213
2014-03-23 16:04:02 +01:00
Bram Moolenaar
f7ff6e85e8
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.
v7.4.212
2014-03-23 15:13:05 +01:00
Bram Moolenaar
a687837516
Updated runtime files.
2014-03-22 21:02:50 +01:00
Bram Moolenaar
ed287f9a4e
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".
v7.4.211
2014-03-22 13:30:01 +01:00
Bram Moolenaar
4c9a949d00
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)
v7.4.210
2014-03-19 18:57:54 +01:00
Bram Moolenaar
529d2d6369
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)
v7.4.209
2014-03-19 17:41:23 +01:00
Bram Moolenaar
2fb9fa19e2
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)
v7.4.208
2014-03-19 17:32:51 +01:00
Bram Moolenaar
9c8c8c5d30
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.
v7.4.207
2014-03-19 14:01:57 +01:00
Bram Moolenaar
a0844a1170
updated for version 7.4.206
...
Problem: Compiler warnings on 64 bit Windows.
Solution: Add type casts. (Mike Williams)
v7.4.206
2014-03-19 12:37:22 +01:00
Bram Moolenaar
f0bdd2f28d
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)
v7.4.205
2014-03-12 21:28:26 +01:00
Bram Moolenaar
1d9ff43f58
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)
v7.4.204
2014-03-12 20:17:51 +01:00
Bram Moolenaar
8eded09bf7
updated for version 7.4.203
...
Problem: Parsing 'errorformat' is not correct.
Solution: Reset "multiignore" at the start of a multi-line message. (Lcd)
v7.4.203
2014-03-12 19:41:55 +01:00
Bram Moolenaar
b1692e2b8f
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)
v7.4.202
2014-03-12 19:24:37 +01:00
Bram Moolenaar
af6c131bf7
updated for version 7.4.201
...
Problem: 'lispwords' is a global option.
Solution: Make 'lispwords' global-local. (Sung Pae)
v7.4.201
2014-03-12 18:55:58 +01:00
Bram Moolenaar
24ff9e33a9
updated for version 7.4.200
...
Problem: Too many #ifdefs in the code.
Solution: Enable FEAT_VISUAL always, await any complaints
v7.4.200
2014-03-12 17:56:48 +01:00
Bram Moolenaar
27bed20452
updated for version 7.4.199
...
Problem: (issue 197) ]P doesn't paste over Visual selection.
Solution: Handle Visual mode specifically. (Christian Brabandt)
v7.4.199
2014-03-12 17:42:04 +01:00
Bram Moolenaar
d8619997c4
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)
v7.4.198
2014-03-12 17:08:05 +01:00
Bram Moolenaar
206f011829
updated for version 7.4.197
...
Problem: Various problems on VMS.
Solution: Fix several VMS problems. (Zoltan Arpadffy)
v7.4.197
2014-03-12 16:51:55 +01:00
Bram Moolenaar
f7dc2b5517
updated for version 7.4.196
...
Problem: Tests fail on Solaris 9 and 10.
Solution: Use "test -f" instead of "test -e". (Laurent Blume)
v7.4.196
2014-03-12 15:50:22 +01:00
Bram Moolenaar
038e5d4766
updated for version 7.4.195
...
Problem: Python tests fail.
Solution: Change "then" to "than" in more places. (Dominique Pelle, Taro
Muraoka)
v7.4.195
2014-03-12 15:26:40 +01:00
Bram Moolenaar
4064e24a0f
updated for version 7.4.194
...
Problem: Can't build for Android.
Solution: Add #if condition. (Fredrik Fornwall)
v7.4.194
2014-03-12 14:54:34 +01:00
Bram Moolenaar
0858917e43
Updated runtime files.
2014-03-08 18:38:28 +01:00
Bram Moolenaar
4de6a212f9
updated for version 7.4.193
...
Problem: Typos in messages.
Solution: "then" -> "than". (Dominique Pelle)
v7.4.193
2014-03-08 16:13:44 +01:00
Bram Moolenaar
47b8342abd
updated for version 7.4.192
...
Problem: Memory leak when giving E853.
Solution: Free the argument. (Dominique Pelle)
v7.4.192
2014-02-24 03:32:00 +01:00
Bram Moolenaar
251835e14f
Update runtime files. Add Euphoria syntax files.
2014-02-24 02:51:51 +01:00
Bram Moolenaar
26df092843
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.
v7.4.191
2014-02-23 23:39:13 +01:00
Bram Moolenaar
581966e832
updated for version 7.4.190
...
Problem: Compiler warning for using %lld for off_t.
Solution: Add type cast.
v7.4.190
2014-02-23 22:58:17 +01:00
Bram Moolenaar
f30caaf08d
updated for version 7.4.189
...
Problem: Compiler warning for unused argument.
Solution: Add UNUSED.
v7.4.189
2014-02-23 22:54:58 +01:00
Bram Moolenaar
a2aa31a926
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.
v7.4.188
2014-02-23 22:52:40 +01:00
Bram Moolenaar
7d311c52ce
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)
v7.4.187
2014-02-22 23:49:35 +01:00
Bram Moolenaar
b1d90a3d77
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)
v7.4.186
2014-02-22 23:03:55 +01:00
Bram Moolenaar
631abc35df
updated for version 7.4.185
...
Problem: Clang gives warnings.
Solution: Adjust how bigness is set. (Dominique Pelle)
v7.4.185
2014-02-22 22:27:47 +01:00
Bram Moolenaar
9feaf6206f
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)
v7.4.184
2014-02-22 22:18:47 +01:00
Bram Moolenaar
c86438205b
updated for version 7.4.183
...
Problem: MSVC Visual Studio update not supported.
Solution: Add version number. (Mike William)
v7.4.183
2014-02-15 19:47:51 +01:00
Bram Moolenaar
45e2bcc275
updated for version 7.4.182
...
Problem: Building with mzscheme and racket does not work. (David Chimay)
Solution: Adjust autoconf. (Sergey Khorev)
v7.4.182
2014-02-15 17:19:00 +01:00
Bram Moolenaar
06811f33ce
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)
v7.4.181
2014-02-15 16:17:07 +01:00
Bram Moolenaar
403b3cf0a1
updated for version 7.4.180
...
Problem: Older Python versions don't support %ld.
Solution: Use %d instead. (ZyX)
v7.4.180
2014-02-15 15:59:03 +01:00
Bram Moolenaar
0e4eebd425
updated for version 7.4.179
...
Problem: Warning for type-punned pointer. (Tony Mechelynck)
Solution: Use intermediate variable.
v7.4.179
2014-02-12 22:08:49 +01:00
Bram Moolenaar
f92d8a254a
updated for version 7.4.178
...
Problem: The J command does not update '[ and '] marks. (William Gardner)
Solution: Set the marks. (Christian Brabandt)
v7.4.178
2014-02-11 19:33:07 +01:00
Bram Moolenaar
92dff1827a
Update runtime files. Add support for systemverilog.
2014-02-11 19:15:50 +01:00