]> granicus.if.org Git - vim/log
vim
9 years agopatch 7.4.1094 v7.4.1094
Bram Moolenaar [Fri, 15 Jan 2016 14:56:35 +0000 (15:56 +0100)]
patch 7.4.1094
Problem:    Test for :hardcopy fails on MS-Windows.
Solution:   Check for the +postscript feature.

9 years agopatch 7.4.1093 v7.4.1093
Bram Moolenaar [Fri, 15 Jan 2016 14:37:20 +0000 (15:37 +0100)]
patch 7.4.1093
Problem:    Typo in test goes unnoticed.
Solution:   Fix the typo. Give error for wrong arguments to cursor().
            (partly by Hirohito Higashi) Add a test for cursor().

9 years agopatch 7.4.1092 v7.4.1092
Bram Moolenaar [Fri, 15 Jan 2016 14:31:39 +0000 (15:31 +0100)]
patch 7.4.1092
Problem:    It is not simple to test for an exception and give a proper error
            message.
Solution:   Add assert_exception().

9 years agopatch 7.4.1091 v7.4.1091
Bram Moolenaar [Fri, 15 Jan 2016 14:17:04 +0000 (15:17 +0100)]
patch 7.4.1091
Problem:    When making a change while need_wait_return is set there is a two
            second delay.
Solution:   Do not assume the ATTENTION prompt was given when need_wait_return
            was set already.

9 years agopatch 7.4.1090 v7.4.1090
Bram Moolenaar [Thu, 14 Jan 2016 21:10:41 +0000 (22:10 +0100)]
patch 7.4.1090
Problem:    No tests for :hardcopy and related options.
Solution:   Add test_hardcopy.

9 years agopatch 7.4.1089 v7.4.1089
Bram Moolenaar [Tue, 12 Jan 2016 21:20:58 +0000 (22:20 +0100)]
patch 7.4.1089
Problem:    Repeating CTRL-A doesn't work.
Solution:   Call prep_redo_cmd(). (Hirohito Higashi)

9 years agopatch 7.4.1088 v7.4.1088
Bram Moolenaar [Tue, 12 Jan 2016 20:00:40 +0000 (21:00 +0100)]
patch 7.4.1088
Problem:    Coverity warns for uninitialized variables.  Only one is an actual
            problem.
Solution:   Move the conditions.  Don't use endpos if handling an error.

9 years agopatch 7.4.1087 v7.4.1087
Bram Moolenaar [Sun, 10 Jan 2016 21:13:02 +0000 (22:13 +0100)]
patch 7.4.1087
Problem:    CTRL-A and CTRL-X do not work properly with blockwise visual
            selection if there is a mix of Tab and spaces.
Solution:   Add OP_NR_ADD and OP_NR_SUB. (Hirohito Higashi)

9 years agopatch 7.4.1086 v7.4.1086
Bram Moolenaar [Sun, 10 Jan 2016 19:54:17 +0000 (20:54 +0100)]
patch 7.4.1086
Problem:    Crash with an extremely long buffer name.
Solution:   Limit the return value of vim_snprintf(). (Dominique Pelle)

9 years agopatch 7.4.1085 v7.4.1085
Bram Moolenaar [Sun, 10 Jan 2016 19:21:57 +0000 (20:21 +0100)]
patch 7.4.1085
Problem:    The CTRL-A and CTRL-X commands do not update the '[ and '] marks.
Solution:   (Yukihiro Nakadaira)

9 years agopatch 7.4.1084 v7.4.1084
Bram Moolenaar [Sun, 10 Jan 2016 19:08:03 +0000 (20:08 +0100)]
patch 7.4.1084
Problem:    Using "." to repeat CTRL-A in Visual mode increments the wrong
            numbers.
Solution:   Append right size to the redo buffer. (Ozaki Kiichi)

9 years agopatch 7.4.1083 v7.4.1083
Bram Moolenaar [Sun, 10 Jan 2016 18:21:36 +0000 (19:21 +0100)]
patch 7.4.1083
Problem:    Building GvimExt with VS2015 may fail.
Solution:   Adjust the makefile. (Mike Williams)

9 years agopatch 7.4.1082 v7.4.1082
Bram Moolenaar [Sun, 10 Jan 2016 15:12:24 +0000 (16:12 +0100)]
patch 7.4.1082
Problem:    The Tcl interface is always skipping memory free on exit.
Solution:   Only skip for dynamically loaded Tcl.

9 years agopatch 7.4.1081 v7.4.1081
Bram Moolenaar [Sun, 10 Jan 2016 15:10:17 +0000 (16:10 +0100)]
patch 7.4.1081
Problem:    No test for what previously caused a crash.
Solution:   Add test for unletting errmsg.

