]> granicus.if.org Git - vim/log
vim
9 years agopatch 7.4.1039 v7.4.1039
Bram Moolenaar [Sun, 3 Jan 2016 13:32:41 +0000 (14:32 +0100)]
patch 7.4.1039
Problem:    Test 31 fails with small build.
Solution:   Bail out for small build. (Hirohito Higashi)

9 years agopatch 7.4.1038 v7.4.1038
Bram Moolenaar [Sat, 2 Jan 2016 21:46:36 +0000 (22:46 +0100)]
patch 7.4.1038
Problem:    Still get a warning for a deprecated function with gdk-pixbuf
            2.31.
Solution:   Change minimum minor version from 32 to 31.

9 years agopatch 7.4.1037 v7.4.1037
Bram Moolenaar [Sat, 2 Jan 2016 21:25:52 +0000 (22:25 +0100)]
patch 7.4.1037
Problem:    Using "q!" when there is a modified hidden buffer does not unload
            the current buffer, resulting in the need to abandon it again.
Solution:   When using "q!" unload the current buffer when needed. (Yasuhiro
            Matsumoto, Hirohito Higashi)

9 years agopatch 7.4.1036 v7.4.1036
Bram Moolenaar [Sat, 2 Jan 2016 21:03:00 +0000 (22:03 +0100)]
patch 7.4.1036
Problem:    Only terminals with up to 256 colors work properly.
Solution:   Use the 256 color behavior for all terminals with 256 or more
            colors. (Robert de Bath, closes #504)

9 years agopatch 7.4.1035 v7.4.1035
Bram Moolenaar [Sat, 2 Jan 2016 20:41:06 +0000 (21:41 +0100)]
patch 7.4.1035
Problem:    An Ex range gets adjusted for folded lines even when the range is
            not using line numbers.
Solution:   Only adjust line numbers for folding. (Christian Brabandt)

9 years agoAdd new file left out from patch 7.4.1034.
Bram Moolenaar [Sat, 2 Jan 2016 20:39:09 +0000 (21:39 +0100)]
Add new file left out from patch 7.4.1034.

9 years agopatch 7.4.1034 v7.4.1034
Bram Moolenaar [Sat, 2 Jan 2016 20:31:39 +0000 (21:31 +0100)]
patch 7.4.1034
Problem:    There is no test for the 'backspace' option behavior.
Solution:   Add a test. (Hirohito Higashi)

9 years agopatch 7.4.1033 v7.4.1033
Bram Moolenaar [Sat, 2 Jan 2016 20:11:51 +0000 (21:11 +0100)]
patch 7.4.1033
Problem:    Memory use on MS-Windows is very conservative.
Solution:   Use the global memory status to estimate amount of memory.
            (Mike Williams)

9 years agopatch 7.4.1032 v7.4.1032
Bram Moolenaar [Sat, 2 Jan 2016 19:59:10 +0000 (20:59 +0100)]
patch 7.4.1032
Problem:    message from assert_false() does not look nice.
Solution:   Handle missing sourcing_name. Use right number of spaces. (Watiko)
            Don't use line number if it's zero.

9 years agopatch 7.4.1031 v7.4.1031
Bram Moolenaar [Sat, 2 Jan 2016 19:26:36 +0000 (20:26 +0100)]
patch 7.4.1031
Problem:    Can't build with Python interface using MingW.
Solution:   Update the Makefile. (Yasuhiro Matsumoto)

9 years agopatch 7.4.1030 v7.4.1030
Bram Moolenaar [Sat, 2 Jan 2016 18:50:04 +0000 (19:50 +0100)]
patch 7.4.1030
Problem:    test49 is still slow.
Solution:   Move more tests from old to new style.

9 years agopatch 7.4.1029 v7.4.1029
Bram Moolenaar [Sat, 2 Jan 2016 17:17:16 +0000 (18:17 +0100)]
patch 7.4.1029
Problem:    test_increment fails on systems with 32 bit long.
Solution:   Only test with 32 bits.

9 years agopatch 7.4.1028 v7.4.1028
Bram Moolenaar [Sat, 2 Jan 2016 17:08:01 +0000 (18:08 +0100)]
patch 7.4.1028
Problem:    Nsis version file missing from the distribution.
Solution:   Add the file to the list.

9 years agoUpdate ignored files. Delete file that should have been deleted by patch 7.4.1016.
Bram Moolenaar [Sat, 2 Jan 2016 17:05:10 +0000 (18:05 +0100)]
Update ignored files.  Delete file that should have been deleted by patch 7.4.1016.

9 years agopatch 7.4.1027 v7.4.1027
Bram Moolenaar [Sat, 2 Jan 2016 16:56:35 +0000 (17:56 +0100)]
patch 7.4.1027
Problem:    No support for binary numbers.
Solution:   Add "bin" to nrformats. (Jason Schulz)

9 years agopatch 7.4.1026 v7.4.1026
Bram Moolenaar [Sat, 2 Jan 2016 15:00:20 +0000 (16:00 +0100)]
patch 7.4.1026
Problem:    When using MingW the tests do not clean up all files.  E.g. test
            17 leaves Xdir1 behind. (Michael Soyka)
Solution:   Also delete directories, like Make_dos.mak.  Delete files after
            directories to reduce warnings.

9 years agopatch 7.4.1025 v7.4.1025
Bram Moolenaar [Sat, 2 Jan 2016 14:44:32 +0000 (15:44 +0100)]
patch 7.4.1025
Problem:    Version in installer needs to be updated manually.
Solution:   Generate a file with the version number. (Guopeng Wen)

9 years agopatch 7.4.1024 v7.4.1024
Bram Moolenaar [Sat, 2 Jan 2016 14:07:02 +0000 (15:07 +0100)]
patch 7.4.1024
Problem:    Interfaces for MS-Windows are outdated.
Solution:   Use Python 2.7.10, Python 3.4.4, Perl 5.22, TCL 8.6.

9 years agopatch 7.4.1023 v7.4.1023
Bram Moolenaar [Sat, 2 Jan 2016 14:00:30 +0000 (15:00 +0100)]
patch 7.4.1023
Problem:    The distribution files for MS-Windows use CR-LF, which is
            inconsistent with what one gets from github.
Solution:   Use LF in the distribution files.

9 years agopatch 7.4.1022 v7.4.1022
Bram Moolenaar [Fri, 1 Jan 2016 17:34:39 +0000 (18:34 +0100)]
patch 7.4.1022
Problem:    The README file contains some outdated information.
Solution:   Update the information about supported systems.

9 years agopatch 7.4.1021 v7.4.1021
Bram Moolenaar [Fri, 1 Jan 2016 16:56:17 +0000 (17:56 +0100)]
patch 7.4.1021
Problem:    Some makefiles are outdated.
Solution:   Add a note to warn developers.

9 years agopatch 7.4.1020 v7.4.1020
Bram Moolenaar [Fri, 1 Jan 2016 16:49:44 +0000 (17:49 +0100)]
patch 7.4.1020
Problem:    On MS-Windows there is no target to run tests with gvim.
Solution:   Add the testgvim target.

9 years agoUpdate gitignore for files created when running tests.
Bram Moolenaar [Fri, 1 Jan 2016 16:29:40 +0000 (17:29 +0100)]
Update gitignore for files created when running tests.

9 years agopatch 7.4.1019 v7.4.1019
Bram Moolenaar [Fri, 1 Jan 2016 16:20:27 +0000 (17:20 +0100)]
patch 7.4.1019
Problem:    Directory listing of "src" is too long.
Solution:   Rename the resources file to make it shorter.

9 years agopatch 7.4.1018 v7.4.1018
Bram Moolenaar [Fri, 1 Jan 2016 13:57:51 +0000 (14:57 +0100)]
patch 7.4.1018
Problem:    Failure running tests.
Solution:   Add missing change to list of old style tests.

9 years agopatch 7.4.1017 v7.4.1017
Bram Moolenaar [Fri, 1 Jan 2016 13:48:20 +0000 (14:48 +0100)]
patch 7.4.1017
Problem:    When there is a backslash in an option ":set -=" doesn't work.
Solution:   Handle a backslash better. (Jacob Niehus)  Add a new test, merge
            in old test.

9 years agopatch 7.4.1016 v7.4.1016
Bram Moolenaar [Thu, 31 Dec 2015 21:37:52 +0000 (22:37 +0100)]
patch 7.4.1016
Problem:    Still a few OS/2 pieces remain.
Solution:   Delete more.

9 years agopatch 7.4.1015 v7.4.1015
Bram Moolenaar [Thu, 31 Dec 2015 21:27:55 +0000 (22:27 +0100)]
patch 7.4.1015
Problem:    The column is not restored properly when the matchparen plugin is
            used in Insert mode and the cursor is after the end of the line.
Solution:   Set the curswant flag. (Christian Brabandt).  Also fix
            highlighting the match of the character before the cursor.

9 years agopatch 7.4.1014 v7.4.1014
Bram Moolenaar [Thu, 31 Dec 2015 21:26:28 +0000 (22:26 +0100)]
patch 7.4.1014
Problem:    fnamemodify('.', ':.') returns an empty string in Cygwin.
Solution:   Use CCP_RELATIVE in the call to cygwin_conv_path. (Jacob Niehus,
            closes #505)

9 years agopatch 7.4.1013 v7.4.1013
Bram Moolenaar [Thu, 31 Dec 2015 20:19:49 +0000 (21:19 +0100)]
patch 7.4.1013
Problem:    The local value of 'errorformat' is not used for ":lexpr" and
            ":cexpr".
Solution:   Use the local value if it exists. (Christian Brabandt) Adjust the
            help for this.

9 years agopatch 7.4.1012 v7.4.1012
Bram Moolenaar [Thu, 31 Dec 2015 20:03:23 +0000 (21:03 +0100)]
patch 7.4.1012
Problem:    Vim overwrites the value of $PYTHONHOME.
Solution:   Do not set $PYTHONHOME if it is already set. (Kazuki Sakamoto,
            closes #500)

9 years agopatch 7.4.1011 v7.4.1011
Bram Moolenaar [Thu, 31 Dec 2015 19:54:51 +0000 (20:54 +0100)]
patch 7.4.1011
Problem:    Can't build with Strawberry Perl.
Solution:   Include stdbool.h. (Ken Takata, closes #328)

9 years agopatch 7.4.1010 v7.4.1010
Bram Moolenaar [Thu, 31 Dec 2015 19:46:39 +0000 (20:46 +0100)]
patch 7.4.1010
Problem:    Some developers are unhappy while running tests.
Solution:   Add a test and some color.

9 years agopatch 7.4.1009 v7.4.1009
Bram Moolenaar [Thu, 31 Dec 2015 18:53:21 +0000 (19:53 +0100)]
patch 7.4.1009
Problem:    There are still #ifdefs for ARCHIE.
Solution:   Remove references to ARCHIE, the code was removed in Vim 5.

9 years agopatch 7.4.1008 v7.4.1008
Bram Moolenaar [Thu, 31 Dec 2015 18:07:19 +0000 (19:07 +0100)]
patch 7.4.1008
Problem:    The OS/2 code pollutes the source while nobody uses it these days.
Solution:   Drop the support for OS/2.

9 years agopatch 7.4.1007 v7.4.1007
Bram Moolenaar [Thu, 31 Dec 2015 17:29:46 +0000 (18:29 +0100)]
patch 7.4.1007
Problem:    When a symbolic link points to a file in the root directory, the
            swapfile is not correct.
Solution:   Do not try getting the full name of a file in the root directory.
            (Milly, closes #501)

9 years agopatch 7.4.1006 v7.4.1006
Bram Moolenaar [Thu, 31 Dec 2015 15:21:52 +0000 (16:21 +0100)]
patch 7.4.1006
Problem:    The fix in patch 7.3.192 is not tested.
Solution:   Add a test, one for each regexp engine. (Elias Diem)

9 years agopatch 7.4.1005 v7.4.1005
Bram Moolenaar [Thu, 31 Dec 2015 15:10:23 +0000 (16:10 +0100)]
patch 7.4.1005
Problem:    Vim users are not always happy.
Solution:   Make them happy.

9 years agoUpdate English spell files.
Bram Moolenaar [Wed, 30 Dec 2015 18:13:24 +0000 (19:13 +0100)]
Update English spell files.

9 years agopatch 7.4.1004 v7.4.1004
Bram Moolenaar [Wed, 30 Dec 2015 16:56:05 +0000 (17:56 +0100)]
patch 7.4.1004
Problem:    Using Makefile when auto/config.mk does not exists results in
            warnings.
Solution:   Use default values for essential variables.

9 years agopatch 7.4.1003 v7.4.1003
Bram Moolenaar [Wed, 30 Dec 2015 16:40:43 +0000 (17:40 +0100)]
patch 7.4.1003
Problem:    Travis could check a few more things.
Solution:   Run autoconf on one of the builds. (James McCoy, closes #510)
            Also build with normal features.

9 years agopatch 7.4.1002 v7.4.1002
Bram Moolenaar [Wed, 30 Dec 2015 16:17:10 +0000 (17:17 +0100)]
patch 7.4.1002
Problem:    Cannot run an individual test on MS-Windows.
Solution:   Move the rule to run test1 downwards. (Ken Takata)

9 years agopatch 7.4.1001 v7.4.1001
Bram Moolenaar [Wed, 30 Dec 2015 14:59:25 +0000 (15:59 +0100)]
patch 7.4.1001
Problem:    test_viml isn't run.
Solution:   Include change in makefile.

9 years agopatch 7.4.1000 v7.4.1000
Bram Moolenaar [Wed, 30 Dec 2015 14:49:05 +0000 (15:49 +0100)]
patch 7.4.1000
Problem:    Test 49 is slow and doesn't work on MS-Windows.
Solution:   Start moving parts of test 49 to test_viml.

9 years agopatch 7.4.999 v7.4.999
Bram Moolenaar [Wed, 30 Dec 2015 12:43:56 +0000 (13:43 +0100)]
patch 7.4.999
Problem:    "make shadow" creates a broken link. (Tony Mechelynck)
Solution:   Remove vimrc.unix from the list.

9 years agopatch 7.4.998 v7.4.998
Bram Moolenaar [Tue, 29 Dec 2015 20:34:48 +0000 (21:34 +0100)]
patch 7.4.998
Problem:    Running tests in shadow directory fails.  Test 49 fails.
Solution:   Link more files for the shadow directory. Make test 49 end up in
            the right buffer.

9 years agopatch 7.4.997 v7.4.997
Bram Moolenaar [Tue, 29 Dec 2015 19:32:23 +0000 (20:32 +0100)]
patch 7.4.997
Problem:    "make shadow" was sometimes broken.
Solution:   Add a test for it. (James McCoy, closes #520)

9 years agoUpdated runtime files.
Bram Moolenaar [Tue, 29 Dec 2015 18:10:25 +0000 (19:10 +0100)]
Updated runtime files.

9 years agopatch 7.4.996 v7.4.996
Bram Moolenaar [Tue, 29 Dec 2015 18:03:21 +0000 (19:03 +0100)]
patch 7.4.996
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.

9 years agopatch 7.4.995 v7.4.995
Bram Moolenaar [Tue, 29 Dec 2015 17:55:46 +0000 (18:55 +0100)]
patch 7.4.995
Problem:    gdk_pixbuf_new_from_inline() is deprecated.
Solution:   Generate auto/gui_gtk_gresources.c. (Kazunobu Kazunobu,
            closes #507)

9 years agopatch 7.4.994 v7.4.994
Bram Moolenaar [Tue, 29 Dec 2015 16:11:15 +0000 (17:11 +0100)]
patch 7.4.994
Problem:    New style tests are not run on MS-Windows.
Solution:   Add the new style tests.

9 years agopatch 7.4.993 v7.4.993
Bram Moolenaar [Tue, 29 Dec 2015 15:34:06 +0000 (16:34 +0100)]
patch 7.4.993
Problem:    Test 87 is flaky on AppVeyor.
Solution:   Reduce the minimum background thread count.

9 years agopatch 7.4.992 v7.4.992
Bram Moolenaar [Tue, 29 Dec 2015 15:04:42 +0000 (16:04 +0100)]
patch 7.4.992
Problem:    Makefiles for MS-Windows in src/po are outdated.
Solution:   Make them work. (Ken Takata, Taro Muraoka)

9 years agopatch 7.4.991 v7.4.991
Bram Moolenaar [Tue, 29 Dec 2015 13:26:57 +0000 (14:26 +0100)]
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.

9 years agopatch 7.4.990 v7.4.990
Bram Moolenaar [Tue, 29 Dec 2015 12:59:29 +0000 (13:59 +0100)]
patch 7.4.990
Problem:    Test 86 fails on AppVeyor.
Solution:   Do some registry magic. (Ken Takata)

9 years agopatch 7.4.989 v7.4.989
Bram Moolenaar [Mon, 28 Dec 2015 21:51:20 +0000 (22:51 +0100)]
patch 7.4.989
Problem:    Leaking memory when hash_add() fails. Coverity error 99126.
Solution:   When hash_add() fails free the memory.

9 years agopatch 7.4.988 v7.4.988
Bram Moolenaar [Mon, 28 Dec 2015 21:24:41 +0000 (22:24 +0100)]
patch 7.4.988
Problem:    Default test target is test49.out.
Solution:   Add a build rule before including Make_all.mak.

9 years agopatch 7.4.987 v7.4.987
Bram Moolenaar [Mon, 28 Dec 2015 21:05:28 +0000 (22:05 +0100)]
patch 7.4.987
Problem:    Can't build with Ruby 1.9.2.
Solution:   Require Rub 2.0 for defining USE_TYPEDDATA.

9 years agopatch 7.4.986 v7.4.986
Bram Moolenaar [Mon, 28 Dec 2015 20:35:14 +0000 (21:35 +0100)]
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.

9 years agopatch 7.4.985 v7.4.985
Bram Moolenaar [Mon, 28 Dec 2015 19:57:10 +0000 (20:57 +0100)]
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)

9 years agopatch 7.4.984 v7.4.984
Bram Moolenaar [Mon, 28 Dec 2015 18:20:36 +0000 (19:20 +0100)]
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.

9 years agopatch 7.4.983 v7.4.983
Bram Moolenaar [Mon, 28 Dec 2015 15:26:45 +0000 (16:26 +0100)]
patch 7.4.983
Problem:    Executing one test after "make testclean" doesn't work.
Solution:   Add a dependency on test1.out.

9 years agopatch 7.4.982 v7.4.982
Bram Moolenaar [Mon, 28 Dec 2015 15:01:26 +0000 (16:01 +0100)]
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.

9 years agopatch 7.4.981 v7.4.981
Bram Moolenaar [Mon, 28 Dec 2015 13:44:10 +0000 (14:44 +0100)]
patch 7.4.981
Problem:    An error in a test script goes unnoticed.
Solution:   Source the test script inside try/catch. (Hirohito Higashi)

9 years agopatch 7.4.980 v7.4.980
Bram Moolenaar [Mon, 28 Dec 2015 13:04:47 +0000 (14:04 +0100)]
patch 7.4.980
Problem:    Tests for :cdo, :ldo, etc. are outdated.
Solution:   Add new style tests for these commands. (Yegappan Lakshmanan)

9 years agopatch 7.4.979 v7.4.979
Bram Moolenaar [Sat, 19 Dec 2015 14:28:18 +0000 (15:28 +0100)]
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)

9 years agopatch 7.4.978 v7.4.978
Bram Moolenaar [Sat, 19 Dec 2015 14:15:54 +0000 (15:15 +0100)]
patch 7.4.978
Problem:    test_cdo fails when using another language than English.
Solution:   Set the language to C. (Dominique Pelle)

9 years agopatch 7.4.977 v7.4.977
Bram Moolenaar [Thu, 17 Dec 2015 20:14:58 +0000 (21:14 +0100)]
patch 7.4.977
Problem:    'linebreak' does not work properly when using "space" in
            'listchars'.
Solution:   (Hirohito Higashi, Christian Brabandt)

9 years agopatch 7.4.976 v7.4.976
Bram Moolenaar [Thu, 17 Dec 2015 14:34:53 +0000 (15:34 +0100)]
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)

9 years agopatch 7.4.975 v7.4.975
Bram Moolenaar [Thu, 17 Dec 2015 14:07:32 +0000 (15:07 +0100)]
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().

9 years agopatch 7.4.974 v7.4.974
Bram Moolenaar [Thu, 17 Dec 2015 14:03:55 +0000 (15:03 +0100)]
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.

9 years agopatch 7.4.973 v7.4.973
Bram Moolenaar [Thu, 17 Dec 2015 13:04:24 +0000 (14:04 +0100)]
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.

9 years agopatch 7.4.972 v7.4.972
Bram Moolenaar [Sun, 13 Dec 2015 14:08:56 +0000 (15:08 +0100)]
patch 7.4.972
Problem:    Memory leak when there is an error in setting an option.
Solution:   Free the saved value (Christian Brabandt)

9 years agopatch 7.4.971 v7.4.971
Bram Moolenaar [Sun, 13 Dec 2015 13:45:21 +0000 (14:45 +0100)]
patch 7.4.971
Problem:    The asin() function can't be used.
Solution:   Sort the function table properly. (Watiko)

9 years agopatch 7.4.970 v7.4.970
Bram Moolenaar [Sat, 12 Dec 2015 15:23:29 +0000 (16:23 +0100)]
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)

9 years agopatch 7.4.969 v7.4.969
Bram Moolenaar [Fri, 11 Dec 2015 21:38:36 +0000 (22:38 +0100)]
patch 7.4.969
Problem:    Compiler warnings on Windowx x64 build.
Solution:   Add type casts. (Mike Williams)

9 years agopatch 7.4.968 v7.4.968
Bram Moolenaar [Fri, 11 Dec 2015 19:53:58 +0000 (20:53 +0100)]
patch 7.4.968
Problem:    test86 and test87 are flaky in Appveyor.
Solution:   Reduce the count from 8 to 7. (suggested by ZyX)

9 years agopatch 7.4.967 v7.4.967
Bram Moolenaar [Fri, 11 Dec 2015 18:38:44 +0000 (19:38 +0100)]
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)

9 years agopatch 7.4.966 v7.4.966
Bram Moolenaar [Fri, 11 Dec 2015 17:11:30 +0000 (18:11 +0100)]
patch 7.4.966
Problem:    Configure doesn't work with a space in a path.
Solution:   Put paths in quotes. (James McCoy, close #525)

9 years agopatch 7.4.965 v7.4.965
Bram Moolenaar [Fri, 11 Dec 2015 16:14:27 +0000 (17:14 +0100)]
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)

9 years agopatch 7.4.964 v7.4.964
Bram Moolenaar [Fri, 11 Dec 2015 15:17:02 +0000 (16:17 +0100)]
patch 7.4.964
Problem:    Test 87 doesn't work in a shadow directory.
Solution:   Handle the extra subdirectory. (James McCoy, closes #515)

9 years agopatch 7.4.963 v7.4.963
Bram Moolenaar [Sun, 6 Dec 2015 13:53:18 +0000 (14:53 +0100)]
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)

9 years agoUpdated runtime files.
Bram Moolenaar [Sat, 5 Dec 2015 19:59:21 +0000 (20:59 +0100)]
Updated runtime files.

9 years agopatch 7.4.962 v7.4.962
Bram Moolenaar [Sat, 5 Dec 2015 19:56:57 +0000 (20:56 +0100)]
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.

9 years agopatch 7.4.961 v7.4.961
Bram Moolenaar [Sat, 5 Dec 2015 18:47:04 +0000 (19:47 +0100)]
patch 7.4.961
Problem:    Test107 fails in some circunstances.
Solution:   When using "zt", "zb" and "z=" recompute the fraction.

9 years agopatch 7.4.960 v7.4.960
Bram Moolenaar [Thu, 3 Dec 2015 21:37:21 +0000 (22:37 +0100)]
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)

9 years agopatch 7.4.959 v7.4.959
Bram Moolenaar [Thu, 3 Dec 2015 20:17:24 +0000 (21:17 +0100)]
patch 7.4.959
Problem:    When setting 'term' the clipboard ownership is lost.
Solution:   Do not call clip_init(). (James McCoy)

9 years agopatch 7.4.958 v7.4.958
Bram Moolenaar [Thu, 3 Dec 2015 20:02:27 +0000 (21:02 +0100)]
patch 7.4.958
Problem:    Vim checks if the directory "$TMPDIR" exists.
Solution:   Do not check if the name starts with "$".

9 years agopatch 7.4.957 v7.4.957
Bram Moolenaar [Thu, 3 Dec 2015 19:46:20 +0000 (20:46 +0100)]
patch 7.4.957
Problem:    Test_tagcase fails when using another language than English.
Solution:   Set the messages language to C. (Kenichi Ito)

9 years agopatch 7.4.956 v7.4.956
Bram Moolenaar [Thu, 3 Dec 2015 19:18:24 +0000 (20:18 +0100)]
patch 7.4.956
Problem:    A few more file name extensions not recognized.
Solution:   Add .asciidoc, .bzl, .gradle, etc.

9 years agopatch 7.4.955 v7.4.955
Bram Moolenaar [Thu, 3 Dec 2015 19:14:12 +0000 (20:14 +0100)]
patch 7.4.955
Problem:    Vim doesn't recognize .pl6 and .pod6 files.
Solution:   Recognize them as perl6 and pod6. (Mike Eve, closes #511)

9 years agopatch 7.4.954 v7.4.954
Bram Moolenaar [Thu, 3 Dec 2015 16:43:17 +0000 (17:43 +0100)]
patch 7.4.954
Problem:    When using Lua there may be a crash. (issue #468)
Solution:   Avoid using an unitialized tv. (Yukihiro Nakadaira)

9 years agopatch 7.4.953 v7.4.953
Bram Moolenaar [Thu, 3 Dec 2015 16:21:28 +0000 (17:21 +0100)]
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)

9 years agopatch 7.4.952 v7.4.952
Bram Moolenaar [Thu, 3 Dec 2015 15:54:53 +0000 (16:54 +0100)]
patch 7.4.952
Problem:    'lispwords' is tested in the old way.
Solution:   Make a new style test for 'lispwords'.

9 years agopatch 7.4.951 v7.4.951
Bram Moolenaar [Thu, 3 Dec 2015 15:33:12 +0000 (16:33 +0100)]
patch 7.4.951
Problem:    Sorting number strings does not work as expected. (Luc Hermitte)
Solution:   Add the 'N" argument to sort()

9 years agopatch 7.4.950 v7.4.950
Bram Moolenaar [Thu, 3 Dec 2015 13:55:55 +0000 (14:55 +0100)]
patch 7.4.950
Problem:    v:errors is not initialized.
Solution:   Initialze it to an empty list. (Thinca)

9 years agopatch 7.4.949 v7.4.949
Bram Moolenaar [Thu, 3 Dec 2015 13:29:02 +0000 (14:29 +0100)]
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)

9 years agopatch 7.4.948 v7.4.948
Bram Moolenaar [Thu, 3 Dec 2015 12:52:52 +0000 (13:52 +0100)]
patch 7.4.948
Problem:    Can't build when the insert_expand feature is disabled.
Solution:   Add #ifdefs. (Dan Pasanen, closes #499)

9 years agopatch 7.4.947 v7.4.947
Bram Moolenaar [Tue, 1 Dec 2015 19:19:26 +0000 (20:19 +0100)]
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)

9 years agopatch 7.4.946 v7.4.946
Bram Moolenaar [Tue, 1 Dec 2015 14:32:56 +0000 (15:32 +0100)]
patch 7.4.946
Problem:    Missing changes in source file.
Solution:   Include changes to the eval.c file.