36e294c00c
patch 7.4.995
...
Problem: gdk_pixbuf_new_from_inline() is deprecated.
Solution: Generate auto/gui_gtk_gresources.c. (Kazunobu Kazunobu,
closes #507 )
v7.4.995
2015-12-29 18:55:46 +01:00
4e5a31c8b3
patch 7.4.994
...
Problem: New style tests are not run on MS-Windows.
Solution: Add the new style tests.
v7.4.994
2015-12-29 17:11:15 +01:00
52f6ae1366
patch 7.4.993
...
Problem: Test 87 is flaky on AppVeyor.
Solution: Reduce the minimum background thread count.
v7.4.993
2015-12-29 16:34:06 +01:00
013806229a
patch 7.4.992
...
Problem: Makefiles for MS-Windows in src/po are outdated.
Solution: Make them work. (Ken Takata, Taro Muraoka)
v7.4.992
2015-12-29 16:04:42 +01:00
096c8bb40d
patch 7.4.991
...
Problem: When running new style tests the output is not visible.
Solution: Add the testdir/messages file and show it. Update the list of
test names.
v7.4.991
2015-12-29 14:26:57 +01:00
e5c5f0c66c
patch 7.4.990
...
Problem: Test 86 fails on AppVeyor.
Solution: Do some registry magic. (Ken Takata)
v7.4.990
2015-12-29 13:59:29 +01:00
0107f5ba87
patch 7.4.989
...
Problem: Leaking memory when hash_add() fails. Coverity error 99126.
Solution: When hash_add() fails free the memory.
v7.4.989
2015-12-28 22:51:20 +01:00
40bbceee22
patch 7.4.988
...
Problem: Default test target is test49.out.
Solution: Add a build rule before including Make_all.mak.
v7.4.988
2015-12-28 22:24:41 +01:00
0d27f64f71
patch 7.4.987
...
Problem: Can't build with Ruby 1.9.2.
Solution: Require Rub 2.0 for defining USE_TYPEDDATA.
v7.4.987
2015-12-28 22:05:28 +01:00
da9888a3f0
patch 7.4.986
...
Problem: Test49 doesn't work on MS-Windows. test70 is listed twice.
Solution: Move test49 to the group not used on Amiga and MS-Windows.
Remove test70 from SCRIPTS_WIN32.
v7.4.986
2015-12-28 21:35:14 +01:00
f2f6d29796
patch 7.4.985
...
Problem: Can't build with Ruby 2.3.0.
Solution: Use the new TypedData_XXX macro family instead of Data_XXX. Use
TypedData. (Ken Takata)
v7.4.985
2015-12-28 20:57:10 +01:00
ad4d8a192a
patch 7.4.984
...
Problem: searchpos() always starts searching in the first column, which is
not what some people expect. (Brett Stahlman)
Solution: Add the 'z' flag: start at the specified column.
v7.4.984
2015-12-28 19:20:36 +01:00
a60824308c
patch 7.4.983
...
Problem: Executing one test after "make testclean" doesn't work.
Solution: Add a dependency on test1.out.
v7.4.983
2015-12-28 16:26:45 +01:00
7b6156f4cd
patch 7.4.982
...
Problem: Keeping the list of tests updated is a hassle.
Solution: Move the list to a separate file, so that it only needs to be
udpated in one place.
v7.4.982
2015-12-28 16:01:26 +01:00
4686b323e4
patch 7.4.981
...
Problem: An error in a test script goes unnoticed.
Solution: Source the test script inside try/catch. (Hirohito Higashi)
v7.4.981
2015-12-28 14:44:10 +01:00
57d7971b5f
patch 7.4.980
...
Problem: Tests for :cdo, :ldo, etc. are outdated.
Solution: Add new style tests for these commands. (Yegappan Lakshmanan)
v7.4.980
2015-12-28 14:04:47 +01:00
4a8c2cfc56
patch 7.4.979
...
Problem: When changing the crypt key the blocks read from disk are not
decrypted.
Solution: Also call ml_decrypt_data() when mf_old_key is set. (Ken Takata)
v7.4.979
2015-12-19 15:28:18 +01:00
c42b9c670e
patch 7.4.978
...
Problem: test_cdo fails when using another language than English.
Solution: Set the language to C. (Dominique Pelle)
v7.4.978
2015-12-19 15:15:54 +01:00
9bc01ebb95
patch 7.4.977
...
Problem: 'linebreak' does not work properly when using "space" in
'listchars'.
Solution: (Hirohito Higashi, Christian Brabandt)
v7.4.977
2015-12-17 21:14:58 +01:00
8def26a0f5
patch 7.4.976
...
Problem: When compiling Vim for MSYS2 (linked with msys-2.0.dll), the Win32
clipboard is not enabled.
Solution: Recognize MSYS like CYGWIN. (Ken Takata)
v7.4.976
2015-12-17 15:34:53 +01:00
75e3ad0199
patch 7.4.975
...
Problem: Using ":sort" on a very big file sometimes causes text to be
corrupted. (John Beckett)
Solution: Copy the line into a buffer before calling ml_append().
v7.4.975
2015-12-17 15:07:32 +01:00
f29a82dcd0
patch 7.4.974
...
Problem: When using :diffsplit the cursor jumps to the first line.
Solution: Put the cursor on the line related to where the cursor was before
the split.
v7.4.974
2015-12-17 15:03:55 +01:00
6f62fed349
patch 7.4.973
...
Problem: When pasting on the command line line breaks result in literal
<CR> characters. This makes pasting a long file name difficult.
Solution: Skip the characters.
v7.4.973
2015-12-17 14:04:24 +01:00
a988496706
patch 7.4.972
...
Problem: Memory leak when there is an error in setting an option.
Solution: Free the saved value (Christian Brabandt)
v7.4.972
2015-12-13 15:08:56 +01:00
099fdde0f0
patch 7.4.971
...
Problem: The asin() function can't be used.
Solution: Sort the function table properly. (Watiko)
v7.4.971
2015-12-13 14:45:21 +01:00
9ec021a2b0
patch 7.4.970
...
Problem: Rare crash in getvcol(). (Timo Mihaljov)
Solution: Check for the buffer being NULL in init_preedit_start_col.
(Hirohito Higashi, Christian Brabandt)
v7.4.970
2015-12-12 16:23:29 +01:00
35be4534c0
patch 7.4.969
...
Problem: Compiler warnings on Windowx x64 build.
Solution: Add type casts. (Mike Williams)
v7.4.969
2015-12-11 22:38:36 +01:00
b65c749ac5
patch 7.4.968
...
Problem: test86 and test87 are flaky in Appveyor.
Solution: Reduce the count from 8 to 7. (suggested by ZyX)
v7.4.968
2015-12-11 20:53:58 +01:00
6b90351786
patch 7.4.967
...
Problem: Cross compilation on MS-windows doesn't work well.
Solution: Tidy up cross compilation across architectures with Visual Studio.
(Mike Williams)
v7.4.967
2015-12-11 19:38:44 +01:00
49222bee65
patch 7.4.966
...
Problem: Configure doesn't work with a space in a path.
Solution: Put paths in quotes. (James McCoy, close #525 )
v7.4.966
2015-12-11 18:11:30 +01:00
941aea2b97
patch 7.4.965
...
Problem: On FreeBSD /dev/fd/ files are special.
Solution: Use is_dev_fd_file() also for FreeBSD. (Derek Schrock, closes #521 )
v7.4.965
2015-12-11 17:14:27 +01:00
91376b6387
patch 7.4.964
...
Problem: Test 87 doesn't work in a shadow directory.
Solution: Handle the extra subdirectory. (James McCoy, closes #515 )
v7.4.964
2015-12-11 16:17:02 +01:00
1c57fe8b94
patch 7.4.963
...
Problem: test_listlbr_utf8 sometimes fails.
Solution: Don't use a literal multibyte character but <C-V>uXXXX. Do not
dump the screen highlighting. (Christian Brabandt, closes #518 )
v7.4.963
2015-12-06 14:53:18 +01:00
2c5e8e80ea
Updated runtime files.
2015-12-05 20:59:21 +01:00
3f12a2421b
patch 7.4.962
...
Problem: Cannot run the tests with gvim. Cannot run individual new stests.
Solution: Add the -f flag. Add new test targets in Makefile.
v7.4.962
2015-12-05 20:56:57 +01:00
9dc2ce398b
patch 7.4.961
...
Problem: Test107 fails in some circunstances.
Solution: When using "zt", "zb" and "z=" recompute the fraction.
v7.4.961
2015-12-05 19:47:04 +01:00
90f5d0a5c3
patch 7.4.960
...
Problem: Detecting every version of nmake is clumsy.
Solution: Use a tiny C program to get the version of _MSC_VER. (Ken Takata)
v7.4.960
2015-12-03 22:37:21 +01:00
0379d01c52
patch 7.4.959
...
Problem: When setting 'term' the clipboard ownership is lost.
Solution: Do not call clip_init(). (James McCoy)
v7.4.959
2015-12-03 21:17:24 +01:00
e1a61991d9
patch 7.4.958
...
Problem: Vim checks if the directory "$TMPDIR" exists.
Solution: Do not check if the name starts with "$".
v7.4.958
2015-12-03 21:02:27 +01:00
bc96c29ffc
patch 7.4.957
...
Problem: Test_tagcase fails when using another language than English.
Solution: Set the messages language to C. (Kenichi Ito)
v7.4.957
2015-12-03 20:46:20 +01:00
f882d9f89d
patch 7.4.956
...
Problem: A few more file name extensions not recognized.
Solution: Add .asciidoc, .bzl, .gradle, etc.
v7.4.956
2015-12-03 20:18:24 +01:00
3b8fcd945c
patch 7.4.955
...
Problem: Vim doesn't recognize .pl6 and .pod6 files.
Solution: Recognize them as perl6 and pod6. (Mike Eve, closes #511 )
v7.4.955
2015-12-03 20:14:12 +01:00
f609dcf8c1
patch 7.4.954
...
Problem: When using Lua there may be a crash. (issue #468 )
Solution: Avoid using an unitialized tv. (Yukihiro Nakadaira)
v7.4.954
2015-12-03 17:43:17 +01:00
de0ad40cb3
patch 7.4.953
...
Problem: When a test script navigates to another buffer the .res file is
created with the wrong name.
Solution: Use the "testname" for the .res file. (Damien)
v7.4.953
2015-12-03 17:21:28 +01:00
6cd1345307
patch 7.4.952
...
Problem: 'lispwords' is tested in the old way.
Solution: Make a new style test for 'lispwords'.
v7.4.952
2015-12-03 16:54:53 +01:00
b00da1d6d1
patch 7.4.951
...
Problem: Sorting number strings does not work as expected. (Luc Hermitte)
Solution: Add the 'N" argument to sort()
v7.4.951
2015-12-03 16:33:12 +01:00
4649ded287
patch 7.4.950
...
Problem: v:errors is not initialized.
Solution: Initialze it to an empty list. (Thinca)
v7.4.950
2015-12-03 14:55:55 +01:00
32a214e78d
patch 7.4.949
...
Problem: When using 'colorcolumn' and there is a sign with a fullwidth
character the highlighting is wrong. (Andrew Stewart)
Solution: Only increment vcol when in the right state. (Christian Brabandt)
v7.4.949
2015-12-03 14:29:02 +01:00
20ad69ccfb
patch 7.4.948
...
Problem: Can't build when the insert_expand feature is disabled.
Solution: Add #ifdefs. (Dan Pasanen, closes #499 )
v7.4.948
2015-12-03 13:52:52 +01:00
5311c02f25
patch 7.4.947
...
Problem: Test_listchars fails with MingW. (Michael Soyka)
Solution: Add the test to the ones that need the fileformat fixed.
(Christian Brabandt)
v7.4.947
2015-12-01 20:19:26 +01:00