9 years agopatch 7.4.1080 v7.4.1080
Bram Moolenaar [Sun, 10 Jan 2016 15:07:44 +0000 (16:07 +0100)]
patch 7.4.1080
Problem:    VS2015 has a function HandleToLong() that is shadowed by the macro
            that Vim defines.
Solution:   Do not define HandleToLong() for MSVC version 1400 and later.
            (Mike Williams)

9 years agopatch 7.4.1079 v7.4.1079
Bram Moolenaar [Sun, 10 Jan 2016 15:00:53 +0000 (16:00 +0100)]
patch 7.4.1079
Problem:    New include file missing from distribution.  Missing changes to
            quickfix code.
Solution:   Add alloc.h to the list of distributed files. Use the enum in
            quickfix code.

9 years agoUpdated runtime files.
Bram Moolenaar [Sun, 10 Jan 2016 14:59:26 +0000 (15:59 +0100)]
Updated runtime files.

9 years agopatch 7.4.1078 v7.4.1078
Bram Moolenaar [Sun, 10 Jan 2016 14:20:29 +0000 (15:20 +0100)]
patch 7.4.1078
Problem:    MSVC: "make clean" doesn't cleanup in the tee directory.
Solution:   Add the commands to cleanup tee. (Erich Ritz)

9 years agopatch 7.4.1077 v7.4.1077
Bram Moolenaar [Sun, 10 Jan 2016 13:35:58 +0000 (14:35 +0100)]
patch 7.4.1077
Problem:    The build instructions for MS-Windows are incomplete.
Solution:   Add explanations for how to build with various interfaces. (Ken
            Takata)

9 years agopatch 7.4.1076 v7.4.1076
Bram Moolenaar [Sun, 10 Jan 2016 13:13:40 +0000 (14:13 +0100)]
patch 7.4.1076
Problem:    CTRL-A does not work well in right-left mode.
Solution:   Remove reversing the line, add a test. (Hirohito Higashi)

9 years agopatch 7.4.1075 v7.4.1075
Bram Moolenaar [Sun, 10 Jan 2016 12:54:48 +0000 (13:54 +0100)]
patch 7.4.1075
Problem:    Crash when using an invalid command.
Solution:   Fix generating the error message. (Dominique Pelle)

9 years agopatch 7.4.1074 v7.4.1074
Bram Moolenaar [Sun, 10 Jan 2016 12:25:55 +0000 (13:25 +0100)]
patch 7.4.1074
Problem:    Warning from VX2015 compiler.
Solution:   Add a type cast. (Mike Williams)

9 years agopatch 7.4.1073 v7.4.1073
Bram Moolenaar [Sat, 9 Jan 2016 21:28:33 +0000 (22:28 +0100)]
patch 7.4.1073
Problem:    Alloc_id depends on numbers, may use the same one twice.  It's not
            clear from the number what it's for.
Solution:   Use an enum.  Add a function to lookup the enum value from the
            name.

9 years agoadd missing test file
Bram Moolenaar [Sat, 9 Jan 2016 20:09:10 +0000 (21:09 +0100)]
add missing test file

9 years agopatch 7.4.1072 v7.4.1072
Bram Moolenaar [Sat, 9 Jan 2016 20:08:35 +0000 (21:08 +0100)]
patch 7.4.1072
Problem:    Increment test is old style.
Solution:   Make the increment test a new style test. (Hirohito Higashi)

9 years agopatch 7.4.1071 v7.4.1071
Bram Moolenaar [Sat, 9 Jan 2016 19:23:00 +0000 (20:23 +0100)]
patch 7.4.1071
Problem:    New style tests are executed in arbitrary order.
Solution:   Sort the test function names. (Hirohito Higashi)
            Fix the quickfix test that depended on the order.

9 years agopatch 7.4.1070 v7.4.1070
Bram Moolenaar [Sat, 9 Jan 2016 18:41:11 +0000 (19:41 +0100)]
patch 7.4.1070
Problem:    The Tcl interface can't be loaded dynamically on Unix.
Solution:   Make it possible to load it dynamically. (Ken Takata)

9 years agopatch 7.4.1069 v7.4.1069
Bram Moolenaar [Sat, 9 Jan 2016 17:52:40 +0000 (18:52 +0100)]
patch 7.4.1069
Problem:    Compiler warning for unused argument.
Solution:   Add UNUSED.

9 years agopatch 7.4.1068 v7.4.1068
Bram Moolenaar [Sat, 9 Jan 2016 17:20:46 +0000 (18:20 +0100)]
patch 7.4.1068
Problem:    Wrong way to check for unletting internal variables.
Solution:   Use a better way. (Olaf Dabrunz)

