Bram Moolenaar
f60b796fa9
patch 7.4.1111
...
Problem: test_expand fails on MS-Windows.
Solution: Always use forward slashes. Remove references to test27.
v7.4.1111
2016-01-16 22:47:23 +01:00
Bram Moolenaar
8c600052fa
patch 7.4.1110
...
Problem: Test 108 fails when language is French.
Solution: Force English messages. (Dominique Pelle)
v7.4.1110
2016-01-16 22:08:11 +01:00
Bram Moolenaar
4cf7679383
patch 7.4.1109
...
Problem: MS-Windows doesn't have rmdir().
Solution: Add mch_rmdir().
v7.4.1109
2016-01-16 22:02:57 +01:00
Bram Moolenaar
58adb14739
patch 7.4.1108
...
Problem: Expanding "~" halfway a file name.
Solution: Handle the file name as one name. (Marco Hinz) Add a test.
Closes #564 .
v7.4.1108
2016-01-16 21:50:51 +01:00
Bram Moolenaar
da440d21a6
patch 7.4.1107
...
Problem: Vim can create a directory but not delete it.
Solution: Add an argument to delete() to make it possible to delete a
directory, also recursively.
v7.4.1107
2016-01-16 21:27:23 +01:00
Bram Moolenaar
286eacd3f6
patch 7.4.1106
...
Problem: The nsis script can't be used from the appveyor build.
Solution: Add "ifndef" to allow for variables to be set from the command
line. Remove duplicate SetCompressor command. Support using other
gettext binaries. (Ken Takata) Update build instructions to use
libintl-8.dll.
v7.4.1106
2016-01-16 18:05:50 +01:00
Bram Moolenaar
9bbf63dbf8
patch 7.4.1105
...
Problem: When using slices there is a mixup of variable name and namespace.
Solution: Recognize variables that can't be a namespace. (Hirohito Higashi)
v7.4.1105
2016-01-16 16:49:28 +01:00
Bram Moolenaar
4e640bd930
patch 7.4.1104
...
Problem: Various problems building with MzScheme/Racket.
Solution: Make it work with new versions of Racket. (Yukihiro Nakadaira, Ken
Takata)
v7.4.1104
2016-01-16 16:20:38 +01:00
Bram Moolenaar
d125001297
patch 7.4.1103
...
Problem: Removed file still in distribution.
Solution: Remove Make_cyg.mak from the list of files.
v7.4.1103
2016-01-16 15:45:15 +01:00
Bram Moolenaar
f1f60f859c
patch 7.4.1102
...
Problem: Debugger has no stack backtrace support.
Solution: Add "backtrace", "frame", "up" and "down" commands. (Alberto
Fanjul, closes #433 )
v7.4.1102
2016-01-16 15:40:53 +01:00
Bram Moolenaar
e39b3d9fb4
patch 7.4.1101
...
Problem: With 'rightleft' and concealing the cursor may move to the wrong
position.
Solution: Compute the column differently when 'rightleft' is set. (Hirohito
Higashi)
v7.4.1101
2016-01-15 22:52:22 +01:00
Bram Moolenaar
abfa9efb98
patch 7.4.1100
...
Problem: Cygwin makefiles are unused.
Solution: Remove them.
v7.4.1100
2016-01-15 22:34:45 +01:00
Bram Moolenaar
36d7cd8965
patch 7.4.1099
...
Problem: It's not easy to know if Vim supports blowfish. (Smu Johnson)
Solution: Add has('crypt-blowfish') and has('crypt-blowfish2').
v7.4.1099
2016-01-15 22:08:23 +01:00
Bram Moolenaar
b7604cc19f
patch 7.4.1098
...
Problem: Still using old style C function declarations.
Solution: Always define __ARGS() to include types. Turn a few functions
into ANSI style to find out if this causes problems for anyone.
v7.4.1098
2016-01-15 21:23:22 +01:00
Bram Moolenaar
345efa013d
Update runtime files
2016-01-15 20:57:49 +01:00
Bram Moolenaar
065ee9aebf
patch 7.4.1097
...
Problem: Looking up the alloc ID for tests fails.
Solution: Fix the line computation. Use assert_fails() for unlet test.
v7.4.1097
2016-01-15 20:53:38 +01:00
Bram Moolenaar
a260b87d9d
patch 7.4.1096
...
Problem: Need several lines to verify a command produces an error.
Solution: Add assert_fails(). (suggested by Nikolay Pavlov)
Make the quickfix alloc test actually work.
v7.4.1096
2016-01-15 20:48:22 +01:00
Bram Moolenaar
3d6d5cc3a4
patch 7.4.1095
...
Problem: Can't build GvimExt with SDK 7.1.
Solution: Support using setenv.bat instead of vcvars32.bat. (Ken Takata)
v7.4.1095
2016-01-15 18:03:32 +01:00
Bram Moolenaar
5a46a58eb6
Add missing test file.
2016-01-15 15:56:58 +01:00
Bram Moolenaar
ccb80989f2
patch 7.4.1094
...
Problem: Test for :hardcopy fails on MS-Windows.
Solution: Check for the +postscript feature.
v7.4.1094
2016-01-15 15:56:35 +01:00
Bram Moolenaar
24c4d539ee
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().
v7.4.1093
2016-01-15 15:37:20 +01:00
Bram Moolenaar
a803c7f940
patch 7.4.1092
...
Problem: It is not simple to test for an exception and give a proper error
message.
Solution: Add assert_exception().
v7.4.1092
2016-01-15 15:31:39 +01:00
Bram Moolenaar
b01f357791
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.
v7.4.1091
2016-01-15 15:17:04 +01:00
Bram Moolenaar
b5690794cf
patch 7.4.1090
...
Problem: No tests for :hardcopy and related options.
Solution: Add test_hardcopy.
v7.4.1090
2016-01-14 22:10:41 +01:00
Bram Moolenaar
ef2b5036b3
patch 7.4.1089
...
Problem: Repeating CTRL-A doesn't work.
Solution: Call prep_redo_cmd(). (Hirohito Higashi)
v7.4.1089
2016-01-12 22:20:58 +01:00
Bram Moolenaar
7ae4fbca55
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.
v7.4.1088
2016-01-12 21:00:40 +01:00
Bram Moolenaar
d79e55016c
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)
v7.4.1087
2016-01-10 22:13:02 +01:00
Bram Moolenaar
507edf63df
patch 7.4.1086
...
Problem: Crash with an extremely long buffer name.
Solution: Limit the return value of vim_snprintf(). (Dominique Pelle)
v7.4.1086
2016-01-10 20:54:17 +01:00
Bram Moolenaar
a52dfaed10
patch 7.4.1085
...
Problem: The CTRL-A and CTRL-X commands do not update the '[ and '] marks.
Solution: (Yukihiro Nakadaira)
v7.4.1085
2016-01-10 20:21:57 +01:00
Bram Moolenaar
e1edc1caba
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)
v7.4.1084
2016-01-10 20:08:03 +01:00
Bram Moolenaar
4514d2769b
patch 7.4.1083
...
Problem: Building GvimExt with VS2015 may fail.
Solution: Adjust the makefile. (Mike Williams)
v7.4.1083
2016-01-10 19:21:36 +01:00
Bram Moolenaar
858b96f382
patch 7.4.1082
...
Problem: The Tcl interface is always skipping memory free on exit.
Solution: Only skip for dynamically loaded Tcl.
v7.4.1082
2016-01-10 16:12:24 +01:00
Bram Moolenaar
254b105b75
patch 7.4.1081
...
Problem: No test for what previously caused a crash.
Solution: Add test for unletting errmsg.
v7.4.1081
2016-01-10 16:10:17 +01:00
Bram Moolenaar
f32c5cd6e0
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)
v7.4.1080
2016-01-10 16:07:44 +01:00
Bram Moolenaar
b86a343280
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.
v7.4.1079
2016-01-10 16:00:53 +01:00
Bram Moolenaar
acb4f221c7
Updated runtime files.
2016-01-10 15:59:26 +01:00
Bram Moolenaar
d08a8d4a31
patch 7.4.1078
...
Problem: MSVC: "make clean" doesn't cleanup in the tee directory.
Solution: Add the commands to cleanup tee. (Erich Ritz)
v7.4.1078
2016-01-10 15:20:29 +01:00
Bram Moolenaar
30a89473ee
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)
v7.4.1077
2016-01-10 14:35:58 +01:00
Bram Moolenaar
6a3c8aff04
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)
v7.4.1076
2016-01-10 14:13:40 +01:00
Bram Moolenaar
05fe017c1a
patch 7.4.1075
...
Problem: Crash when using an invalid command.
Solution: Fix generating the error message. (Dominique Pelle)
v7.4.1075
2016-01-10 13:54:48 +01:00
Bram Moolenaar
5fa4d448fb
patch 7.4.1074
...
Problem: Warning from VX2015 compiler.
Solution: Add a type cast. (Mike Williams)
v7.4.1074
2016-01-10 13:25:55 +01:00
Bram Moolenaar
28fb79db6b
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.
v7.4.1073
2016-01-09 22:28:33 +01:00
Bram Moolenaar
44132a10ae
add missing test file
2016-01-09 21:09:10 +01:00
Bram Moolenaar
450919587d
patch 7.4.1072
...
Problem: Increment test is old style.
Solution: Make the increment test a new style test. (Hirohito Higashi)
v7.4.1072
2016-01-09 21:08:35 +01:00
Bram Moolenaar
cfc0a350a9
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.
v7.4.1071
2016-01-09 20:23:00 +01:00
Bram Moolenaar
8a5115cf18
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)
v7.4.1070
2016-01-09 19:41:11 +01:00
Bram Moolenaar
5f24542e5e
patch 7.4.1069
...
Problem: Compiler warning for unused argument.
Solution: Add UNUSED.
v7.4.1069
2016-01-09 18:52:40 +01:00
Bram Moolenaar
71bcfdf301
patch 7.4.1068
...
Problem: Wrong way to check for unletting internal variables.
Solution: Use a better way. (Olaf Dabrunz)
v7.4.1068
2016-01-09 18:20:46 +01:00
Bram Moolenaar
449538c3d2
patch 7.4.1067
...
Problem: Can't build with MingW and Python on MS-Windows.
Solution: Move the build flags to CFLAGS.
v7.4.1067
2016-01-09 17:49:15 +01:00
Bram Moolenaar
64496ffc9c
patch 7.4.1066
...
Problem: Build fails on MS-Windows.
Solution: Adjust the #ifdefs for "dll" options.
v7.4.1066
2016-01-09 15:08:03 +01:00