summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-12-29Updated runtime files.Bram Moolenaar
2015-12-29patch 7.4.996Bram Moolenaar
Problem: New GDK files and testdir/Make_all.mak missing from distribution. PC build instructions are outdated. Solution: Add the file to the list. Update PC build instructions.
2015-12-29patch 7.4.995Bram Moolenaar
Problem: gdk_pixbuf_new_from_inline() is deprecated. Solution: Generate auto/gui_gtk_gresources.c. (Kazunobu Kazunobu, closes #507)
2015-12-29patch 7.4.994Bram Moolenaar
Problem: New style tests are not run on MS-Windows. Solution: Add the new style tests.
2015-12-29patch 7.4.993Bram Moolenaar
Problem: Test 87 is flaky on AppVeyor. Solution: Reduce the minimum background thread count.
2015-12-29patch 7.4.992Bram Moolenaar
Problem: Makefiles for MS-Windows in src/po are outdated. Solution: Make them work. (Ken Takata, Taro Muraoka)
2015-12-29patch 7.4.991Bram Moolenaar
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.
2015-12-29patch 7.4.990Bram Moolenaar
Problem: Test 86 fails on AppVeyor. Solution: Do some registry magic. (Ken Takata)
2015-12-28patch 7.4.989Bram Moolenaar
Problem: Leaking memory when hash_add() fails. Coverity error 99126. Solution: When hash_add() fails free the memory.
2015-12-28patch 7.4.988Bram Moolenaar
Problem: Default test target is test49.out. Solution: Add a build rule before including Make_all.mak.
2015-12-28patch 7.4.987Bram Moolenaar
Problem: Can't build with Ruby 1.9.2. Solution: Require Rub 2.0 for defining USE_TYPEDDATA.
2015-12-28patch 7.4.986Bram Moolenaar
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.
2015-12-28patch 7.4.985Bram Moolenaar
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)
2015-12-28patch 7.4.984Bram Moolenaar
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.
2015-12-28patch 7.4.983Bram Moolenaar
Problem: Executing one test after "make testclean" doesn't work. Solution: Add a dependency on test1.out.
2015-12-28patch 7.4.982Bram Moolenaar
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.
2015-12-28patch 7.4.981Bram Moolenaar
Problem: An error in a test script goes unnoticed. Solution: Source the test script inside try/catch. (Hirohito Higashi)
2015-12-28patch 7.4.980Bram Moolenaar
Problem: Tests for :cdo, :ldo, etc. are outdated. Solution: Add new style tests for these commands. (Yegappan Lakshmanan)
2015-12-19patch 7.4.979Bram Moolenaar
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)
2015-12-19patch 7.4.978Bram Moolenaar
Problem: test_cdo fails when using another language than English. Solution: Set the language to C. (Dominique Pelle)
2015-12-17patch 7.4.977Bram Moolenaar
Problem: 'linebreak' does not work properly when using "space" in 'listchars'. Solution: (Hirohito Higashi, Christian Brabandt)
2015-12-17patch 7.4.976Bram Moolenaar
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)
2015-12-17patch 7.4.975Bram Moolenaar
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().
2015-12-17patch 7.4.974Bram Moolenaar
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.
2015-12-17patch 7.4.973Bram Moolenaar
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.
2015-12-13patch 7.4.972Bram Moolenaar
Problem: Memory leak when there is an error in setting an option. Solution: Free the saved value (Christian Brabandt)
2015-12-13patch 7.4.971Bram Moolenaar
Problem: The asin() function can't be used. Solution: Sort the function table properly. (Watiko)
2015-12-12patch 7.4.970Bram Moolenaar
Problem: Rare crash in getvcol(). (Timo Mihaljov) Solution: Check for the buffer being NULL in init_preedit_start_col. (Hirohito Higashi, Christian Brabandt)
2015-12-11patch 7.4.969Bram Moolenaar
Problem: Compiler warnings on Windowx x64 build. Solution: Add type casts. (Mike Williams)
2015-12-11patch 7.4.968Bram Moolenaar
Problem: test86 and test87 are flaky in Appveyor. Solution: Reduce the count from 8 to 7. (suggested by ZyX)
2015-12-11patch 7.4.967Bram Moolenaar
Problem: Cross compilation on MS-windows doesn't work well. Solution: Tidy up cross compilation across architectures with Visual Studio. (Mike Williams)
2015-12-11patch 7.4.966Bram Moolenaar
Problem: Configure doesn't work with a space in a path. Solution: Put paths in quotes. (James McCoy, close #525)
2015-12-11patch 7.4.965Bram Moolenaar
Problem: On FreeBSD /dev/fd/ files are special. Solution: Use is_dev_fd_file() also for FreeBSD. (Derek Schrock, closes #521)
2015-12-11patch 7.4.964Bram Moolenaar
Problem: Test 87 doesn't work in a shadow directory. Solution: Handle the extra subdirectory. (James McCoy, closes #515)
2015-12-06patch 7.4.963Bram Moolenaar
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)
2015-12-05Updated runtime files.Bram Moolenaar
2015-12-05patch 7.4.962Bram Moolenaar
Problem: Cannot run the tests with gvim. Cannot run individual new stests. Solution: Add the -f flag. Add new test targets in Makefile.
2015-12-05patch 7.4.961Bram Moolenaar
Problem: Test107 fails in some circunstances. Solution: When using "zt", "zb" and "z=" recompute the fraction.
2015-12-03patch 7.4.960Bram Moolenaar
Problem: Detecting every version of nmake is clumsy. Solution: Use a tiny C program to get the version of _MSC_VER. (Ken Takata)
2015-12-03patch 7.4.959Bram Moolenaar
Problem: When setting 'term' the clipboard ownership is lost. Solution: Do not call clip_init(). (James McCoy)
2015-12-03patch 7.4.958Bram Moolenaar
Problem: Vim checks if the directory "$TMPDIR" exists. Solution: Do not check if the name starts with "$".
2015-12-03patch 7.4.957Bram Moolenaar
Problem: Test_tagcase fails when using another language than English. Solution: Set the messages language to C. (Kenichi Ito)
2015-12-03patch 7.4.956Bram Moolenaar
Problem: A few more file name extensions not recognized. Solution: Add .asciidoc, .bzl, .gradle, etc.
2015-12-03patch 7.4.955Bram Moolenaar
Problem: Vim doesn't recognize .pl6 and .pod6 files. Solution: Recognize them as perl6 and pod6. (Mike Eve, closes #511)
2015-12-03patch 7.4.954Bram Moolenaar
Problem: When using Lua there may be a crash. (issue #468) Solution: Avoid using an unitialized tv. (Yukihiro Nakadaira)
2015-12-03patch 7.4.953Bram Moolenaar
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)
2015-12-03patch 7.4.952Bram Moolenaar
Problem: 'lispwords' is tested in the old way. Solution: Make a new style test for 'lispwords'.
2015-12-03patch 7.4.951Bram Moolenaar
Problem: Sorting number strings does not work as expected. (Luc Hermitte) Solution: Add the 'N" argument to sort()
2015-12-03patch 7.4.950Bram Moolenaar
Problem: v:errors is not initialized. Solution: Initialze it to an empty list. (Thinca)
2015-12-03patch 7.4.949Bram Moolenaar
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)