9 years agopatch 7.4.1067 v7.4.1067
Bram Moolenaar [Sat, 9 Jan 2016 16:49:15 +0000 (17:49 +0100)]
patch 7.4.1067
Problem:    Can't build with MingW and Python on MS-Windows.
Solution:   Move the build flags to CFLAGS.

9 years agopatch 7.4.1066 v7.4.1066
Bram Moolenaar [Sat, 9 Jan 2016 14:08:03 +0000 (15:08 +0100)]
patch 7.4.1066
Problem:    Build fails on MS-Windows.
Solution:   Adjust the #ifdefs for "dll" options.

9 years agopatch 7.4.1065 v7.4.1065
Bram Moolenaar [Sat, 9 Jan 2016 13:57:47 +0000 (14:57 +0100)]
patch 7.4.1065
Problem:    Cannot use the "dll" options on MS-Windows.
Solution:   Support the options on all platforms.  Use the built-in name as
            the default, so that it's clear what Vim is looking for.

9 years agopatch 7.4.1064 v7.4.1064
Bram Moolenaar [Sat, 9 Jan 2016 12:51:34 +0000 (13:51 +0100)]
patch 7.4.1064
Problem:    When a spell file has single letter compounding creating
            suggestions takes an awful long time.
Solution:   Add th eNOCOMPOUNDSUGS flag.

9 years agoUpdate to newer English spell files,
Bram Moolenaar [Sat, 9 Jan 2016 12:23:54 +0000 (13:23 +0100)]
Update to newer English spell files,

but without the COMPOUND rules that make suggestions very slow.

9 years agopatch 7.4.1063 v7.4.1063
Bram Moolenaar [Thu, 7 Jan 2016 21:50:05 +0000 (22:50 +0100)]
patch 7.4.1063
Problem:    TCL_VER_LONG and DYNAMIC_TCL_VER are not set when building with
            Cygwin and MingW.
Solution:   Add TCL_VER_LONG and DYNAMIC_TCL_VER to the makefile.

9 years agopatch 7.4.1062 v7.4.1062
Bram Moolenaar [Thu, 7 Jan 2016 21:45:09 +0000 (22:45 +0100)]
patch 7.4.1062
Problem:    Building with Ruby on MS-Windows requires a lot of arguments.
Solution:   Make it simpler. (Ken Takata)

9 years agopatch 7.4.1061 v7.4.1061
Bram Moolenaar [Thu, 7 Jan 2016 21:34:01 +0000 (22:34 +0100)]
patch 7.4.1061
Problem:    Compiler warning for ignoring return value of fwrite().
Solution:   Do use the return value. (idea: Charles Campbell)

9 years agopatch 7.4.1060 v7.4.1060
Bram Moolenaar [Thu, 7 Jan 2016 21:01:01 +0000 (22:01 +0100)]
patch 7.4.1060
Problem:    Instructions for writing tests are outdated.
Solution:   Mention Make_all.mak.  Add steps for new style tests.

9 years agopatch 7.4.1059 v7.4.1059
Bram Moolenaar [Thu, 7 Jan 2016 20:28:24 +0000 (21:28 +0100)]
patch 7.4.1059
Problem:    Code will never be executed.
Solution:   Remove the code.

9 years agopatch 7.4.1058 v7.4.1058
Bram Moolenaar [Thu, 7 Jan 2016 20:25:08 +0000 (21:25 +0100)]
patch 7.4.1058
Problem:    It is not possible to test code that is only reached when memory
            allocation fails.
Solution:   Add the alloc_fail() function.  Try it out with :vimgrep.

9 years agopatch 7.4.1057 v7.4.1057
Bram Moolenaar [Thu, 7 Jan 2016 15:52:10 +0000 (16:52 +0100)]
patch 7.4.1057
Problem:    Typos in the :options window.
Solution:   Fix the typos. (Dominique Pelle)

9 years agopatch 7.4.1056 v7.4.1056
Bram Moolenaar [Thu, 7 Jan 2016 15:22:06 +0000 (16:22 +0100)]
patch 7.4.1056
Problem:    Don't know why finding spell suggestions is slow.
Solution:   Add some code to gather profiling information.

9 years agoRevert English spell file update
Bram Moolenaar [Thu, 7 Jan 2016 15:19:13 +0000 (16:19 +0100)]
Revert English spell file update

9 years agopatch 7.4.1055 v7.4.1055
Bram Moolenaar [Wed, 6 Jan 2016 20:23:56 +0000 (21:23 +0100)]
patch 7.4.1055
Problem:    Running "make newtests" in src/testdir has no output.
Solution:   List the messages file when a test fails. (Christian Brabandt)
            Update the list of tests.

9 years agopatch 7.4.1054 v7.4.1054
Bram Moolenaar [Tue, 5 Jan 2016 21:04:49 +0000 (22:04 +0100)]
patch 7.4.1054
Problem:    Illegal memory access.
Solution:   Check for missing pattern. (Dominique Pelle)

9 years agopatch 7.4.1053 v7.4.1053
Bram Moolenaar [Tue, 5 Jan 2016 20:59:58 +0000 (21:59 +0100)]
patch 7.4.1053
Problem:    Insufficient testing for quickfix commands.
Solution:   Add a new style quickfix test. (Yegappan Lakshmanan)

9 years agopatch 7.4.1052 v7.4.1052
Bram Moolenaar [Tue, 5 Jan 2016 19:46:16 +0000 (20:46 +0100)]
patch 7.4.1052
Problem:    Illegal memory access with weird syntax command. (Dominique Pelle)
Solution:   Check for column past end of line.

9 years agopatch 7.4.1051 v7.4.1051
Bram Moolenaar [Mon, 4 Jan 2016 21:05:24 +0000 (22:05 +0100)]
patch 7.4.1051
Problem:    Segfault when unletting "count".
Solution:   Check for readonly and locked first. (Dominique Pelle)
            Add a test.

9 years agopatch 7.4.1050 v7.4.1050
Bram Moolenaar [Mon, 4 Jan 2016 20:43:08 +0000 (21:43 +0100)]
patch 7.4.1050
Problem:    Warning for unused var with tiny features. (Tony Mechelynck)
Solution:   Add #ifdef.  Use vim_snprintf().  Reduce number of statemements.

9 years agopatch 7.4.1049 v7.4.1049
Bram Moolenaar [Mon, 4 Jan 2016 11:45:29 +0000 (12:45 +0100)]
patch 7.4.1049
Problem:    Wordcount test still still fails on MS-Windows.
Solution:   Set 'fileformats' to "unix".

9 years agopatch 7.4.1048 v7.4.1048
Bram Moolenaar [Mon, 4 Jan 2016 11:26:23 +0000 (12:26 +0100)]
patch 7.4.1048
Problem:    Wordcount test still fail on MS-Windows.
Solution:   Set 'fileformat' to "unix".

9 years agopatch 7.4.1047 v7.4.1047
Bram Moolenaar [Mon, 4 Jan 2016 11:13:05 +0000 (12:13 +0100)]
patch 7.4.1047
Problem:    Tests fail on MS-Windows.
Solution:   Set 'selection' to inclusive.

9 years agopatch 7.4.1046 v7.4.1046
Bram Moolenaar [Sun, 3 Jan 2016 22:31:24 +0000 (23:31 +0100)]
patch 7.4.1046
Problem:    No test coverage for menus.
Solution:   Load the standard menus and check there is no error.

9 years agopatch 7.4.1045 v7.4.1045
Bram Moolenaar [Sun, 3 Jan 2016 22:06:34 +0000 (23:06 +0100)]
patch 7.4.1045
Problem:    Having shadow and coverage on the same build results in the source
            files not being available in the coverage view.
Solution:   Move using shadow to the normal build.

9 years agopatch 7.4.1044 v7.4.1044
Bram Moolenaar [Sun, 3 Jan 2016 21:56:45 +0000 (22:56 +0100)]
patch 7.4.1044
Problem:    Can't build without the +eval feature.
Solution:   Add #ifdef.

9 years agopatch 7.4.1043 v7.4.1043
Bram Moolenaar [Sun, 3 Jan 2016 21:51:16 +0000 (22:51 +0100)]
patch 7.4.1043
Problem:    Another small thing.
Solution:   Now really update the Mac install text.

9 years agopatch 7.4.1042 v7.4.1042
Bram Moolenaar [Sun, 3 Jan 2016 21:49:16 +0000 (22:49 +0100)]
patch 7.4.1042
Problem:    g-CTRL-G shows the word count, but there is no way to get the word
            count in a script.
Solution:   Add the wordcount() function. (Christian Brabandt)

9 years agopatch 7.4.1041 v7.4.1041
Bram Moolenaar [Sun, 3 Jan 2016 21:16:20 +0000 (22:16 +0100)]
patch 7.4.1041
Problem:    Various small things.
Solution:   Add file to list of distributed files.  Adjust README.  Fix typo.

9 years agoUpdated runtime files.
Bram Moolenaar [Sun, 3 Jan 2016 21:14:44 +0000 (22:14 +0100)]
Updated runtime files.

9 years agopatch 7.4.1040 v7.4.1040
Bram Moolenaar [Sun, 3 Jan 2016 15:56:10 +0000 (16:56 +0100)]
patch 7.4.1040
Problem:    The tee command is not available on MS-Windows.
Solution:   Adjust tee.c for MSVC and add a makefile. (Yasuhiro Matsumoto)

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.