28 commits
Author | SHA1 | Message | Date | |
---|---|---|---|---|
wiz
|
cbf7ab5e66 |
Update vim* to 8.0.0086.
Changes not found, but I assume bug fixes. |
||
morr
|
b81a277cd1 |
Update package to 8.0.0021.
Patches: 8.0.0001 intro screen still mentions version7 8.0.0002 the netrw plugin does not work 8.0.0003 getwinvar() returns wrong Value of boolean and number options 8.0.0004 error messagge of function() with wrong argument says NULL 8.0.0005 netbeans test fails with Python 3 8.0.0006 ":lb" is interpreted as ":lbottom" instead of ":lbuffer" 8.0.0007 Vim 7.4 is still mentioned in a few places 8.0.0008 popup complete test is disabled 8.0.0009 unnecessary workaround for AppVeyor 8.0.0010 crash when editing file that starts with crypt header 8.0.0011 on OSX Test_pipe_through_sort_all() sometimes fails 8.0.0012 typos in comments 8.0.0013 (after 8.0.0011) missing comma in list 8.0.0014 crypt tests are old style 8.0.0015 can't tell which part of a channel has "buffered" status 8.0.0016 (after 8.0.0015) build fails 8.0.0017 cannot get the number of current quickfix or location list 8.0.0018 when using ":sleep" channel input is not handled 8.0.0019 test_command_count is old style 8.0.0020 the regexp engines are not reentrant 8.0.0021 GUI: cursor may be drawn on second half of double byte char pkgsrc changes: - switch to github to provide tarballs - some minor changes |
||
morr
|
3c81895f06 |
Update to newest patchlevel 1987.
Changes:
7.4.1041 various small things
7.4.1042 there is no way to get the word count in a script
7.4.1043 another small thing
7.4.1044 (after 7.4.1042) can't build without the +eval feature
7.4.1045 can't see coverage if shadow and coverage on the same build
7.4.1046 no test coverage for menus
7.4.1047 (after patch 7.4.1042) tests fail on MS-Windows
7.4.1048 (after patch 7.4.1047) test still fails on MS-Windows
7.4.1049 (after patch 7.4.1048) test still still fails on MS-Windows
7.4.1050 warning for unused var with tiny features
7.4.1051 segfault when unletting "count"
7.4.1052 illegal memory access with weird syntax command
7.4.1053 insufficient testing for quickfix commands
7.4.1054 illegal memory access
7.4.1055 running "make newtests" in src/testdir has no output
7.4.1056 don't know why finding spell suggestions is slow
7.4.1057 typos in the :options window
7.4.1058 not possible to test behavior when memory allocation fails
7.4.1059 code is never executed
7.4.1060 instructions for writing tests are outdated
7.4.1061 compiler warning for ignoring return value of fwrite()
7.4.1062 building with Ruby on MS-Windows requires a lot of arguments
7.4.1063 TCL variables are not set when building with Cygwin and MingW
7.4.1064 with single letter compounding spell suggestions are slow
7.4.1065 cannot use the "dll" options on MS-Windows
7.4.1066 (after 7.4.1065) build fails on MS-Windows
7.4.1067 (after 7.4.1065) Can't build with MingW+Python on MS-Windows
7.4.1068 wrong way to check for unletting internal variables
7.4.1069 compiler warning for unused argument
7.4.1070 the Tcl interface can't be loaded dynamically on Unix
7.4.1071 new style tests are executed in arbitrary order
7.4.1072 increment test is old style
7.4.1073 alloc_id depends on numbers, may use the same one twice
7.4.1074 warning from VX2015 compiler
7.4.1075 crash when using an invalid command
7.4.1076 CTRL-A does not work well in right-left mode
7.4.1077 the build instructions for MS-Windows are incomplete
7.4.1078 MSVC: "make clean" doesn't cleanup in the tee directory
7.4.1079 (after 7.4.1073) file missing from distribution
7.4.1080 VS2015 HandleToLong() is shadowed by a Vim macro
7.4.1081 no test for what previously caused a crash
7.4.1082 the Tcl interface is always skipping memory free on exit
7.4.1083 building GvimExt with VS2015 may fail
7.4.1084 repeating CTRL-A in Visual mode increments the wrong numbers
7.4.1085 the CTRL-A and CTRL-X commands do not update '[ and '] marks
7.4.1086 crash with an extremely long buffer name
7.4.1087 CTRL-A and CTRL-X work badly with blockwise visual selection
7.4.1088 Coverity warns for uninitialized variables
7.4.1089 repeating CTRL-A doesn't work
7.4.1090 no tests for :hardcopy and related options
7.4.1091 2 sec delay when making change while need_wait_return is set
7.4.1092 is not simple to test for an exception
7.4.1093 typo in test goes unnoticed
7.4.1094 test for :hardcopy fails on MS-Windows
7.4.1095 can't build GvimExt with SDK 7.1
7.4.1096 need several lines to verify a command produces an error
7.4.1097 looking up the alloc ID for tests fails
7.4.1098 still using old style C function declarations
7.4.1100 Cygwin makefiles are unused
7.4.1101 cursor in wrong position with 'rightleft' and concealing
7.4.1102 debugger has no stack backtrace support
7.4.1103 removed file still in distribution
7.4.1104 various problems building with MzScheme/Racket
7.4.1105 with slices there is a mixup of variable name and namespace
7.4.1106 the nsis script can't be used from the appveyor build
7.4.1107 Vim can create a directory but not delete it
7.4.1108 expanding "~" halfway a file name
7.4.1109 (after 7.4.1107) MS-Windows doesn't have rmdir()
7.4.1110 test 108 fails when language is French
7.4.1111 test_expand fails on MS-Windows
7.4.1112 no error is reported for ":next" with an illegal file name
7.4.1113 (after 7.4.1105) using {ns} in variable name does not work
7.4.1114 (after 7.4.1107) delete() does not handle symbolic links
7.4.1115 MS-Windows: make clean in testdir doesn't clean everything
7.4.1116 delete(x, 'rf') does not delete files starting with a dot
7.4.1117 (after 7.4.1116) no longer get "." and ".." in directory list
7.4.1118 tests hang in 24 line terminal
7.4.1119 argidx() has a wrong value after ":%argdelete"
7.4.1120 delete(x, 'rf') fails if a directory is empty
7.4.1121 test_expand leaves files behind
7.4.1122 test 92 and 93 fail with gvim on system with non utf-8 locale
7.4.1123 using ":argadd" makes wrong arg the current one
7.4.1124 MS-Windows: dead key behavior is not ideal
7.4.1125 there is no perleval()
7.4.1126 can only get the directory of the current window
7.4.1127 both old and new style tests for Perl
7.4.1128 MS-Windows: delete() does not recognize junctions
7.4.1129 Python None value can't be converted to a Vim value
7.4.1130 memory leak in :vimgrep
7.4.1131 new lines in the viminfo file are dropped
7.4.1133 generated function prototypes still have __ARGS()
7.4.1134 the arglist test fails on MS-Windows
7.4.1135 one more arglist test fails on MS-Windows
7.4.1136 wrong argument to assert_exception() causes a crash
7.4.1137 illegal memory access when using :copen and :cclose
7.4.1138 when running gvim in the foreground some icons are missing
7.4.1139 MS-Windows: getftype() returns "file for symlink to directory
7.4.1140 recognizing <sid> does not work when the language is Turkish
7.4.1141 searchpair() with a syntax skip expression may not work
7.4.1142 cannot define keyword characters for a syntax file
7.4.1143 can't sort on floating point numbers
7.4.1144 (after 7.4.1143) can't build on several systems
7.4.1145 default features are conservative
7.4.1146 can't build with Python 3 interface using MingW
7.4.1147 conflict for "chartab"
7.4.1148 default for MingW and Cygwin is still "normal"
7.4.1149 (after 7.4.1013) problem with using local value of 'efm'
7.4.1150 'langmap' applies to the first character typed in Select mode
7.4.1151 (after 7.4.1150) missing change to eval.c
7.4.1152 (after 7.4.1150) langmap test fails with normal build
7.4.1153 autocommands for quickfix cannot always get current title
7.4.1154 no support for JSON
7.4.1155 (after 7.4.1154) build with normal features fails
7.4.1156 Coverity warns for NULL pointer and ignoring return value
7.4.1157 type() does not work for v:true, v:none, etc.
7.4.1158 still using __ARGS()
7.4.1159 automatically generated function prototypes use __ARGS
7.4.1160 no error for jsondecode('"')
7.4.1161 ":argadd" without argument does not work as documented
7.4.1162 missing error number in MzScheme
7.4.1163 expressions "0 + v:true" and "'' . v:true" cause an error
7.4.1164 can't compare special vars; jsondecode() doesn't report error
7.4.1165 build fails when defining DYNAMIC_ICONV_DLL in the makefile
7.4.1166 jsonencode() doesn't handle Funcref and repeated list right
7.4.1167 no tests for "is" and "isnot" with the new variables
7.4.1168 this doesn't give the right result: eval(string(v:true))
7.4.1169 the socket I/O is intertwined with the netbeans code
7.4.1170 (after 7.4.1169) missing changes in src/Makefile, Filelist
7.4.1171 Makefile dependencies are outdated
7.4.1172 (after 7.4.1169) configure is overly positive
7.4.1173 (after 7.4.1168) no test for new behavior of v:true et al.
7.4.1174 netbeans contains dead code insde #ifndef INIT_SOCKETS
7.4.1175 (after 7.4.1169) can't build with Mingw and Cygwin
7.4.1176 missing change to proto file
7.4.1177 the +channel feature is not in :version output
7.4.1178 empty() doesn't work for the new special variables
7.4.1179 test_writefile and test_viml do not delete the tempfile
7.4.1180 crash with invalid argument to glob2regpat()
7.4.1181 free_tv() can't handle special variables
7.4.1182 still socket code intertwined with netbeans
7.4.1183 (after 7.4.1182) MS-Windows build is broken
7.4.1184 MS-Windows build is still broken
7.4.1185 can't build with TCL on some systems
7.4.1186 error messages for security context are hard to translate
7.4.1187 MS-Windows channel code only supports one channel
7.4.1188 using older JSON standard
7.4.1189 (after 7.4.1165) can't use another language on MS-Windows
7.4.1190 on OSX the default flag for dlopen() is different
7.4.1191 the channel feature isn't working yet
7.4.1192 can't build with FEAT_EVAL but without FEAT_MBYTE
7.4.1193 can't build the channel feature on MS-Windows
7.4.1194 compiler warning for not using return value of fwrite()
7.4.1195 the channel feature does not work in the MS-Windows console
7.4.1196 still using __ARGS
7.4.1197 still using __ARGS (fixed)
7.4.1198 still using __ARGS
7.4.1199 still using __ARGS
7.4.1201 still using __ARGS
7.4.1202 can't build on Mac
7.4.1203 still using __ARGS (corrected patch)
7.4.1204 latin1 characters cause encoding conversion
7.4.1205 using old style function declarations
7.4.1206 using old style function declarations
7.4.1207 using old style function declarations
7.4.1208 using old style function declarations
7.4.1209 (after 7.4.1207) can't build with Athena
7.4.1210 using old style function declarations
7.4.1211 using old style function declarations
7.4.1212 (after 7.4.1207) can't build with Motif
7.4.1213 using old style function declarations
7.4.1214 using old style function declarations
7.4.1215 using old style function declarations
7.4.1216 still using HAVE_STDARG_H
7.4.1217 execution of command on channel doesn't work yet
7.4.1218 missing change in configure, more changes for function style
7.4.1219 build fails with +channel but without +float
7.4.1220 warnings for unused variables in tiny build
7.4.1221 tiny and small builds include too many features
7.4.1222 ":normal" command and others missing in tiny build (fixed 2)
7.4.1223 crash when setting v:errors to a number
7.4.1224 build problems with GTK on BSD
7.4.1225 still a few old style function declarations
7.4.1226 GRESOURCE_HDR is unused
7.4.1227 compiler warnings
7.4.1228 copy() and deepcopy() fail with special variables
7.4.1229 "eval" and "expr" channel commands don't work yet
7.4.1230 Win32: opening channel may hang, messages not handled
7.4.1231 JSON messages are not parsed properly
7.4.1232 compiler warnings when the Sniff feature is enabled
7.4.1233 channel command may cause a crash
7.4.1234 demo server only runs with Python 2
7.4.1235 (after 7.4.1231) missing change to eval.c
7.4.1236 with "syntax manual" switching buffers removes highlighting
7.4.1237 can't translate message without adding a line break
7.4.1238 can't handle two messages right after each other (fixed)
7.4.1239 JSON message after the first one is dropped
7.4.1240 Visual studio tools are noisy
7.4.1241 missing change in Makefile due to diff mismatch
7.4.1242 json_test fails without the eval feature
7.4.1243 compiler warning for uninitialized variable
7.4.1244 the channel functions don't sort together
7.4.1245 file missing from distribution
7.4.1246 the channel functionality isn't tested
7.4.1247 the channel test doesn't run on MS-Windows
7.4.1248 can't reliably start and stop the channel test server
7.4.1249 crash when the process a channel is connected to exits
7.4.1250 running tests in shadow directory fails
7.4.1251 new test file missing from distribution
7.4.1252 the channel test server may receive two messages concatenated
7.4.1253 Python test server not displaying second of two commands
7.4.1254 opening a second channel causes a crash
7.4.1255 crash for channel "eval" command without third argument
7.4.1256 on Mac sys.exit(0) doesn't kill the test server
7.4.1257 channel test fails in some configurations
7.4.1258 the channel test can fail if messages arrive later
7.4.1259 no test for what patch 7.3.414 fixed
7.4.1260 the channel feature doesn't work on Win32 GUI
7.4.1261 crash on garbage collection, leaking memory
7.4.1262 the channel callback is not invoked
7.4.1263 ch_open() hangs when the server isn't running
7.4.1264 crash when receiving an empty array
7.4.1265 not all channel commands are tested
7.4.1266 a BufAdd autocommand may cause an ml_get error
7.4.1267 easy to miss handling all types of variables
7.4.1268 waittime is used as seconds instead of milliseconds
7.4.1269 encoding {'key'✌️none} to JSON doesn't give an error
7.4.1270 warnings for missing values in switch
7.4.1271 assert_false(v:false) reports an error
7.4.1272 using future enum value
7.4.1274 cannot run a job
7.4.1275 (after 7.4.1274) build fails on MS-Windows
7.4.1276 warning for not using return value of fcntl()
7.4.1277 compiler can complain about missing enum value in switch
7.4.1278 when jsonencode() fails it still returns something
7.4.1279 jsonencode() is not producing strict JSON
7.4.1280 missing case value
7.4.1281 no test for skipping over code that isn't evaluated
7.4.1282 crash when evaluating the pattern of ":catch" causes an error
7.4.1283 the job feature isn't available on MS-Windows
7.4.1284 (after 7.4.1282) test 49 fails
7.4.1285 cannot measure elapsed time
7.4.1286 ch_open() with a timeout doesn't work correctly
7.4.1287 (after 7.4.1286) channel test fails
7.4.1288 ch_sendexpr() does not use JS encoding
7.4.1289 channel test fails on MS-Windows, connect() takes too long
7.4.1290 Coverity complains about uneccessary check for NULL
7.4.1291 on MS-Windows the channel test server doesn't quit
7.4.1292 some compilers complain about uninitialzed variable
7.4.1293 a channel may hang waiting for a discarded message
7.4.1294 job_stop() only kills the started process
7.4.1295 string(job) doesn't work well on MS-Windows
7.4.1296 cursor changes column with up motion when not supposed to
7.4.1297 on Mac test_channel leaves python instances running
7.4.1298 when the channel test fails the server keeps running
7.4.1299 when server sends zero ID message channel handler not invoked
7.4.1300 cannot test CursorMovedI because there is typeahead
7.4.1301 missing options in ch_open()
7.4.1302 typo in struct field name
7.4.1303 a Funcref is not accepted as a callback
7.4.1304 function names are difficult to read
7.4.1305 "\%1l^#.*" does not match on a line starting with "#"
7.4.1306 job control doesn't work well on MS-Windows
7.4.1307 some channel tests fail on MS-Windows
7.4.1308 (after 7.4.1307) typo in test
7.4.1309 when a test fails not all relevant info is listed
7.4.1310 jobs don't open a channel
7.4.1311 (after 7.4.1310) sock_T is defined too late
7.4.1312 (after 7.4.1311) sock_T not defined without +channel feature
7.4.1313 MS-Windows: Using socket after closed causes an exception
7.4.1314 warning for uninitialzed variable
7.4.1315 using channel handle does not allow for freeing when unused
7.4.1316 can't build MS-Windows console version
7.4.1317 MS-Windows: channel test fails
7.4.1318 channel with pipes doesn't work in GUI
7.4.1319 tests fail on MS-Windows and on Unix with GUI
7.4.1320 Cygwin/MingW build fails with channel but without Netbeans
7.4.1321 compiler complains about missing statement
7.4.1322 crash when unletting the variable that holds the channel
7.4.1323 do not get warnings when building with MingW
7.4.1324 channels with pipes don't work on MS-Windows
7.4.1325 channel test fails on Unix/DOS line endings difference
7.4.1326 build rules are bit too complicated
7.4.1327 channel test doesn't work if Python executable is python.exe
7.4.1328 can't compile with +job but without +channel
7.4.1329 crash when using channel that failed to open
7.4.1330 fd_read() has an unused argument
7.4.1331 crash when closing the channel in a callback
7.4.1332 problem using Python3 when compiled with MingW
7.4.1333 channel test fails on non-darwin builds
7.4.1334 many compiler warnings with MingW
7.4.1335 can't build on MS-Windows with +job but without +channel
7.4.1336 channel NL mode is not supported yet
7.4.1337 (after 7.4.1336) part of the change missing
7.4.1338 (after 7.4.1336) another part of the change is missing
7.4.1339 warnings when building the GUI with MingW
7.4.1340 (after 7.4.1339) merge left extra #endif behind
7.4.1341 difficult to add more arguments to ch_sendraw()/ch_sendexpr()
7.4.1342 on Mac OS/X the waittime must be > 0 for connect to work
7.4.1343 can't compile with +job but without +channel
7.4.1344 can't compile Win32 GUI with tiny features
7.4.1345 a few more compiler warnings
7.4.1346 compiler warnings in build with -O2
7.4.1347 when there is any error Vim will use a non-zero exit code
7.4.1348 more compiler warnings
7.4.1349 and some more MingW compiler warnings
7.4.1350 when the test server fails to start Vim hangs
7.4.1351 ch_open() may fail instead of waiting for the specified time
7.4.1352 the test script lists all functions before executing them
7.4.1353 Test_connect_waittime is skipped for MS-Windows
7.4.1354 MS-Windows: Mismatching default compile options
7.4.1355 Win32 console and GUI handle channels differently
7.4.1356 job and channel options parsing is scattered
7.4.1357 (after 7.4.1356) error for returning value from void function
7.4.1358 compiler warning when not building with +crypt
7.4.1359 (after 7.4.1356) channel test ch_sendexpr() times out
7.4.1360 can't remove a callback with ch_setoptions()
7.4.1361 channel test fails on Solaris
7.4.1362 (after 7.4.1356) using unitinialized value
7.4.1363 compiler warnings with tiny build
7.4.1364 the Win 16 code is not maintained and unused
7.4.1365 cannot execute a single test function
7.4.1366 typo in test and resulting error in test result
7.4.1367 compiler warning for unreachable code
7.4.1368 one more Win16 file remains
7.4.1369 channels don't have a queue for stderr
7.4.1370 the Python test script may keep on running
7.4.1371 X11 GUI callbacks don't specify the part of the channel
7.4.1372 Channel read implementation is incomplete
7.4.1373 must turn args into string when calling Vim channel function
7.4.1374 channel test hangs on MS-Windows
7.4.1375 still some Win16 code
7.4.1376 ch_setoptions() cannot set all options
7.4.1377 Test_connect_waittime() is flaky
7.4.1378 can't change job settings after it started
7.4.1379 channel test fails on Win32 console
7.4.1380 the job exit callback is not implemented
7.4.1381 (after 7.4.1380) exit value not available on MS-Windows
7.4.1382 can't get the job of a channel
7.4.1383 GvimExt only loads the old libintl.dll
7.4.1384 it is not easy to use a set of plugins and their dependencies
7.4.1385 compiler warning for using array
7.4.1386 job may be freed when the Job exit callback is invoked
7.4.1387 Win16 docs still referenced
7.4.1388 compiler warning
7.4.1389 incomplete function declaration
7.4.1390 if glib-compile-resources cannot be found building Vim fails
7.4.1391 warning for uninitialzed variable
7.4.1392 some tests fail for Win32 console version
7.4.1393 starting a job hangs in the GUI
7.4.1394 can't sort inside a sort function
7.4.1395 DETACH in quotes is not compatible with Netbeans interface
7.4.1396 compiler warnings for conversions
7.4.1397 sort test fails on MS-Windows
7.4.1398 the close-cb option is not implemented yet
7.4.1399 the MS-DOS code does not build (fixed 2)
7.4.1400 Perl eval doesn't work properly on 64-bit big-endian machine
7.4.1401 'autochdir' set during startup with diff mode doesn't work
7.4.1402 GTK 3 is not supported
7.4.1403 can't build without the quickfix feature
7.4.1404 ch_read() doesn't time out on MS-Windows
7.4.1405 completion menu flickers
7.4.1406 leaking memory in cs_print_tags_priv()
7.4.1407 json_encode() does not handle NaN and inf properly
7.4.1408 MS-Windows doesn't have isnan() and isinf()
7.4.1409 configure includes GUI despite --disable-gui flag
7.4.1410 leaking memory in cscope interface
7.4.1411 compiler warning for indent
7.4.1412 compiler warning for indent
7.4.1413 when calling ch_close() the close callback is invoked
7.4.1414 Appveyor only builds one feature set
7.4.1415 (after 7.4.1414) dropped the skip-tags setting
7.4.1416 using "u_char" intead of "char_u", doesn't work everywhere
7.4.1417 (after 7.4.1414) missing appveyor.bat from the distribution
7.4.1418 job_stop() on MS-Windows does not really stop the job
7.4.1419 tests slowed down because of the "not a terminal" warning
7.4.1420 (after 7.4.1419) missing makefile
7.4.1421 may free a channel when a callback may need to be invoked
7.4.1422 keeping channel open after job stops results in test failing
7.4.1423 channel test fails on MS-Windows
7.4.1424 not using --not-a-term when running tests on MS-Windows
7.4.1425 there are still references to MS-DOS support
7.4.1426 the "out-io" option for jobs is not implemented yet
7.4.1427 trailing comma in enums is not ANSI C
7.4.1428 compiler warning for non-virtual destructor
7.4.1429 MS-Windows: when not using directx drawing emoji is broken
7.4.1430 not useful to encode NaN and Infinity as null for JSON
7.4.1431 including header files twice
7.4.1432 typo in button text
7.4.1433 the Sniff interface is no longer useful
7.4.1434 JSON encoding doesn't handle surrogate pair
7.4.1435 confusing that ch_sendexpr()/ch_sendraw() wait for a response
7.4.1436 (after 7.4.1433) Sniff files still referenced in distribution
7.4.1437 old system doesn't have isinf() and NAN
7.4.1438 can't get buffer number of a channel
7.4.1439 (after 7.4.1434) using uninitialzed variable
7.4.1440 (after 7.4.1437) can't build on Windows
7.4.1441 using empty name instead of no name for channel buffer
7.4.1442 MS-Windows: more compilation warnings for destructor
7.4.1443 can't build GTK3 with small features
7.4.1444 can't build with JSON but without multi-byte
7.4.1445 memory corruption when 'encoding' is not utf-8
7.4.1446 crash when using json_decode()
7.4.1447 memory leak when using ch_read(); log messages missing
7.4.1448 JSON tests fail if 'encoding' is not utf-8
7.4.1449 build fails with job feature but without channel feature
7.4.1450 json encoding still fails when encoding is not utf-8
7.4.1451 Vim hangs when a channel has a callback but isn't referenced
7.4.1452 screen and cursor not updated after a callback was invoked
7.4.1453 missing --not-a-term
7.4.1454 the exit callback test is flaky
7.4.1455 JSON decoding test for surrogate pairs is in the wrong place
7.4.1456 test 87 fails with Python 3.5
7.4.1457 opening a channel with select() is not done properly
7.4.1458 when a JSON channel has a callback it may never be cleared
7.4.1459 (after 7.4.1457) MS-Windows doesn't know socklen_t
7.4.1460 syntax error in rarily used code
7.4.1461 MS-Windows: all parts of a job command are put in quotes
7.4.1462 two more rarily used functions with errors
7.4.1463 configure doesn't find isinf() and isnan() on some systems
7.4.1464 when the argument of sort() is zero or empty it fails
7.4.1465 may use NULL pointer when using buffer output and JSON mode
7.4.1466 Coverity reports dead code
7.4.1467 can't build without the float feature
7.4.1468 sort test doesn't test with "1" argument
7.4.1469 channel test sometimes fails, especially on OS/X
7.4.1470 Coverity reports missing restore
7.4.1471 missing out-of-memory check, Coverity warning
7.4.1472 Coverity warning for not using return value
7.4.1473 can't build without the autocommand feature
7.4.1474 compiler warnings without the float feature
7.4.1475 using hangulinput with utf-8 CSI character is misintepreted
7.4.1476 function arguments marked as unused while they are not
7.4.1477 Test_reltime is flaky, it depends on timing
7.4.1478 ":loadplugin" doesn't take care of ftdetect files
7.4.1479 no test for ":loadplugin"
7.4.1480 cannot add a pack direcory without loading a plugin
7.4.1481 can't build with small features
7.4.1482 "timeout" option not supported on ch_eval*()
7.4.1483 a one-time callback is not used for a raw channel
7.4.1484 channel "err-io" value "out" is not supported
7.4.1485 job input from buffer is not implemented
7.4.1486 ":loadplugin" is not optimal, some people find it confusing
7.4.1487 for WIN32 isinf() is defined as a macro
7.4.1488 not using key if result from hangul_string_convert() is NULL
7.4.1489 (after 7.4.1487) "inline" is not supported by old MSVC
7.4.1490 compiler warning for unused function
7.4.1491 Visual-block shift breaks multi-byte characters
7.4.1492 no command line completion for ":packadd"
7.4.1493 wrong callback invoked for zero-id messages
7.4.1494 clr_history() does not work properly
7.4.1495 compiler warnings with job but without channel feature
7.4.1496 crash when built with GUI but it's not active
7.4.1497 cursor drawing problem with GTK 3
7.4.1498 error for locked item when using json_decode()
7.4.1499 no error message when :packadd does not find anything
7.4.1500 should_free flag set to FALSE
7.4.1501 garbage collection with an open channel is not tested
7.4.1502 writing last-but-one buffer line to channel not implemented
7.4.1503 crash when using ch_getjob()
7.4.1504 (after 7.4.1502) no test for reading last-but-one line
7.4.1505 get too many "looking for messages" channel log entries
7.4.1506 job cannot read from a file
7.4.1507 crash when starting a job fails
7.4.1508 can't build GvimExt with MingW
7.4.1509 keeping both a job and channel variable is a hassle
7.4.1510 channel test fails on AppVeyor
7.4.1511 statusline highlighting is sometimes wrong
7.4.1512 channel input from file not supported on MS-Windows
7.4.1513 "J" fails if there are not enough lines
7.4.1514 channel output to file not implemented yet
7.4.1515 channel test is a bit flaky
7.4.1516 cannot change file permissions
7.4.1517 compiler warning with 64bit compiler
7.4.1518 channel with disconnected in/out/err is not supported
7.4.1519 (after 7.4.1514) file output not implemented for MS-Windows
7.4.1520 channel test: Waiting for a file to appear doesn't work
7.4.1521 (after 7.4.1516) file permission test fails on MS-Windows
7.4.1522 cannot write channel err to a buffer
7.4.1523 writing channel to a file fails on MS-Windows
7.4.1524 channel test fails on BSD
7.4.1525 on a high resolution screen the toolbar icons are too small
7.4.1526 MS-Windows channel: missing writing to file + not connecting
7.4.1527 channel test is flaky on MS-Windows
7.4.1528 using "ever" for packages is confusing
7.4.1529 specifying buffer number for channel not implemented yet
7.4.1530 MS-Windows job_start() closes wrong handle
7.4.1531 compiler warning for unitinialized variable
7.4.1532 MS-Windows channel leaks file descriptor
7.4.1533 using feedkeys() with an empty string disregards 'x' option
7.4.1534 compiler warning for shadowed variable
7.4.1535 the feedkeys test has a one second delay
7.4.1536 cannot re-use a channel for another job
7.4.1537 too many feature flags for pipes, jobs and channels
7.4.1538 selection with the mouse does not work in command line mode
7.4.1539 too much code in eval.c
7.4.1540 channel test is a bit flaky
7.4.1541 missing job_info()
7.4.1542 job_start() with a list is not tested
7.4.1543 channel log methods are not tested
7.4.1544 on Win32 escaping the command does not work properly
7.4.1545 GTK3: horizontal cursor movement in Visual selection not good
7.4.1546 sticky type checking is more annoying than useful
7.4.1547 get "-1" when getting not set cterm highlight attribute
7.4.1548 (after 7.4.1546) two tests fail
7.4.1549 (after 7.4.1547) syntax attributes test fails in Win32 GUI
7.4.1550 cannot load packages early
7.4.1551 cannot generate help tags in all doc directories
7.4.1552 ":colorscheme" does not use 'packpath'
7.4.1553 ":runtime" does not use 'packpath'
7.4.1554 completion for :colorscheme does not use 'packpath'
7.4.1555 list of test targets incomplete
7.4.1556 "make install" changes the help tags file
7.4.1557 windows cannot be identified
7.4.1558 it is not easy to find out what windows display a buffer
7.4.1559 passing cookie to a callback is clumsy
7.4.1560 Dict options with a dash are more difficult to use
7.4.1561 (after 7.4.1559) missing update to proto file
7.4.1562 ":helptags ALL" crashes
7.4.1563 partial test fails on windows
7.4.1564 an empty list in function() causes an error
7.4.1565 crash when assert_equal() runs into a NULL string
7.4.1566 compiler warning for shadowed variable
7.4.1567 crash in assert_fails()
7.4.1568 using CTRL-] in help on option in parentheses doesn't work
7.4.1569 using old style tests for quickfix
7.4.1570 there is no way to avoid the message when editing a file
7.4.1571 no test for ":help"
7.4.1572 setting 'compatible' in test influences following tests
7.4.1573 tests get stuck at the more prompt
7.4.1574 ":undo 0" does not work
7.4.1575 using wrong size for struct
7.4.1576 write error of viminfo file is not handled properly
7.4.1577 cannot pass "dict.Myfunc" around as a partial
7.4.1578 there is no way to invoke a function later or periodically
7.4.1579 (after 7.4.1578) missing changes in channel.c
7.4.1580 crash when using function reference
7.4.1581 ":call dict.func()" where function is a partial does not work
7.4.1582 get E923 when using function(dict.func, [], dict)
7.4.1583 warning for unitinialized variable
7.4.1584 timers don't work for Win32 console
7.4.1585 partial is not recognized everywhere
7.4.1586 nesting partials doesn't work
7.4.1587 compiler warnings with 64 bit compiler
7.4.1588 old style test for quickfix
7.4.1589 combining dict and args with partial doesn't always work
7.4.1590 warning for shadowed variable
7.4.1591 the quickfix title is truncated
7.4.1592 quickfix code using memory after being freed
7.4.1593 using channel timeout instead of request timeout
7.4.1594 timers don't work on Unix
7.4.1595 not checking for failed open()
7.4.1596 memory leak
7.4.1597 memory leak when out of memory
7.4.1598 when starting the GUI fails a swap file is left behind
7.4.1599 no link to Coverity
7.4.1600 libs directory is not useful
7.4.1601 README files take a lot of space in the top directory
7.4.1602 info files take space in the top directory
7.4.1603 timer with an ":echo" command messes up display
7.4.1604 emoji characters are not treated as full width
7.4.1605 catching exception that won't be thrown
7.4.1606 type() handling plain Funcref and partial differently
7.4.1607 comparing function on two dicts is not backwards compatible
7.4.1608 string() doesn't handle a partial
7.4.1609 Contents file is only for Amiga distro
7.4.1611 the versplit feature makes the code uneccessary complicated
7.4.1612 (after 7.4.1611) can't build with small features
7.4.1613 (after 7.4.1612) still can't build with small features
7.4.1614 still quickfix test in old style
7.4.1615 build fails with tiny features
7.4.1616 malformed channel request causes a hang
7.4.1617 when a JSON message is split it isn't decoded
7.4.1618 start job with buffer output changes option in current buffer
7.4.1619 'fileformats' does not apply to the initial buffer
7.4.1620 emoji characters are not considered a kind of word character
7.4.1621 channel test doesn't work with Python 2.6
7.4.1622 channel demo doesn't work with Python 2.6
7.4.1623 all Channels share the message ID, it keeps getting bigger
7.4.1624 can't get info about a channel
7.4.1625 trying to close file descriptor that isn't open
7.4.1626 (after 7.4.1624) missing changes to structs
7.4.1627 channel out_cb and err_cb are not tested
7.4.1628 64-bit Compiler warning
7.4.1629 handling emoji chars as full width not backwards compatibile
7.4.1630 Unicode table for double width is outdated
7.4.1631 compiler doesn't understand switch on all enum values
7.4.1632 list of test targets is outdated
7.4.1633 if the help tags file was removed "make install" fails
7.4.1634 vertical movement after CTRL-A ends up in the wrong column
7.4.1635 channel test is a bit flaky
7.4.1636 missing prompt for crypt key when 'F' is in 'shortmess'
7.4.1637 can't build with older MinGW compiler
7.4.1638 when binding function to dict the reference count is wrong
7.4.1639 invoking garbage collection may cause a double free
7.4.1640 crash when an autocommand changes a quickfix list
7.4.1641 using unterminated string
7.4.1642 handling emoji chars as full width not backwards compatibile
7.4.1643 (after 7.4.1641) terminating file name has side effects
7.4.1644 error when using string() on partial with recursive reference
7.4.1645 partial in a dict can't be redefined as a function
7.4.1646 using Python vim.bindeval() on a partial doesn't work
7.4.1647 using freed memory after setqflist() and ":caddbuffer"
7.4.1648 compiler has a problem copying a string into di_key[]
7.4.1649 the matchit plugin needs to be copied to be used
7.4.1650 quickfix test fails
7.4.1651 some dead (MSDOS) code remains
7.4.1652 old style test for fnamemodify()
7.4.1653 (after 7.4.1649) can't load matchit.vim from the old location
7.4.1654 crash when using expand('%:S') in a buffer without a name
7.4.1655 remote_expr() hangs
7.4.1656 crash when using partial with a timer
7.4.1657 Unix in a terminal: channel messages not handled right away
7.4.1658 one canot know when VimEnter autocmds were already triggered
7.4.1659 (after 7.4.1657) compiler warning for argument type
7.4.1660 has('patch-7.4.1') doesn't work
7.4.1661 no test for special characters in channel eval command
7.4.1662 no test for an invalid Ex command on a channel
7.4.1663 in tests it's often useful to check if a pattern matches
7.4.1664 crash in :cgetexpr
7.4.1665 crash when calling job_start() with a NULL string
7.4.1666 when reading JSON from a channel all readahead is used
7.4.1667 Win32: waiting on a pipe with fixed sleep time
7.4.1668 channel_get_all() does multiple allocations
7.4.1669 when writing buffer lines to a pipe Vim may block
7.4.1670 completion doesn't work well for a variable containing "#"
7.4.1671 adding @ab to help tag completion may be unnecessary
7.4.1672 the Dvorak support is a bit difficult to install
7.4.1673 the justify plugin has to be copied or sourced to be used
7.4.1674 the editexisting plugin has to be copied/sourced to be used
7.4.1675 the swapmous plugin has to be copied or sourced to be used
7.4.1676 the shellmenu plugin has to be copied or sourced to be used
7.4.1677 a reference to the removed file_select plugin remains
7.4.1678 warning for unused argument
7.4.1679 Coverity: copying value of v_lock without initializing it
7.4.1680 Coverity warns for not checking name length (false positive)
7.4.1681 Coverity warns for fixed size buffer length (false positive)
7.4.1682 Coverity: no check for NULL
7.4.1683 generated .bat files do not support --nofork
7.4.1684 README text is slightly outdated
7.4.1685 there is no easy way to get all the information about a match
7.4.1686 when running tests $HOME/.viminfo is written
7.4.1687 the channel close_cb option does not work
7.4.1688 MzScheme does not support partial
7.4.1689 Ruby interface has inconsistent coding style
7.4.1690 can't compile with the conceal feature but without multi-byte
7.4.1691 ml_get error when going to new buffer and automd sets syntax
7.4.1692 feedkeys('i', 'x') gets stuck, waits for typing a character
7.4.1693 building the Perl interface gives compiler warnings
7.4.1694 Win32 gvim doesn't work with "dvorakj" input method
7.4.1695 ":syn reset" clears the effect ":syn iskeyword"
7.4.1696 using :stopinsert in silent mapping doesn't clear "INSERT"
7.4.1697 display problems when char width doesn't match terminal
7.4.1698 two tests fail when running tests with MinGW
7.4.1699 :packadd does not work the same when used early or late
7.4.1700 equivalence classes are not properly tested
7.4.1701 equivalence classes still tested in old style tests
7.4.1702 using freed memory when parsing 'printoptions' fails
7.4.1703 can't assert for not equal and not matching
7.4.1704 using freed memory with "wincmd p"
7.4.1705 the 'guifont' option does not allow for a quality setting
7.4.1706 old style function declaration breaks build
7.4.1707 cannot use empty dictionary key, even though it can be useful
7.4.1708 new regexp engine does not work properly with EBCDIC
7.4.1709 mistake in #ifdef
7.4.1710 not all output of an external command is read
7.4.1711 eror caught with try/catch in 'statusline' handled as error
7.4.1712 for plugins in packages need to take care of all dependencies
7.4.1713 GTK GUI doesn't work on Wayland
7.4.1714 non-GUI specific settings in the gvimrc_example file
7.4.1715 double free when a partial is in a cycle with a list or dict
7.4.1716 'autochdir' doesn't work for the first file
7.4.1717 leaking memory when opening a channel fails
7.4.1718 Coverity: not using return value of set_ref_in_item()
7.4.1719 leaking memory with a cycle involving a job and a partial
7.4.1720 tests fail without the job feature
7.4.1721 the vimtbar files are unused.
7.4.1722 crash when calling garbagecollect() after starting a job
7.4.1723 eror caught with try/catch in 'tabline' handled as error
7.4.1724 (after 7.4.1723) tabline test fails in GUI
7.4.1725 compiler errors for non-ANSI compilers
7.4.1726 ANSI compiler complains about string length
7.4.1727 cannot detect crash in tests when caused by garbagecollect()
7.4.1728 the help for functions require a space after the "("
7.4.1729 Perl: cannot use 'print' for writing directly in standard IO
7.4.1730 it is not easy to get a character out of a string
7.4.1731 Python: turns partial into simple funcref
7.4.1732 folds may close when using autocomplete
7.4.1733 "make install" doesn't know about cross-compiling
7.4.1734 (after 7.4.1730) test fails when not using utf-8
7.4.1735 it is not possible to clear or see part of message history
7.4.1736 (after 7.4.1731) unused variable
7.4.1737 argument marked as unused is used
7.4.1738 count for ":messages" depends on number of lines
7.4.1739 messages test fails on MS-Windows
7.4.1740 syn-cchar defined with matchadd() does not always appear
7.4.1741 not testing utf-8 characters
7.4.1742 strgetchar() does not work correctly
7.4.1743 Clang warns for uninitialzed variable
7.4.1744 Python: Converting a sequence may leak memory
7.4.1745 README file is not clear about where to get Vim
7.4.1746 memory leak in Perl
7.4.1747 Coverity: missing check for NULL pointer
7.4.1748 "gD" does not find match in first column of first line
7.4.1749 when using GTK 3.20 there are a few warnings
7.4.1750 messed up screen if buffer updated while in command line mode
7.4.1751 crash when 'tagstack' is off
7.4.1752 when adding to the quickfix list current position is reset
7.4.1753 "noinsert" in 'completeopt' is sometimes ignored
7.4.1754 syntax not set when using ":buf" and 'filetype' set manually
7.4.1755 using getreg() on non-existing register NULL list is returned
7.4.1756 "dll" options are not expanded
7.4.1757 'modified' may be set by complete() when nothing changed
7.4.1758 triggering CursorHoldI when in CTRL-X mode causes problems
7.4.1759 using feedkeys() in a timer does not break wait loop
7.4.1760 (after 7.4.1759) compiler warning for unused variable
7.4.1761 Coverity complains about ignoring return value
7.4.1762 Coverity: useless assignments
7.4.1763 Coverity: useless assignment
7.4.1764 C++ style comment
7.4.1765 undo options are not together in the options window
7.4.1766 building instructions for MS-Windows are outdated
7.4.1767 when installing on a GTK system the icon cache is not updated
7.4.1768 arguments of setqflist() are not checked properly
7.4.1769 no "closed"/"errors"/"encoding" attribute on Python output
7.4.1770 cannot use true color in the terminal
7.4.1771 (after 7.4.1768) warning for unused variable
7.4.1772 (after 7.4.1767) installation fails when env var is empty
7.4.1773 (after 7.4.1770) compiler warnings
7.4.1774 (after 7.4.1770) cterm true color feature has warnings
7.4.1775 the rgb.txt file is not installed
7.4.1776 using wrong buffer length
7.4.1777 newly added features can escape the sandbox
7.4.1778 with the term truecolor feature, t_8f/t_8b are not set
7.4.1779 using negative index in strcharpart()
7.4.1780 warnings reported by cppcheck
7.4.1781 synIDattr() does not respect 'guicolors'
7.4.1782 strcharpart() has problems with some multi-byte characters
7.4.1783 old regexp engine doesn't handle character classes correctly
7.4.1784 the termtruecolor feature is enabled differently
7.4.1785 (after 7.4.1783) regexp test fails on windows
7.4.1786 compiled-in colors do not match rgb.txt
7.4.1787 channel close callback is invoked before other callbacks
7.4.1788 NSIS script is missing packages
7.4.1789 cannot use ch_read() in the close callback
7.4.1790 leading white space in a job command matters
7.4.1791 channel could be garbage collected too early
7.4.1792 color name decoding is implemented several times
7.4.1793 character classes differ between systems, on OS/X test fails
7.4.1794 (after 7.4.1792) can't build on MS-Windows
7.4.1795 compiler warning for redefining RGB
7.4.1796 (after 7.4.1795) colors are wrong on MS-Windows
7.4.1797 warning from Windows 64 bit compiler
7.4.1798 still compiler warning for unused return value
7.4.1799 'guicolors' is a confusing option name
7.4.1800 unnecessary #ifdef
7.4.1801 make uninstall leaves file behind
7.4.1802 quickfix doesn't handle long lines well, they are split
7.4.1803 GTK3 doesn't handle menu separators properly
7.4.1804 can't use Vim as MANPAGER
7.4.1805 running tests in shadow dir fails
7.4.1806 'termguicolors' option missing from the options window
7.4.1807 Test_out_close_cb sometimes fails
7.4.1808 (after 7.4.1806) using wrong feature name
7.4.1809 (after 7.4.1808) using wrong short option name
7.4.1810 sending DETACH after a channel was closed isn't useful
7.4.1811 netbeans channel gets garbage collected
7.4.1812 failure on startup with Athena and Motif
7.4.1813 memory access error when running test_quickfix
7.4.1814 channel may be garbage collected while being used by a job
7.4.1815 compiler warnings for unused variables
7.4.1816 looping over a null list throws an error
7.4.1817 screen not updated if callback invoked when closing channel
7.4.1818 help completion adds @en to all matches except the first one
7.4.1819 compiler warnings when sprintf() is a macro
7.4.1820 removing language from help tags too often
7.4.1821 (after 7.4.1820) test fails on MS-Windows
7.4.1822 redirecting stdout of a channel to "null" doesn't work
7.4.1823 warning from 64 bit compiler
7.4.1824 process remains defunc if job is not referenced
7.4.1825 when job writes to buffer nothing is written
7.4.1826 callbacks are invoked when it's not safe
7.4.1827 no error when invoking a callback when it's not safe
7.4.1828 may try to access buffer that's already freed
7.4.1829 (after 7.4.1828) no channel log message when buffer was freed
7.4.1830 non-antialiased misnamed
7.4.1831 no proper error message for wrong argument to timer_stop()
7.4.1832 memory leak in debug commands
7.4.1833 cannot use an Ex command for 'keywordprg'
7.4.1834 possible crash when conceal is active
7.4.1835 when splitting and closing a window the status height changes
7.4.1836 when using partial on dict it's always bound to that dict
7.4.1837 the BufUnload event may be triggered twice
7.4.1838 functions specifically for testing do not sort together
7.4.1839 cannot get the items stored in a partial
7.4.1840 when using packages an "after" directory cannot be used
7.4.1841 code to reallocate the buffer used for quickfix is repeated
7.4.1842 (after 7.4.1839) get() works for Partial but not for Funcref
7.4.1843 tests involving Python are flaky
7.4.1844 more functions should start with test_
7.4.1845 mentioning NetBeans when reading from channel
7.4.1846 ubsan detects a multiplication overflow
7.4.1847 using NULL dict or list crashes Vim
7.4.1848 can't build with Strawberry Perl 5.24
7.4.1849 still trying to read from channel that is going to be closed
7.4.1850 GUI freezes when using a job
7.4.1851 test_syn_attr fails when using the GUI
7.4.1852 Unix: Cannot run all tests with the GUI
7.4.1853 crash when job and channel in same dict while using partials
7.4.1854 when setting 'termguicolors' Ignore highlighting doesn't work
7.4.1855 valgrind reports memory leak for job that is not freed
7.4.1856 failing job test fails on MS-Windows
7.4.1857 channel can append to a buffer that is 'nomodifiable'
7.4.1858 channel writing to buffer doesn't find it by the short name
7.4.1859 cannot use a function reference for "exit_cb"
7.4.1860 using a partial for timer_start() may cause a crash
7.4.1861 compiler warnings with 64 bit compiler
7.4.1862 eval() can't handle result from string() with repeated item
7.4.1863 compiler warnings on Win64
7.4.1864 Python: encoding error with Python 2
7.4.1865 memory leaks in test49
7.4.1866 invalid memory access when exiting with EXITFREE defined
7.4.1867 memory leak in test_matchstrpos
7.4.1868 setting really_exiting causes memory leaks to be reported
7.4.1869 can't build with old version of Perl
7.4.1870 (after 7.4.1863) one more Win64 compiler warning
7.4.1871 appending to quickfix list is slow if quickfix window is open
7.4.1872 still build problem with old version of Perl
7.4.1873 GUI: when a callback adds a timer it is not used until later
7.4.1874 unused variable in Win32 code
7.4.1875 comparing functions and partials doesn't work well
7.4.1876 typing "k" at the hit-enter prompt has no effect
7.4.1877 no test for invoking "close_cb" when writing to a buffer
7.4.1878 exited job isn't detected until a character is typed
7.4.1879 (after 7.4.1877) channel test is flaky
7.4.1880 MS-Windows console build defaults to not having +channel
7.4.1881 appending to a long quickfix list is slow
7.4.1882 check for line break at end of line wrong
7.4.1883 cppcheck found 2 incorrect printf formats
7.4.1884 updating marks in long quickfix list is very slow
7.4.1885 MinGW console build defaults to not having +channel
7.4.1886 mapping times out when interrupted by receiving data
7.4.1887 when receiving channel data 'updatetime' is not respected
7.4.1888 wrong computation of remaining wait time in RealWaitForChar()
7.4.1889 when umask is set to 0177 Vim can't create temp files
7.4.1890 GUI: cursor blinking interrupted when channel data received
7.4.1891 channel reading very long lines is slow
7.4.1892 balloon eval only gets the window number, not the ID
7.4.1893 cannot easily get the window ID for a buffer
7.4.1894 cannot get the window ID for a mouse click
7.4.1895 cannot use a window ID where a window number is expected
7.4.1896 invoking mark_adjust() when it is pointless
7.4.1897 various typos, long lines and style mistakes
7.4.1898 user commands don't support modifiers
7.4.1899 GTK 3: cursor blinking doesn't work well
7.4.1900 using CTRL-] in the help on "{address}." doesn't work
7.4.1901 Win32: the "Disabled" menu items would appear enabled
7.4.1902 no test for collapsing channel buffers; some text is lost
7.4.1903 recent history items may be dropped when writing viminfo
7.4.1904 (after 7.4.1903) build fails
7.4.1905 (after 7.4.1903) some compilers can't handle double semicolon
7.4.1906 collapsing channel buffers does not work properly
7.4.1907 warnings from 64 bit compiler
7.4.1908 Netbeans uses uninitialzed pointer and freed memory
7.4.1909 doubled semicolons
7.4.1910 tests using external command to delete directory
7.4.1911 recent history lines may be lost when exiting Vim
7.4.1912 no test for using setqflist() on an older quickfix list
7.4.1913 after ":doautocmd" modelines are always processed
7.4.1914 crash when executing autocommands when on the signal stack
7.4.1915 effect of the PopupMenu autocommand isn't directly visible
7.4.1916 (after 7.4.1906) no proper test for what 7.4.1906 fixes
7.4.1917 history lines read from viminfo are not converted
7.4.1918 not enough testing for parsing viminfo lines
7.4.1919 register contents is not merged when writing viminfo
7.4.1920 (after 7.4.1919) missing test changes
7.4.1921 (after 7.4.1919) vim_time() not included when needed
7.4.1922 Ruby 2.4.0 unifies Fixnum and Bignum into Integer
7.4.1923 command line editing is not tested much
7.4.1924 missing "void" for functions without argument
7.4.1925 viminfo does not merge file marks properly
7.4.1926 possible crash with many history items
7.4.1927 compiler warning for signed/unsigned
7.4.1928 overwriting pointer argument
7.4.1929 inconsistent indenting and weird name
7.4.1930 can't build without +spell but with +quickfix
7.4.1931 using both old and new style file mark lines from viminfo
7.4.1932 jumplist is not merged with the one in the viminfo file
7.4.1933 compiler warning about uninitialzed variable
7.4.1934 new style tests not executed with MinGW compiler
7.4.1935 with GUI search/replace second match is skipped
7.4.1936 off-by-one error in bounds check
7.4.1937 no test for directory stack in quickfix
7.4.1938 when writing viminfo numbered marks were duplicated
7.4.1939 memory access error when reading viminfo
7.4.1940 "gd" hangs in some situations
7.4.1941 not all quickfix tests are also done with the location lists
7.4.1942 background is not drawn properly when 'termguicolors' is set
7.4.1943 Coverity warns for unreachable code
7.4.1944 Win32: Cannot compile with XPM feature using VC2015
7.4.1945 the Man plugin doesn't work that well
7.4.1946 (after 7.4.1944) file list does not include new XPM libraries
7.4.1947 viminfo continuation line with wrong length isn't skipped
7.4.1948 Ctrl-A with double-byte encoding may result in garbled text
7.4.1949 minor problems with the quickfix code
7.4.1950 quickfix long lines test not executed for buffer
7.4.1951 Ruby test is old style
7.4.1952 Cscope interface does not support finding assignments
7.4.1953 not all parts of the quickfix code are tested
7.4.1954 (after 7.4.1948) no test for what 7.4.1948 fixes
7.4.1955 using 32-bit Perl with 64-bit time_t causes memory corruption
7.4.1956 when file doesn't load with CTRL-W f new window is not closed
7.4.1957 Perl interface has obsolete workaround
7.4.1958 Perl interface preprocessor statements not nicely indented
7.4.1959 crash when running test_channel.vim on Windows
7.4.1960 Unicode standard 9 was released
7.4.1961 popup menu remains if 'insertmode' is reset during completion
7.4.1962 two test files for increment/decrement
7.4.1963 running Win32 Vim in mintty does not work
7.4.1964 the quickfix init function is too big
7.4.1965 job in raw mode appends garbage characterss to buffer
7.4.1966 Coverity reports a resource leak
7.4.1967 falling back from NFA to old regexp engine has problems
7.4.1968 invalid memory access with "\<C-">
7.4.1969 crash when the netbeans channel is closed
7.4.1970 using ":insert" in an empty buffer sets the jump mark
7.4.1971 not easy to see error lines below the current error position
7.4.1972 on Solaris select() does not work as expected with typeahead
7.4.1973 on MS-Windows package directory added to 'rtp' at the end
7.4.1974 GUI has a problem with some termcodes
7.4.1975 on MS-Windows large files (> 2Gbyte) cause problems
7.4.1976 number variables are not 64 bits while they could be
7.4.1977 with 64 bit changes don't need three calls to sprintf()
7.4.1978 (after 7.4.1975) large file test does not delete its output
7.4.1979 (after 7.4.1976) getting value of binary option is wrong
7.4.1980 'errorformat' is parsed for every call to ":caddexpr"
7.4.1981 no testing for Farsi code
7.4.1982 viminfo file contains duplicate change marks
7.4.1983 farsi.c and arabic.c are included in a strange way
7.4.1984 not all quickfix features are tested
7.4.1985 (after 7.4.1983) missing changes in VMS build file
7.4.1986 compiler warns for loss of data
7.4.1987 viminfo may have useless continuation lines
|
||
morr
|
f6668a27f6 |
Update to newest patchlevel 1040.
Changes: 7.4.769 (after 7.4 768) behavior of :diffoff is not tested 7.4.770 (after 7.4.766) different bg color response is not ignored 7.4.771 search wrong when multi-byte character at the start position 7.4.772 Racket 6.2 is not supported on MS-Windows 7.4.773 'langmap' is used in cmdline mode when checking for mappings 7.4.774 it's difficult to get info about the completed item 7.4.775 it is not possible to avoid using the first item of completion 7.4.776 equivalence class for 'd' does not work correctly 7.4.777 the README file doesn't look nice on github 7.4.778 Coverity warns for uninitialized variable 7.4.779 cursor moves when using CTRL-A in line without a number 7.4.780 compiler complains about uninitialized and clobbered variables 7.4.781 line2byte() returns one less when 'bin' and 'noeol' are set 7.4.782 still a few problems with CTRL-A and CTRL-X in Visual mode 7.4.783 copy_chars() and copy_spaces() are inefficient 7.4.784 using both "noinsert" and "noselect" in 'completeopt' fails 7.4.785 automatically adding the missing EOL may cause problems 7.4.786 it is not possible for a plugin to adjust to a changed setting 7.4.787 (after 7.4.786) snprintf() isn't available everywhere 7.4.788 (after 7.4.786) can't build without the crypt feature 7.4.789 (after 7.4.788) using freed memory and crash 7.4.790 (after 7.4.786) test fails without the autochdir feature 7.4.791 the buffer list can be too long to list 7.4.792 can only conceal text by defining syntax items 7.4.793 can't specify when not to ring the bell 7.4.794 Visual Studio 2015 is not recognized 7.4.795 the 'fixeol' option is not copied to a new window 7.4.796 warning from 64 bit compiler 7.4.797 crash when using more command line lines than 'maxcombine' 7.4.798 repeating a change in Visual mode does not work as expected 7.4.799 accessing memory before an allocated block 7.4.800 using freed memory when triggering CmdUndefined autocommands 7.4.801 (after 7.4.769) ":diffoff" test could catch more problems 7.4.802 using "A" in Visual mode with 'linebreak' set is not tested 7.4.803 C indent does not support C11 raw strings 7.4.804 Xxd doesn't have a license notice 7.4.805 ruler shows "Bot" when there are only filler lines missing 7.4.806 CTRL-A in Visual mode fails with "alpha" in 'nrformat' 7.4.807 (after 7.4.798) after CTRL-V CTRL-A mode isn't updated 7.4.808 on MS-Windows 10 IME input doesn't work correctly 7.4.809 (after 7.4.802) duplicate test case 7.4.810 sequence of commands using buffers in diff mode gives E749 7.4.811 invalid memory access when using "exe 'sc'" 7.4.812 Gcc sanitizer complains about using NULL pointer to memmove() 7.4.813 it is not possible to save and restore character search state 7.4.814 illegal memory access with "sy match a fold" 7.4.815 invalid memory access when doing ":call g:" 7.4.816 invalid memory access when doing ":fun X(" 7.4.817 invalid memory access in file_pat_to_reg_pat() 7.4.818 'linebreak' breaks c% if the last Visual selection was block 7.4.819 beeping when running the tests 7.4.820 invalid memory access in file_pat_to_reg_pat 7.4.821 coverity reports a few problem. 7.4.822 more problems reported by coverity 7.4.823 cursor moves after CTRL-A on alphabetic character 7.4.824 (after 7.4.813) can't compile without the multi-byte feature 7.4.825 invalid memory access for ":syn keyword x a[" 7.4.826 compiler warnings and errors 7.4.827 not all test targets are in the Makefile 7.4.828 crash when using "syn keyword x c" 7.4.829 crash when clicking in beval balloon 7.4.830 resetting 'encoding' when doing ":set all&" causes problems 7.4.831 when error in expanding `=expr` the command is still executed 7.4.832 $HOME in `=$HOME . '/.vimrc'` is expanded too early 7.4.833 more side effects of ":set all&" are missing 7.4.834 gettabvar() doesn't work after Vim start 7.4.835 comparing utf-8 does not handle different byte sizes correctly 7.4.836 accessing unitinialized memory 7.4.837 compiler warning with MSVC compiler when using +sniff 7.4.838 (after 7.4.833) can't compile without the crypt feature 7.4.839 compiler warning on 64-bit system 7.4.840 (after 7.4.829) tooltip window stays open 7.4.841 can't compile without the multi-byte feature 7.4.842 sending too many messages to close the balloon 7.4.843 (after 7.4.835) still possible to go beyond end of a string 7.4.844 when '#' is in 'isident' the is# comparator doesn't work 7.4.845 compiler warning for possible loss of data 7.4.846 some GitHub users don't know how to use issues 7.4.847 "vi)d" may leave a character behind 7.4.848 CTRL-A on hex number in Visual block mode is incorrect 7.4.849 moving the cursor in Insert mode starts new undo sequence 7.4.850 <Esc> does not show up 7.4.851 saving and restoring console buffer does not work properly 7.4.852 MS-Windows console cannot input/output Unicode characters 7.4.853 "zt" in diff mode does not always work properly 7.4.854 missing information about runtime files 7.4.855 GTK: font glitches for combining characters 7.4.856 "zt" still doesn't work well with filler lines 7.4.857 dragging the current tab with the mouse doesn't work properly 7.4.858 it's a bit clumsy to execute a command on a list of matches 7.4.859 Vim doesn't recognize all htmldjango files 7.4.860 filetype detection is outdated 7.4.861 (after 7.4.855) pango_shape_full() is not always available 7.4.862 (after 7.4.861) still problems with pango_shape_full() 7.4.863 plines_nofill() used without the diff feature 7.4.864 (after 7.4.858) tiny build fails 7.4.865 compiler warning for uninitialized variable 7.4.866 crash when changing the 'tags' option from a remote command 7.4.867 (after 7.4.866) can't build on MS-Windows 7.4.868 'smarttab' is also effective when 'paste' is enabled 7.4.869 MS-Windows with Intel GPU: scroll may cause text to disappear 7.4.870 get into an invalid state when using getchar() in expr mapping 7.4.871 Vim leaks memory when 'wildignore' filters out all matches 7.4.872 not using CI services available 7.4.873 (after 7.4.866) compiler warning for unused variable 7.4.874 MS-Windows: size isn't right when inside another application 7.4.875 not obvious how to contribute 7.4.876 Windows7: using vim with msys/msys2, conhost.exe freezes 7.4.877 ":find" sometimes fails 7.4.878 Coverity error for clearing only one byte of struct 7.4.879 can't see line numbers in nested function calls 7.4.880 no build and coverage status 7.4.881 (after 7.4.879) test 49 fails 7.4.882 popup menu remains visible when leaving command line window 7.4.883 (after 7.4.818) block-mode replace works characterwise 7.4.884 Travis also builds on a tag push 7.4.885 upwards search without wildcards does not always work 7.4.886 (after 7.4.876) Windows7: screen flicker when using system() 7.4.887 using uninitialized memory for regexp with back reference 7.4.888 OptionSet autocommands are not triggered from setwinvar() 7.4.889 triggering OptionSet from setwinvar() isn't tested 7.4.890 build failure when using dynamic python but not python3 7.4.891 indentation of array initializer is wrong 7.4.892 on MS-Windows the iconv DLL may have a different name 7.4.893 C indenting is wrong below a "case (foo):" 7.4.894 vimrun.exe is picky about the number of spaces before -s 7.4.895 cmdline completion does not work for a command with digits 7.4.896 editing a URL, which netrw should handle, doesn't work 7.4.897 freeze and crash when there is a sleep in a remote command 7.4.898 the 'fixendofline' option is set on with ":edit" 7.4.899 README file is not optimal 7.4.900 (after 7.4.899) README file can still be improved 7.4.901 BufLeave autocommand an corrupt undo 7.4.902 problems with using the MS-Windows console 7.4.903 MS-Windows: expandinig wildcards may cause bad memory access 7.4.904 Vim does not provide .desktop files 7.4.905 Python interface misses some functions on vim.message 7.4.906 MS-Windows: viminfo file is (always) given hidden attribute 7.4.907 dynamically loaded libs can only be defined at compile time 7.4.908 (after 7.4.907) build error with MingW compiler 7.4.909 "make install" fails 7.4.910 (after 7.4.905) compiler complains about type punned pointer 7.4.911 t_Ce and t_Cs are documented but not supported 7.4.912 wrong indenting for C++ constructor 7.4.913 no utf-8 support for the hangul input feature 7.4.914 new compiler warning: logical-not-parentheses 7.4.915 comma goes missing when removing from 'path' and then adding 7.4.916 when running out of memory, memory may be freed twice 7.4.917 compiler warning for comparing signed and unsigned 7.4.918 (after 7.4.907) a digit in an option name has problems 7.4.919 the dll options are not in the options window 7.4.920 the rubydll option is not in the options window 7.4.921 (after 7.4.906) missing proto file update 7.4.922 leaking memory with ":helpt {dir-not-exists}" 7.4.923 prototypes not always generated 7.4.924 DEVELOPER_DIR gets reset by configure 7.4.925 user may yank or put using the register being recorded in 7.4.926 completing longest match doesn'thandle multi-byte chars 7.4.927 Ruby crashes when there is a runtime error 7.4.928 a clientserver message interrupts handling keys of a mapping 7.4.929 "gv" after paste selects one char less if 'sel' is "exclusive" 7.4.930 MS-Windows: Most users appear not to like the window border 7.4.931 (after 7.4.929) test 94 fails on some systems 7.4.932 (after 7.4.926) test_utf8 has confusing dummy command 7.4.933 (after 7.4.926) crash using longest match in completion 7.4.934 Appveyor also builds on a tag push 7.4.935 test_utf8 fails on MS-Windows when executed with gvim 7.4.936 crash when dragging with the mouse 7.4.937 segfault reading unitialized memory 7.4.938 X11 and GTK have moure mouse buttons than Vim supports 7.4.939 memory leak when encountering a syntax error 7.4.940 vt52 terminal codes are not correct 7.4.941 there is no way to ignore case only for tag searches 7.4.942 (after 7.4.941) test_tagcase breaks for small builds 7.4.943 test_writefile tests are not run 7.4.944 writing tests for Vim script is hard 7.4.945 (after 7.4.944) new style testing is incomplete 7.4.946 (after 7.4.945) missing changes in source file 7.4.947 test_listchars fails with MingW 7.4.948 can't build when the insert_expand feature is disabled 7.4.949 highlighting wrong for 'colorcolumn' with a fullwidth sign 7.4.950 v:errors is not initialized 7.4.951 sorting number strings does not work as expected 7.4.952 'lispwords' is tested in the old way 7.4.953 a test may create the .res file with a wrong name 7.4.954 when using Lua there may be a crash (issue #468) 7.4.955 Vim doesn't recognize .pl6 and .pod6 files 7.4.956 a few more file name extensions not recognized 7.4.957 test_tagcase fails when using another language than English 7.4.958 Vim checks if the directory "$TMPDIR" exists 7.4.959 when setting 'term' the clipboard ownership is lost 7.4.960 detecting every version of nmake is clumsy 7.4.961 test107 fails in some circunstances 7.4.962 cannot run the tests with gvim and individual new tests 7.4.963 test_listlbr_utf8 sometimes fails 7.4.964 test 87 doesn't work in a shadow directory 7.4.965 on FreeBSD /dev/fd/ files are special 7.4.966 configure doesn't work with a space in a path 7.4.967 cross compilation on MS-windows doesn't work well 7.4.968 test86 and test87 are flaky in Appveyor 7.4.969 compiler warnings on Windowx x64 build 7.4.970 rare crash in getvcol() 7.4.971 the asin() function can't be used 7.4.972 memory leak when there is an error in setting an option 7.4.973 pasting on the command line line inserts <CR> characters 7.4.974 when using :diffsplit the cursor jumps to the first line 7.4.975 using ":sort" on a very big file may cause corrupted text 7.4.976 when compiling for MSYS2 the Win32 clipboard is not enabled 7.4.977 problem with 'linebreak' set and using "space" in 'listchars' 7.4.978 test_cdo fails when using another language than English 7.4.979 when crypt key changes blocks read from disk are not decrypted 7.4.980 tests for :cdo, :ldo, etc. are outdated 7.4.981 an error in a test script goes unnoticed 7.4.982 keeping the list of tests updated is a hassle 7.4.983 executing one test after "make testclean" doesn't work 7.4.984 searchpos() always starts searching in the first column 7.4.985 can't build with Ruby 2.3.0 7.4.986 test49 doesn't work on MS-Windows, test70 is listed twice 7.4.987 (after 7.4.985) can't build with Ruby 1.9.2 7.4.988 (after 7.4.982) default test target is test49.out 7.4.989 leaking memory when hash_add() fails; Coverity error 99126 7.4.990 test 86 fails on AppVeyor 7.4.991 when running new style tests the output is not visible 7.4.992 makefiles for MS-Windows in src/po are outdated 7.4.993 test 87 is flaky on AppVeyor 7.4.994 new style tests are not run on MS-Windows 7.4.995 gdk_pixbuf_new_from_inline() is deprecated 7.4.996 new files missing from distro, outdated PC build instructions 7.4.997 "make shadow" was sometimes broken 7.4.998 running tests in shadow directory fails; test 49 fails 7.4.999 "make shadow" creates a broken link 7.4.1000 test 49 is slow and doesn't work on MS-Windows 7.4.1001 (after 7.4.1000) change in makefile missing 7.4.1002 cannot run an individual test on MS-Windows 7.4.1003 Travis could check a few more things 7.4.1004 warnings when using Makefile without auto/config.mk 7.4.1005 Vim users are not always happy 7.4.1006 the fix in patch 7.3.192 is not tested 7.4.1007 swapfile wrong when symbolic link points to file in root dir 7.4.1008 OS/2 code pollutes the source while nobody uses it these days 7.4.1009 there are still #ifdefs for ARCHIE 7.4.1010 some developers are unhappy while running tests 7.4.1011 can't build with Strawberry Perl 7.4.1012 Vim overwrites the value of $PYTHONHOME 7.4.1013 local value of 'errorformat' not used for :lexpr and :cexpr 7.4.1014 fnamemodify('.', ':.') returns an empty string in Cygwin 7.4.1015 matchparen plugin does not restore column in Insert mode 7.4.1016 still a few OS/2 pieces remain 7.4.1017 when there is a backslash in an option ":set -=" doesn't work 7.4.1018 (after 7.4.1017) failure running tests 7.4.1019 directory listing of "src" is too long 7.4.1020 on MS-Windows there is no target to run tests with gvim 7.4.1021 some makefiles are outdated 7.4.1022 the README file contains some outdated information 7.4.1023 MS-Windows distribution files use CR-LF instead of LF 7.4.1024 interfaces for MS-Windows are outdated 7.4.1025 version in installer needs to be updated manually 7.4.1026 running tests with MingW leaves directory behind 7.4.1027 no support for binary numbers 7.4.1028 Nsis version file missing from the distribution 7.4.1029 (after 7.4.1027) test_increment fails with 32 bit long 7.4.1030 test49 is still slow 7.4.1031 can't build with Python interface using MingW 7.4.1032 message from assert_false() does not look nice 7.4.1033 memory use on MS-Windows is very conservative 7.4.1034 there is no test for the 'backspace' option behavior 7.4.1035 non-line number Ex range gets adjusted for folded lines 7.4.1036 only terminals with up to 256 colors work properly 7.4.1037 need to repeat "q!" when there is a modified hidden buffer 7.4.1038 still get a deprecation warning with gdk-pixbuf 2.31 7.4.1039 (after 7.4.1037) test 31 fails with small build 7.4.1040 the tee command can't be build on MS-Windows |
||
morr
|
e1d9e3b239 |
Update to newest patchlevel of vim.
Changes: 7.4.561 Ex range handling is wrong for buffer-local user commands 7.4.562 segfault with wide screen and error in 'rulerformat' 7.4.563 no test for replacing on a tab in Virtual replace mode 7.4.564 FEAT_OSFILETYPE is used even though it's never defined 7.4.565 some ranges are not checked to be valid 7.4.566 :argdo, :bufdo, :windo and :tabdo don't take a range 7.4.567 non-ascii vertical separater characters are always redrawn 7.4.568 giving an error for ":0wincmd w" is a problem for some plugins 7.4.569 having CTRL-C interrupt does not check the mapping mode 7.4.570 building with dynamic library does not work for Ruby 2.2.0 7.4.571 can't build with tiny features 7.4.572 address type of :wincmd depends on the argument 7.4.573 mapping CTRL-C in Visual mode doesn't work 7.4.574 no error for eval('$') 7.4.575 Unicode character properties are outdated 7.4.576 redrawing problem with 'relativenumber' and 'linebreak' 7.4.577 matching with virtual column has overhead on very long lines 7.4.578 after "$" in an empty line getcurpos() returns negative number 7.4.579 wrong cursor positioning when 'linebreak' set and lines wrap 7.4.580 ":52wincmd v" still gives an invalid range error 7.4.581 compiler warnings for unitinialized variables 7.4.582 (after 7.4.577) can't match "%>80v" properly 7.4.583 with tiny features test 16 may fail 7.4.584 with tiny features test_command_count may fail 7.4.585 range for :bdelete does not work 7.4.586 parallel building of documentation html files is not reliable 7.4.587 conceal does not work properly with 'linebreak' 7.4.588 ":0argedit foo" puts the new argument in the second place 7.4.589 MS-Windows console: Vim can't handle greek utf-8 characters 7.4.590 using ctrl_x_mode as if it contains flags 7.4.591 test_listlbr_utf8 fails when conceal feature is not available 7.4.592 buffer with 'buftype' "nofile" is cleared on re-edit 7.4.593 crash when searching for "x\{0,90000}" 7.4.594 using block delete with 'breakindent' does not work properly 7.4.595 the test_command_count test fails when using Japanese 7.4.596 (after 7.4.592) tiny build doesn't compile 7.4.597 cannot change the result of systemlist() 7.4.598 ":tabdo windo echo 'hi'" causes "* register not to be changed 7.4.599 out-of-memory error for complicated search pattern 7.4.600 memory wasted in struct because of aligning 7.4.601 it is not possible to have feedkeys() insert characters 7.4.602 ":set" does not accept hex numbers as documented 7.4.603 'foldcolumn' may fill the whole window 7.4.604 running tests changes viminfo 7.4.605 the # register cannot be restored after jumping around 7.4.606 may crash when using a small window 7.4.607 (after 7.4.598) compiler warnings for unused variables 7.4.608 (after 7.4.598) test_eval fails without the clipboard feature 7.4.609 the garbage collector can run out of stack space 7.4.610 some function headers may be missing from generated .pro files 7.4.611 (after 7.4.609) syntax error 7.4.612 test_eval fails on Mac 7.4.613 the NFA engine does not implement the 'redrawtime' time limit 7.4.614 there is no test for what patch 7.4.601 fixes 7.4.615 Vim hangs when freeing a lot of objects 7.4.616 cannot insert a tab in front of a block 7.4.617 wrong ":argdo" range does not cause an error 7.4.618 (after 7.4.609) luaV_setref() is missing a return statement 7.4.619 (after 7.4.618) luaV_setref() not returning the correct value 7.4.620 compiler warning for unitinialized variable 7.4.621 (after 7.4.619) returning 1 in the wrong function 7.4.622 compiler warning for unused argument 7.4.623 crash with pattern: \(\)\{80000} 7.4.624 may leak memory or crash when vim_realloc() returns NULL 7.4.625 possible NULL pointer dereference 7.4.626 MSVC with W4 gives useless warnings 7.4.627 the last screen cell is not updated 7.4.628 compiler warning for variable might be clobbered by longjmp 7.4.629 Coverity warning for Out-of-bounds read 7.4.630 redo is wrong for insert mode completion with autocommands 7.4.631 the default conceal character is a dash instead of a space 7.4.632 (after 7.4.592) breaks the netrw plugin 7.4.633 after 7.4.630 the problem persists 7.4.634 marks are not restored after redo + undo 7.4.635 fileformat set to "mac" if a file starts with a very long line 7.4.636 a search with end offset gets stuck at end of file 7.4.637 buffer number for autocommand is wrong 7.4.638 can't build with Lua 5.3 on Windows 7.4.639 combination of linebreak and conceal doesn't work well 7.4.640 after joining lines in Insert mode undo does not work properly 7.4.641 the tabline menu was using ":999tabnew" which is now invalid 7.4.642 when using "gf" escaped spaces are not handled 7.4.643 using the default file format for Mac files (Issue 77) 7.4.644 Stratus VOS doesn't have sync() 7.4.645 window count wrong when splitting window in BufAdd autocommand 7.4.646 ":bufdo" may start at a deleted buffer 7.4.647 files differ after running the tests on MS-Windows 7.4.648 (after 7.4.647) tests broken on MS-Windows 7.4.649 compiler complains about ignoring return value of fwrite() 7.4.650 configure check may fail because the dl library is not used 7.4.651 (after 7.4.582) can't match "%>80v" for multi-byte character 7.4.652 xxd lacks a few features 7.4.653 Insert mode completion may have CTRL-L work like CTRL-P 7.4.654 glob()/ globpath() cannot include links to non-existing files 7.4.655 text deleted by "dit" depends on indent of closing tag 7.4.656 (after 7.4.654) missing changes for glob() in one file 7.4.657 (after 7.4.656) compiler warnings for pointer mismatch 7.4.658 'formatexpr' is evaluated too often 7.4.659 when 'ruler' is set the preferred column is reset (Issue 339) 7.4.660 using freed memory if g:colors_name is changed 7.4.661 using "0 CTRL-D" in Insert mode may have CursorHoldI interfere 7.4.662 selecting text object can be wrong when 'M' is in the 'cpo' 7.4.663 when using netbeans a buffer is not found in another tab 7.4.664 effect of 'numberwidth' being set not immediately visible 7.4.665 'linebreak' does not work properly with multi-byte characters 7.4.666 there is a chance that Vim may lock up 7.4.667 'colorcolumn' isn't drawn in closed fold like 'cursorcolumn' 7.4.668 can't use a glob pattern as a regexp pattern 7.4.669 when netbeans is active the sign column always shows up 7.4.670 using 'cindent' for Javascript is less than perfect 7.4.671 (after 7.4.665) warning for shadowing a variable 7.4.672 shell command completion does not see local directories 7.4.673 first syntax entry gets wrong sequence number zero 7.4.674 (after 7.4.672) missing changes in one file 7.4.675 when FileReadPost moves cursor inside line it gets moved back 7.4.676 on Mac, configure can't handle non-default Python framework 7.4.677 (after 7.4.676) configure fails when using python-config-dir 7.4.678 when using --remote the directory may end up being wrong 7.4.679 color values greater than 255 cause problems on MS-Windows 7.4.680 CTRL-W in Insert mode does not work well for multi-byte chars 7.4.681 MS-Windows: with minimized Vim window height is incorrect 7.4.682 search and match highlighting replace cursorline highlighting 7.4.683 typo in the vimtutor command 7.4.684 using non-unique temp file names when running Vim in diff mode 7.4.685 with illegal utf-8 chars old regexp engine may crash 7.4.686 "zr" and "zm" do not take a count 7.4.687 there is no way to use a different Replace cursor in terminal 7.4.688 when "$" is in 'cpo' the popup menu isn't undrawn correctly 7.4.689 MS-Windows: problem with diff mode when 'autochdir' is set 7.4.690 memory access errors when changing indent in Ex mode 7.4.691 (after 7.4.689) can't build with MzScheme 7.4.692 defining SOLARIS for no good reason 7.4.693 session file is not correct when there are multiple tab pages 7.4.694 running tests changes the .viminfo file 7.4.695 out-of-bounds read, dectected by Coverity 7.4.696 not freeing memory when encountering an error 7.4.697 the filename used for ":profile" must be given literally 7.4.698 various problems with locked and fixed lists and dictionaries 7.4.699 E315 when trying to delete a fold 7.4.700 fold can't be opened after ":move" 7.4.701 compiler warning for using uninitialized variable 7.4.702 joining an empty list does uneccessary work 7.4.703 compiler warning for start_dir unused when building unittests 7.4.704 invalid memory access if char search matches an illegal byte 7.4.705 can't build with Ruby 2.2 7.4.706 drawing error when 'laststatus' zero and a cmdline window 7.4.707 undo files can have their executable bit set 7.4.708 gettext() is called too often 7.4.709 ":tabmove" does not work as documented 7.4.710 it is not possible to make spaces visibible in list mode 7.4.711 (after 7.4.710) missing change in one file 7.4.712 missing change in another file 7.4.713 wrong condition for #ifdef 7.4.714 illegal memory access when there are illegal bytes 7.4.715 invalid memory access when there are illegal bytes 7.4.716 ":substitute" flags are not always remembered 7.4.717 ":let list += list" can change a locked list 7.4.718 quickfix autocommands cannot get the current title value 7.4.719 overflow when adding MAXCOL to a pointer 7.4.720 can't build with Visual Studio 2015 7.4.721 empty lines do not have Visual highligthing if 'list' set 7.4.722 0x202f is not recognized as a non-breaking space character 7.4.723 for indenting, finding the C++ baseclass can be slow 7.4.724 vim icon does not show in Windows context menu (issue 249) 7.4.725 ":call setreg('"', [])" reports an internal error 7.4.726 (after 7.4.724) cannot build GvimExt 7.4.727 (after 7.4.724) cannot build GvimExt with MingW 7.4.728 can't build with some version of Visual Studio 2015 7.4.729 (after 7.4.721) occasional crash with 'list' set 7.4.730 when setting the crypt key text in swap file may be corrupted 7.4.731 the tab menu shows "Close tab" even when it doesn't work 7.4.732 the cursor line is not always updated for the "O" command 7.4.733 test_listchars breaks on MS-Windows 7.4.734 ml_get error when using "p" in Visual selection in last line 7.4.735 wrong argument for sizeof() 7.4.736 invalid memory access 7.4.737 on MS-Windows vimgrep over arglist doesn't work (Issue 361) 7.4.738 (after 7.4.732) can't compile without the syntax HL feature 7.4.739 in a string "\U" only takes 4 digits, should be eight 7.4.740 ":1quit" works like ":.quit" 7.4.741 when using += with ":set" a trailing comma is not recognized 7.4.742 no vertical split when loading buffer for a quickfix command 7.4.743 "p" in Visual mode causes an unexpected line split 7.4.744 no tests for Ruby and Perl 7.4.745 entries returned by getmatches() dont work with setmatches() 7.4.746 ":[count]tag" is not always working 7.4.747 ":cnext" may jump to wrong column when 'virtualedit' is "all" 7.4.748 (after 7.4.745) buffer overflow 7.4.749 (after 7.4.741) two consecutive commas are OK for some options 7.4.750 cannot build with clang 3.5 on Cygwin with perl enabled 7.4.751 it is not obvious how to enable the address sanitizer 7.4.752 Unicode 8.0 not supported 7.4.753 appending in Visual mode with 'linebreak' set is wrong 7.4.754 using CTRL-A in Visual mode does not work well 7.4.755 it is not easy to count the number of characters 7.4.756 can't use strawberry Perl 5.22 x64 on MS-Windows 7.4.757 cannot detect the background color of a terminal 7.4.758 'conceallevel' in command-line window hides first character 7.4.759 building with Lua 5.3 doesn't work, symbols have changed 7.4.760 spelling mistakes are not displayed after ":syn spell" 7.4.761 (after 7.4.757) incomplete request-background implementation 7.4.762 (after 7.4.757) comment for may_req_bg_color() is wrong 7.4.763 (after 7.4.759) building with Lua 5.1 doesn't work 7.4.764 (after 7.4.754) test_increment fails on MS-Windows 7.4.765 (after 7.4.754) CTRL-A/CTRL-X in Visual mode do not work well 7.4.766 (after 7.4.757) bg color check does not work on Tera Term 7.4.767 --remote-tab-silent can fail on MS-Windows 7.4.768 :diffoff only works properly once |
||
morr
|
c97c966356 |
Update to newest patchlevel of vim.
ChangeLog: 7.4.142 (after 7.4.137) on MS-Windows 8 IME input doen't work well 7.4.143 TextChangedI is not triggered. 7.4.144 MingW also supports intptr_t for OPEN_OH_ARGTYPE 7.4.145 getregtype() does not return zero for unknown register 7.4.146 when starting Vim with "-u NONE" v:oldfiles is NULL 7.4.147 cursor position wrong when using "gj" after "$" 7.4.148 cannot build with Cygwin and X1. 7.4.149 get E685 error when assigning a function to autoload variable 7.4.150 :keeppatterns is not respected for :s 7.4.151 Python: slices with steps are not supported 7.4.152 Python: Cannot iterate over options 7.4.153 compiler warning for pointer type 7.4.154 (after 7.4.149) still a problem with auto-loading 7.4.155 (after 7.4.150) search offset not kept with :keeppatterns 7.4.156 test file missing from distribution 7.4.157 error number used twice 7.4.158 pattern containing \zs not handled correctly by substitute() 7.4.159 completion hangs when using the current buffer after keywords 7.4.160 Win32: Crash when executing external command 7.4.161 crash in Python exception handling 7.4.162 running tests in shadow dir doesn't work 7.4.163 (after 7.4.142) MS-Windows 7 input doesn't work properly 7.4.164 problem with event handling on Windows 8 7.4.165 by default, after closing a buffer changes can't be undone 7.4.166 auto-loading a function for code that won't be executed 7.4.167 (after 7.4.149) fixes are not tested 7.4.168 can't compile with Ruby 2.1.0 7.4.169 ":sleep" puts cursor in the wrong column 7.4.170 some help tags don't work with ":help" 7.4.171 redo does not set v:count and v:count1 7.4.172 blowfish code says OFB, but it's doing CFB 7.4.173 when using scrollbind the cursor can end up below last line 7.4.174 compiler warnings for Python interface 7.4.175 wrong fall-back to non-wide function if wide function fails 7.4.176 Python: Dictionary.update() thows an unexpected error 7.4.177 compiler warning for unused variable 7.4.178 the J command does not update '[ and '] marks 7.4.179 Compiler warning for type-punned pointer 7.4.180 (after 7.4.174) older Python versions don't support %ld 7.4.181 when using 'pastetoggle' the status lines are not updated 7.4.182 building with mzscheme and racket does not work 7.4.183 MSVC Visual Studio update not supported 7.4.184 match() does not work properly with a {count} argument 7.4.185 Clang gives warnings 7.4.186 (after 7.4.085) Visual mode insert mode is sometimes wrong 7.4.187 delete that crosses line break splits multi-byte character 7.4.188 SIZEOF_LONG clashes with similar defines in header files 7.4.189 compiler warning for unused argument 7.4.190 compiler warning for using %lld for off_t 7.4.191 can't escape a file name for shell commands without a function 7.4.192 memory leak when giving E853 7.4.193 typos in messages 7.4.194 can't build for Android 7.4.195 (after 7.4.193) Python tests fail 7.4.196 tests fail on Solaris 9 and 10 7.4.197 various problems on VMS 7.4.198 can't build with non-threding Perl and dynamic loading 7.4.199 (issue 197) ]P doesn't paste over Visual selection 7.4.200 too many #ifdefs in the code 7.4.201 'lispwords' is a global option 7.4.202 MS-Windows: non-ASCII font names don't work 7.4.203 parsing 'errorformat' is not correct 7.4.204 a mapping where the second byte is 0x80 doesn't work 7.4.205 ":mksession" does not handle the argument list correctly 7.4.206 compiler warnings on 64 bit Windows 7.4.207 cursor report sometimes not recognized causing replace mode 7.4.208 Mercurial picks up files that are not distributed (empty) 7.4.209 when repeating a filter command "%" and "#" are expanded 7.4.210 Visual block mode + virtual edit doesn't work well with tabs 7.4.211 ":lu" is abbreviation for ":lua", but it should be ":lunmap" 7.4.212 #ifdefs for the +visual feature are not useful 7.4.213 it's not possible to open a new buffer without a swapfile 7.4.214 compilation problems on HP_nonStop (Tandem) 7.4.215 ":sp foo" reloads "foo" if it is the current buffer 7.4.216 compiler warnings 7.4.217 "make clean" may run configure pointlessly 7.4.218 it's not easy to remove duplicates from a list 7.4.219 redraw too often when 'relativenumber' or 'cursorline' set 7.4.220 test 105 does not work in a shadow dir 7.4.221 quickfix doesn't resize on ":copen 20" 7.4.222 the Ruby directory is constructed from parts 7.4.223 still using an older autoconf version 7.4.224 /usr/bin/grep on Solaris does not support -F 7.4.225 dynamic Ruby doesn't work on Solaris 7.4.226 (after 7.4.219) cursorline highlight not always redrawn 7.4.227 (after 7.4.225) can't build with Ruby 1.8 7.4.228 compiler warnings when building with Python 3.2 7.4.229 ":let" fails when listing vars with a curly braces expression 7.4.230 error when using ":options" 7.4.231 an error in ":options" is not caught by the tests 7.4.232 ":%s/\n//" uses a lot of memory 7.4.233 escaping special chars in ":!cmd %" is inconsistant 7.4.234 can't get the command that was used to start Vim 7.4.235 it is not easy to get the full path of a command 7.4.236 it's not that easy to check the Vim patch version 7.4.237 (after 7.4.236) has() not checking for specific patch 7.4.238 Vim does not support the smack library 7.4.239 ":e +" does not position cursor at end of the file 7.4.240 ":tjump" shows "\n" as "\\n" 7.4.241 submatch() does not distinguish between a NL and a NUL 7.4.242 getreg() does not distinguish between a NL and a NUL character 7.4.243 cannot use setreg() to add text that includes a NUL 7.4.244 (after 7.4.238) the smack feature causes stray error messages 7.4.245 crash for "vim -u NONE -N -c '&&'" 7.4.246 configure message for detecting smack are out of sequence 7.4.247 NUL and NL mixed up when giving input to system() 7.4.248 cannot distinguish between NL and NUL in output of system() 7.4.249 using setreg() with a list of numbers does not work 7.4.250 some test files missing from distribution 7.4.251 crash when BufAdd autocommand wipes out the buffer 7.4.252 critical error in GTK, removing timer twice 7.4.253 crash when using external reference in syntax regexp 7.4.254 smack support detection is incomplete 7.4.255 configure check for smack doesn't work with all shells 7.4.256 (after 7.4.248) systemlist() does not work properly 7.4.257 compiler warning, possibly for mismatch in parameter name 7.4.258 configure fails if $CC contains options 7.4.259 warning for misplaced "const" 7.4.260 no error for function name with colon or lowercase char 7.4.261 an interactive :s to replace a "\n" with line break may fail 7.4.262 duplicate code in regexec() 7.4.263 GCC 4.8 compiler warning for hiding a declaration 7.4.264 (after 7.4.260) can't define function g:Foo() 7.4.265 (after 7.4.260) can't call function with "g:" in an expression 7.4.266 test 62 fails 7.4.267 (after 7.4.178) '[ mark is in the wrong position after "gq" 7.4.268 exists() on a funcref for script-local function does not work 7.4.269 CTRL-U in Insert mode does not work after using a cursor key 7.4.270 comparing pointers instead of the string they point to 7.4.271 compiler warning on 64 bit windows 7.4.272 using just "$" does not cause an error message 7.4.273 "make autoconf/reconfig" may run configure pointlessly 7.4.274 check for timestamp does not always detect a changed file 7.4.275 no error message when changing type of unplaced sign 7.4.276 the fish shell is not supported 7.4.277 using ":sign unplace *" may leave the cursor in wrong position 7.4.278 list_remove() conflicts with Sun header file 7.4.279 globpath() returns a string, a list would be better 7.4.280 relative position of cursor not restored if session has 2 tabs 7.4.281 positions are off when loading session with two tabpages 7.4.282 (after 7.4.279) test 97 fails on Mac 7.4.283 (after 7.4.276) compiler warning about unused variable 7.4.284 setting 'langmap' in the modeline can cause trouble 7.4.285 line numbers are not always updated for 'relativenumber' 7.4.286 error messages are inconsistant 7.4.287 patches for .hgignore don't work 7.4.288 when 'spellfile' is set the screen is not redrawn 7.4.289 NFA regexp with repeated backreference does not match 7.4.290 a non-greedy match followed by a branch is too greedy 7.4.291 compiler warning for int to pointer of different size 7.4.292 pattern "a" matches accented "a" when pattern is one byte 7.4.293 can't ignore composing characters in a pattern 7.4.294 (after 7.4.293) test files missing from patch 7.4.295 various typos, bad white space and unclear comments 7.4.296 can't run tests on Solaris 7.4.297 memory leak from result of get_isolated_shell_name() 7.4.298 can't have a funcref start with "t:" 7.4.299 when running configure twice DYNAMIC_PYTHON_DLL becomes empty 7.4.300 the way config.cache is removed doesn't always work 7.4.301 (after 7.4.280) scrolling problem when loading a session file 7.4.302 signs don't show up after filler lines 7.4.303 double-width chars on the command line sometimes truncated 7.4.304 cannot always use Python with Vim 7.4.305 making 'ttymouse' empty causes problems 7.4.306 getchar(0) does not return Esc 7.4.307 can't build without the +termresponse feature 7.4.308 ":diffsplit" on empty file cursor is displayed on command line 7.4.309 increasing size of lower window, upper window jumps to the top 7.4.310 getpos()/setpos() don't include curswant 7.4.311 can't use winrestview to only restore part of the view 7.4.312 cannot know what argument list is being used for a window 7.4.313 (after 7.4.310) changing return value of getpos() causes error 7.4.314 completion messages can get in the way of a plugin 7.4.315 (after 7.4.309) fixes for computation of topline not tested 7.4.316 warning from 64-bit compiler 7.4.317 crash when starting gvim, issue 230 7.4.318 fg/bg color settings ignored when checking syntax attributes 7.4.319 crash when putting zero bytes on the clipboard 7.4.320 possible crash when an BufLeave autocommand deletes the buffer 7.4.321 can't build with strawberry perl 5.20 + mingw-w64-4.9.0 7.4.322 using "msgfmt" is hard coded, cannot use "gmsgfmt" 7.4.323 substitute() with zero width pattern breaks multi-byte char 7.4.324 in Ex mode, cyrillic characters are not handled 7.4.325 incorrect display when starting GUI and setting 'laststatus' 7.4.326 can't build Tiny version 7.4.327 when 'verbose' is set may get E724 repeatedly 7.4.328 selection of inner block is inconsistent 7.4.329 window not scrolled if moving cursor and go to another window 7.4.330 using regexp pattern to show a position match can be slow 7.4.331 relative numbering not updated after a linewise yank 7.4.332 GTK: ugly gaps when a sign icon doesn't fit exactly 7.4.333 compiler warning for unused function 7.4.334 (after 7.4.330) unitialized variables, causing some problems 7.4.335 no digraph for the new rouble sign 7.4.336 setting 'history' to a big value causes out-of-memory errors 7.4.337 can't execute command line if there was an error before 7.4.338 cannot wrap lines taking indent into account 7.4.339 local function is available globally 7.4.340 error from sed about illegal bytes when installing Vim 7.4.341 sort() doesn't handle numbers well 7.4.342 clang gives warnings 7.4.343 matchdelete() does not always update the right lines 7.4.344 small issues related to matchaddpos() 7.4.345 (after 7.4.338) indent is not updated when deleting indent 7.4.346 (after 7.4.338) indent is not updated when changing 'briopt' 7.4.347 test55 fails on some systems 7.4.348 Using "J1" in 'cinoptions' may cause too much indent 7.4.349 avoid redrawing the whole window with highlighted matches 7.4.350 C-indenting for Javascript fails for a {} block inside parens 7.4.351 sort() is not stable 7.4.352 with 'linebreak' a Tab causes a missing line break 7.4.353 'linebreak' doesn't work with the 'list' option 7.4.354 compiler warning 7.4.355 several problems with Javascript indenting 7.4.356 mercurial does not ignore memfile_test 7.4.357 after completion some characters are not redrawn 7.4.358 (after 7.4.351) sort is not always stable 7.4.359 if 'ttymouse' set to 'uxterm' xterm version is not requested 7.4.360 pattern with "$" followed by \[vV] is not used as end-of-line 7.4.361 flickering when filling the preview window for 'omnifunc' 7.4.362 short length in matchaddpos() highlights until end of the line 7.4.363 in Windows console typing 0xCE does not work 7.4.364 no error message when the viminfo file can't be renamed 7.4.365 crash when using ":botright split" when there isn't much space 7.4.366 can't run the linebreak test on MS-Windows 7.4.367 (after 7.4.357) other solution for redrawing after completion 7.4.368 window sizes not restored properly when closing cmdline window 7.4.369 using freed memory when exiting while compiled with EXITFREE 7.4.370 linebreak test fails when encoding is not utf-8 7.4.371 with 'linebreak' set control characters displayed wrong 7.4.372 with 'winminheight' zero current window might be zero height 7.4.373 compiler warning for unused argument and unused variable 7.4.374 character after "fb" command sometimes not mapped 7.4.375 test 63 fails when run with GUI-only Vim 7.4.376 (after 7.4.367) popup menu flickers too much 7.4.377 with 'equalalways' set a split may report "no room" 7.4.378 title of quickfist list is not kept for setqflist(list, 'r') 7.4.379 accessing freed memory after using setqflist(list, 'r') 7.4.380 loading python may cause Vim to exit 7.4.381 u_undo error when backspacing in Insert mode deletes 2 lines 7.4.382 mapping chars may not work after typing Esc in Insert mode 7.4.383 bad interaction between preview window and omnifunc 7.4.384 test 102 fails when compiled with small features 7.4.385 when building with tiny/small features .mo files build fails 7.4.386 when splitting a window the changelist position is wrong 7.4.387 "4gro" replaces one character then executes "ooo" 7.4.388 with 'linebreak' set and 'list' unset Tab not counted properly 7.4.389 still sometimes Vim enters Replace mode when starting up 7.4.390 advancing pointer over end of a string 7.4.391 no 'cul' highlight with cursor on a line with diff highlight 7.4.392 not easy to detect type of command line window 7.4.393 text drawing on newer MS-Windows systems is suboptimal 7.4.394 (after 7.4.393) with DirectX last italic char is incomplete 7.4.395 C indent wrong below an if with wrapped () followed by {} 7.4.396 when 'clipboard' is "unnamed", :g/pat/d is very slow 7.4.397 matchparen only uses the topmost syntax item 7.4.398 (after 7.4.393) gcc error for argument of InterlockedIncrement 7.4.399 crypt implementation is messy; blowfish crypt has a weakness 7.4.400 list of distributed files is incomplete 7.4.401 (after 7.4.399) new files missing in Makefiles 7.4.402 test 72 crashes under certain conditions 7.4.403 valgrind reports errors when running test 72 7.4.404 Windows 64 bit compiler warnings 7.4.405 screen updating is slow when using matches 7.4.406 test 72 and 100 fail on MS-Windows 7.4.407 Visual block insert with cursor move repeats the wrong text 7.4.408 Visual block insert breaks a multi-byte character 7.4.409 can't build with Perl on Fedora 20 7.4.410 fold does not open after search with CmdwinLeave autocmd 7.4.411 "foo bar" sorts before "foo" with sort() 7.4.412 can't build on Windows XP with MSVC 7.4.413 MS-Windows: inserting dead key does not always work 7.4.414 cannot define a command only when it's used 7.4.415 (after 7.4.414) cannot build, warning for shadowed variable 7.4.416 problem with breakindent/showbreak and tabs 7.4.417 minimum width used for breakindent is not set after split 7.4.418 when leaving ":append" the cursor shape is like in Insert mode 7.4.419 when part of a list is locked it's possible to make changes 7.4.420 it's not obvious how to add a new test 7.4.421 crash when searching for "\ze*" 7.4.422 with conceal + linebreak some text is not displayed correctly 7.4.423 expand("$shell") does not work as documented 7.4.424 ml_get error when using Python to delete lines in a buffer 7.4.425 when 'showbreak' is used "gj" may move to the wrong position 7.4.426 README File missing from list of files 7.4.427 system() typeahead may be echoed and mess up the display 7.4.428 executable() may return a wrong result on MS-Windows 7.4.429 build fails with fewer features 7.4.430 test_listlbr fails when compiled with normal features |
||
morr
|
aa3461e7cf |
Update to patchlevel 7.4.141.
Upstream changes: 7.4.053 test75 has a wrong header 7.4.054 reading past end of the 'stl' string 7.4.055 Mac: Where macros are defined depends on the system 7.4.056 Mac: Compilation problem with OS X 10.9 Mavericks 7.4.057 byteidx() does not work for composing characters 7.4.058 warnings on 64 bit Windows 7.4.059 set_last_cursor() may encounter w_buffer being NULL 7.4.060 declaration has wrong return type for PyObject_SetAttrString() 7.4.061 (after 7.4.056) configure check in the wrong place 7.4.062 (after 7.4.061) wrong configure check for AvailabilityMacros.h 7.4.063 crash when using invalid key in Python dictionary 7.4.064 in Visual block mode replacing with CR does not break lines 7.4.065 the character typed at the hit-enter prompt is recorded twice 7.4.066 MS-Windows: swap file name wrong if colon in file name 7.4.067 CTRL-\ CTRL-O moves the cursor after inserting comment leader 7.4.068 cannot build Vim on Mac with non-Apple compilers 7.4.069 cannot right shift comment lines starting with # 7.4.070 (after 7.4.069) can't compile with tiny features 7.4.071 (after 7.4.069) passing limits around too often 7.4.072 crash when using Insert mode completion 7.4.073 setting undolevels for one buffer changes undo in another 7.4.074 when undo'ing all and making a change, undo structure is wrong 7.4.075 locally setting 'undolevels' is not tested 7.4.076 "cgn" does not wrap around the end of the file 7.4.077 DOS installer creates shortcut without a path 7.4.078 MSVC 2013 is not supported 7.4.079 a script cannot detect whether 'hlsearch' highlighting is on 7.4.080 (after 7.4.079) missing documentation for v:hlsearch 7.4.081 (after 7.4.078) wrong logic when ANALYZE is "yes" 7.4.082 using "gf" in a changed buffer suggests adding "!" 7.4.083 hard to avoid adding a used pattern to the search history 7.4.084 Python: interrupt not being properly discarded 7.4.085 can't move cursor when inserting text in Visual block mode 7.4.086 can't skip over expression when not evaluating for dict member 7.4.087 compiler warning on 64 bit Windows systems 7.4.088 Asian characters are always marked as spell errors 7.4.089 Vim doesn't set the security context on a renamed file 7.4.090 Win32: no completion if dir name contains an exclamation mark 7.4.091 (after 7.4.089) missing semicolon 7.4.092 (after 7.4.088) can't build small version 7.4.093 configure can't use LuaJIT on ubuntu 12.04 7.4.094 configure may not find that -lint is needed for gettext() 7.4.095 (after 7.4.093) regexp for LuaJIT version doesn't work on BSD 7.4.096 can't change directory to an UNC path 7.4.097 unexpected behavior change related to 'virtualedit' 7.4.098 error for line numbers out of range when using ":'<,'>del" 7.4.099 append in blockwise Visual mode with "$" is wrong 7.4.100 NFA regexp doesn't handle backreference correctly 7.4.101 using \1 in pattern goes one line too far 7.4.102 crash when interrupting "z=" 7.4.103 dos installer escapes spaces in the diff command wrong 7.4.104 ":help s/\_" reports an internal error 7.4.105 completing a tag pattern may give an error for invalid pattern 7.4.106 can't build with Ruby using Cygwin 7.4.107 Python try/catch doesn't catch Vim error in vim.eval() 7.4.108 "zG" and "zW" leave temp files around on MS-Windows 7.4.109 ColorScheme autocommand matches with the current buffer name 7.4.110 "gUgn" cannot be repeeated 7.4.111 memory leak in Python OptionsAssItem 7.4.112 MS-Windows: defaults for 'dir' and 'bdir' do not include $TEMP 7.4.113 MSVC static analysis gives warnings 7.4.114 new GNU make directory change messages are different 7.4.115 Zsh: expanding ~abc fails when the result contains a space 7.4.116 'showcmd' does not show a typed space 7.4.117 can't build with Cygwin/MingW and Perl 5.18 7.4.118 redrawing status lines may causes recursive call 7.4.119 Vim doesn't work well on OpenVMS 7.4.120 (after 7.4.117) can't build with Perl 5.18 on Linux 7.4.121 completion doesn't work for ":py3d" and ":py3f" 7.4.122 Win32: :grep doesn't work when 'encoding' and ACP differ 7.4.123 Win32: Getting user name does not use wide function 7.4.124 Win32: Getting host name does not use wide function 7.4.125 Win32: Dealing with messages may not work for multi-byte chars 7.4.126 compiler warnings for "const" and incompatible types 7.4.127 Perl 5.18 on Unix doesn't work 7.4.128 Perl 5.18 for MSVC doesn't work 7.4.129 getline(-1) returns zero 7.4.130 relative line numbers mix up windows when using folds 7.4.131 syncbind causes E315 errors in some situations 7.4.132 (after 7.4.122) Win32: flags/inherit_handles args mixed up 7.4.133 Clang warns for using NUL 7.4.134 spurious space in MingW Makefile 7.4.135 missing dot in MingW test Makefile 7.4.136 (after 7.4.096) Windows: readonly when saving UNC path file 7.4.137 cannot use IME with Windows 8 console 7.4.138 (after 7.4.114) directory change messages are not recognized 7.4.139 crash when using :cd in autocommand 7.4.140 crash when autocommand wipes out only other buffer 7.4.141 problems when building with Borland pkgsrc changes: remove patches/patch-os__mac.h, it is included upstream. |
||
morr
|
ba166333c8 |
Update to version 7.4.052.
Patches for vim 7.4: 7.4.001 'ic' doesn't work for patterns such as [a-z] 7.4.002 pattern with two alternative look-behind matches doesn't match 7.4.003 memory access error in Ruby syntax highlighting 7.4.004 when closing a window fails ":bwipe" may hang 7.4.005 "vaB" while 'virtualedit' is set selects the wrong area 7.4.006 mkdir("foo/bar/", "p") gives an error message 7.4.007 creating a preview window on startup messes up the screen 7.4.008 new regexp engine can't be interrupted 7.4.009 too easy to write a file was not decrypted (yet) 7.4.010 (after 7.4.006) crash with invalid argument to mkdir() 7.4.011 cannot find out if "acl" and "xpm" features are supported 7.4.012 MS-Windows: resolving multi-bye shortcut does not work 7.4.013 MS-Windows: File name buffer too small for utf-8 7.4.014 MS-Windows: check for writing to device does not work 7.4.015 MS-Windows: Detecting node type fails for multi-byte chars 7.4.016 MS-Windows: File name completion has problem with Chinese 7.4.017 ":help !!" does not find the "!!" tag in the help file 7.4.018 when completing item becomes unselected 7.4.019 file name completion fails with Chinese characters 7.4.020 NFA engine matches too much with \@> 7.4.021 NFA regexp: Using \ze may result in wrong end 7.4.022 deadlock while exiting, because of allocating memory 7.4.023 MS-Windows: warning for 64 bit type 7.4.024 current user cannot always use the undo file he created 7.4.025 reading before start of a string 7.4.026 clang warning for int shift overflow 7.4.027 valgrind error when using CTRL-X CTRL-F at start of the line 7.4.028 equivalence classes are not working for multi-byte characters 7.4.029 an error in a pattern is reported twice 7.4.030 the -mno-cygwin argument is no longer supported by Cygwin 7.4.031 ":diffoff!" resets options even when 'diff' is not set 7.4.032 NFA engine does not match the NUL character 7.4.033 if terminal has 20 lines test 92 and 93 overwrite input file 7.4.034 using "p" in Visual block mode only changes the first line 7.4.035 MS-Windows: mouse pointer flickers when going to Normal mode 7.4.036 NFA engine does not capture group correctly when using \@> 7.4.037 "\ze" in a sub-pattern does set the end of the match 7.4.038 Using "zw" and "zg" when 'spell' is off give confusing error 7.4.039 MS-Windows: < MSCV10 can't handle symlinks to a directory 7.4.040 error on exit when variable holds reference to a script scope 7.4.041 Visual selection does not remain after being copied over 7.4.042 after ":setlocal" 'spell'/'spellang' :spelldump doesn't work 7.4.043 VMS can't handle long function names 7.4.044 can't build with old MSVC 7.4.045 substitute() has a problem with pattern starting with "\ze". 7.4.046 can't use Tcl 8.6 7.4.047 input() does not work in a function invoked by a mapping 7.4.048 recent clang version complains about -fno-strength-reduce 7.4.049 in Ex mode substitute prompt is wrong with line numbers 7.4.050 "gn" may select too much when there are two matching lines 7.4.051 syntax highlighting a Yaml file causes a crash 7.4.052 cursor may end up in the wrong position when auto-formatting |
||
morr
|
00cb423ffd |
Update to patchlevel 1140. (Over 1000!)
Patches: 7.3.906 the "sleep .2" for running tests does not work on Solaris 7.3.907 Python uses IndexError when a dict key is not found 7.3.908 possible crash when using a list in Python 7.3.909 duplicate Python code 7.3.910 Python code in #ifdef branches with only minor differences 7.3.911 Python: Access to Vim variables is not so easy 7.3.912 typing ":" at hit-enter dialog fails if the a file changed 7.3.913 (after 7.3.905) still a crash when writing viminfo 7.3.914 ~/.viminfo is messed up when running tests 7.3.915 next encoding in 'fencs' is not used if error at the end 7.3.916 using freed memory when pasting with the mouse (Issue 130) 7.3.917 when a path ends in backslash appending a comma fails 7.3.918 repeating Ex command after using Visual motion does not work 7.3.919 (after 7.3.788) empty nl.po file does not work with old msgfmt 7.3.920 compiler warning for size_t to int 7.3.921 trying to create a fontset handle when 'guifontset' is not set 7.3.922 no test for what 7.3.918 fixes 7.3.923 configure check for X11 header files fails on Solaris 7.3.924 Python interface can't easily access options 7.3.925 typos in source code and build files 7.3.926 triggering autocommands is wrong for :tabclose et al. 7.3.927 missing combining characters when putting text in a register 7.3.928 (after 7.3.924) can't build with strict C compiler 7.3.929 (after 7.3.924) unused variable, not freeing unused string 7.3.930 MSVC 2012 update is not recognized 7.3.931 no completion for :xmap and :smap 7.3.932 compiler warning for uninitialized variable 7.3.933 Ruby on Mac crashes due to GC failure 7.3.934 E381 and E380 make the user think nothing happened 7.3.935 (after 7.3.933) Ruby init stack differs on 64 bit systems 7.3.936 (after 7.3.935) Ruby missing piece for static 64 bit linking 7.3.937 more can be shared between Python 2 and 3 7.3.938 Python: not so easy to get the window number 7.3.939 Using Py_BuildValue is inefficient sometimes 7.3.940 Python: Can't get position of window 7.3.941 Python: Stuff in if_py_both.h is ordered badly 7.3.942 Python: SEGV in Buffer functions 7.3.943 Python: Negative indices were failing 7.3.944 external program receives the termrespone 7.3.945 Python: List of buffers is not very useful 7.3.946 sometimes keys starting with <Esc>[ ar not working 7.3.947 Python: No iterator for vim.list and vim.bufferlist 7.3.948 cannot build with Python 2.2 7.3.949 Python: no easy access to tabpages 7.3.950 Python: Stack trace printer can't handle messages 7.3.951 Python exceptions have problems 7.3.952 Python: It's not easy to change window/buffer/tabpage 7.3.953 Python: string exceptions are deprecated 7.3.954 No check if PyObject_IsTrue fails 7.3.955 Python: Not enough tests 7.3.956 Python vim.bindeval() causes SIGABRT 7.3.957 Python does not have a "do" command like Perl or Lua 7.3.958 Python: Iteration destructor not set 7.3.959 (after 7.3.957) missing error number 7.3.960 compiler warning for unused variable 7.3.961 tests 86 and 87 fail when using another language than English 7.3.962 Python tests are not portable 7.3.963 setting curbuf without curwin causes trouble 7.3.964 Python: not so easy to access tab pages 7.3.965 Python garbage collection not working properly 7.3.966 there is ":py3do" but no ":pydo" 7.3.967 (after 7.3.965) build fails on Mac OSX 7.3.968 multi-byte support is only available with "big" features 7.3.969 can't built with Python 3 and without Python 2 7.3.970 (fixed) pattern matching is slow, include the NFA engine 7.3.971 no support for VS2012 static code analysis 7.3.972 cursor not restored properly after InsertEnter autocommand 7.3.973 (after 7.3.970) compiler warnings, crash on startup 7.3.974 can't build with ruby 1.8.5 7.3.975 (after 7.3.970) crash in regexp parsing 7.3.976 (after 7.3.970) can't build with HP-UX 7.3.977 compiler warnings, white space, uncommented for testing 7.3.978 regexp debug logs don't have a good name 7.3.979 complex NFA regexp doesn't work 7.3.980 regexp logs contain garbage; character classes don't work 7.3.981 old regexp engine fails on \i, \I, \f and \F with mbyte chars 7.3.982 \p does not work on multi-byte chars in new regexp engine 7.3.983 uneccessary temp variable 7.3.984 Visual mapping using CTRL-G works differently from Insert mode 7.3.985 GTK vim not started as gvim has WM_CLASS property wrong 7.3.986 test 95 doesn't pass when 'encoding' isn't utf-8 7.3.987 no easy to run an individual test; test 64 may fail 7.3.988 new regexp engine is slow 7.3.989 new regexp engine compares negative numbers to character 7.3.990 memory leak in new regexp engine 7.3.991 more can be shared between python 2 and 3 7.3.992 Python: Too many type casts 7.3.993 (after 7.3.992) later patch does things slightly differently 7.3.994 Python: using magic constants 7.3.995 Python: Module initialization is duplicated 7.3.996 Python: Can't check types of what is returned by bindeval() 7.3.997 Vim and Python exceptions are different 7.3.998 Python: garbage collection issues 7.3.999 new regexp engine sets curbuf temporarily 7.3.1000 (whoa!) typo in char value causes out of bounds access 7.3.1001 duplicate condition in if 7.3.1002 valgrind errors for Python interface 7.3.1003 Python interface does not compile with Python 2.2 7.3.1004 Python: no error when option could not be set 7.3.1005 get stuck on regexp "\n*" and on "%s/^\n\+/\r" 7.3.1006 NFA engine not used for "\_[0-9]" 7.3.1007 can't build on Minix 3.2.1 7.3.1008 test 95 fails on MS-Windows 7.3.1009 Python: compiler warning for ambiguous else 7.3.1010 new regexp: adding \Z makes every character match 7.3.1011 new regexp engine is inefficient with multi-byte characters 7.3.1012 \Z does not work properly with the new regexp engine 7.3.1013 new regexp logging is a bit messy 7.3.1014 new regexp state dump is hard to read 7.3.1015 new regexp engine: Matching composing characters is wrong 7.3.1016 unused field in nfa_state 7.3.1017 zero width match changes length of match 7.3.1018 new regexp engine wastes memory 7.3.1019 not working with the new regexp engine: \%[oxduU]123 7.3.1020 not all patterns are tested with auto / old / new engine 7.3.1021 new regexp engine does not ignore order of composing chars 7.3.1022 compiler warning for shadowed variable 7.3.1023 mixed results for pattern with composing char only and \Z 7.3.1024 new regexp: End of matching pattern not set correctly 7.3.1025 new regexp: not matching newline in string 7.3.1026 new regexp: pattern that includs a new-line matches too early 7.3.1027 new regexp performance: Calling no_Magic() very often 7.3.1028 new regexp performance: Copying a lot of position state 7.3.1030 (after 7.3.1028) can't build for debugging 7.3.1031 compiler warnings for shadowed variable 7.3.1032 "\ze" is not supported by the new regexp engine 7.3.1033 "\1" .. "\9" are not supported in the new regexp engine 7.3.1034 new regexp code using strange multi-byte code 7.3.1035 compiler warning on 64 bit windows 7.3.1036 can't build on HP-UX 7.3.1037 look-behind matching is very slow on long lines 7.3.1038 crash when using Cscope 7.3.1039 new regexp engine does not support \%23c, \%<23c and the like 7.3.1040 Python: Problems with debugging dynamic build 7.3.1041 Python: valgrind invalid read errors. 7.3.1042 Python: can't assign to vim.Buffer.name 7.3.1043 Python: Dynamic compilation with 2.3 fails 7.3.1044 Python: No {Buffer,TabPage,Window}.valid attributes 7.3.1045 Python: No error handling for VimToPython function 7.3.1046 Python: Using Py_BuildValue for building strings 7.3.1047 Python: dir() does not work properly 7.3.1048 Python: no consistent naming 7.3.1049 Python: no consistent naming 7.3.1050 Python: Typo in pyiter_to_tv 7.3.1051 Python: possible memory leaks 7.3.1052 Python: possible SEGV and negative refcount 7.3.1053 Python: no flag for types with tp_traverse+tp_clear 7.3.1054 (after 7.3.1042) can't build without the +autocmd feature 7.3.1055 negated collection does not match newline 7.3.1056 Python: possible memory leaks 7.3.1057 Python: not enough compatibilty 7.3.1058 call of funcref does not succeed in other script 7.3.1059 Python: Using fixed size buffers 7.3.1060 Python: can't repr() a function 7.3.1061 Python: Dictionary is not standard 7.3.1062 Python: List is not standard 7.3.1063 Python: Function is not standard 7.3.1064 Python: insufficient error checking 7.3.1065 Python: key mapping is not standard 7.3.1066 Python: Insufficient exception and error testing 7.3.1067 Python: documentation lags behind 7.3.1068 Python: Script is auto-loaded on function creation 7.3.1069 Python: memory leaks 7.3.1070 crash in Python tests; compiler warning for unused function 7.3.1071 new regexp engine: backreferences don't work correctly 7.3.1072 compiler warning for uninitialized variable 7.3.1073 new regexp engine may run out of states 7.3.1074 compiler warning for printf format 7.3.1075 compiler warning for storing a long_u in an int 7.3.1076 new regexp engine: \@= and \& don't work 7.3.1077 Python: Allocating dict the wrong way, causing a crash 7.3.1078 new regexp engine: \@! doesn't work 7.3.1079 test 87 fails 7.3.1080 test 86 fails 7.3.1081 compiler warnings on 64-bit Windows 7.3.1082 new regexp engine: Problem with \@= matching 7.3.1083 new regexp engine: Does not support \%^ and \%$ 7.3.1084 new regexp engine: only accepts up to \{,10} 7.3.1085 new regexp engine: Non-greedy multi doesn't work 7.3.1086 old regexp engine accepts illegal range, new one doesn't 7.3.1087 a leading star is not seen as a normal char when \{} follows 7.3.1089 tests 86 and 87 fail on MS-Windows 7.3.1090 new regexp engine does not support \z1 .. \z9 and \z( 7.3.1091 new regexp engine: no error for \z1 or \z( when not working 7.3.1092 regexp debugging: can't build, debug output has wrong pattern 7.3.1093 new regexp engine: empty \1 skips a character 7.3.1094 new regexp engine: Attempts to match "^" at every character 7.3.1095 compiler warnings for shadowed variables 7.3.1096 Python: popitem() was not defined in a standard way 7.3.1097 Python: a few recently added items are not documented 7.3.1098 Python: Possible memory leaks 7.3.1099 Python: changing directory causes problems 7.3.1100 Python: a few more memory problems 7.3.1101 configure doesn't find Python 3 on Ubuntu 13.04 7.3.1102 completion of ":py3do" and ":py3file" fails after ":py3" 7.3.1103 new regexp engine: overhead in saving and restoring 7.3.1104 new regexp engine does not handle "~" 7.3.1105 new regexp engine: too much code in one function; dead code 7.3.1106 new regexp engine: save/restore lastlist takes a lot of time 7.3.1107 compiler warnings for unused variables 7.3.1108 error message for os.fchdir() 7.3.1109 building on MS-Windows doesn't see changes in if_py_both.h 7.3.1110 new regexp matching: Using \@= and the like can be slow 7.3.1111 nfa_recognize_char_class() implementation is inefficient 7.3.1112 new regexp engine: \%V not supported 7.3.1113 new regexp engine: \%'m not supported 7.3.1114 (after 7.3.1110) can't build without the syntax feature 7.3.1115 users don't like cursor line number with 'relativenumber' set 7.3.1116 can't build without Visual mode 7.3.1117 new regexp engine: \%[abc] not supported 7.3.1118 match failure rate is not very specific 7.3.1119 flags in 'cpo' are searched for several times 7.3.1120 crash when regexp logging is enabled 7.3.1121 new regexp engine: adding states that are not used 7.3.1122 new regexp engine: \@> not supported 7.3.1123 can't build tiny Vim on MS-Windows 7.3.1124 Python: Crash on MS-Windows when os.fchdir() is not available 7.3.1125 error for using \%V in a pattern in tiny Vim 7.3.1126 compiler warning for uninitialized variable 7.3.1127 no error for using empty \%[] 7.3.1128 every failure in the NFA engine is a syntax error 7.3.1129 can't see what pattern in syntax highlighting is slow 7.3.1130 (after 7.3.1129) can't build with anything but huge features 7.3.1131 new regexp engine is a bit slow 7.3.1132 crash when debugging regexp 7.3.1133 new regexp engine is a bit slow 7.3.1134 running test 49 takes a long time 7.3.1135 compiler warning for unused argument 7.3.1136 ":func Foo" does not show attributes 7.3.1137 new regexp engine: collections are slow 7.3.1138 new regexp engine: neglist no longer used 7.3.1139 new regexp engine: negated flag is hardly used 7.3.1140 new regexp engine: can skip expensive match |
||
morr
|
13dfc45416 |
Update to patchlevel 905.
New patches: 7.3.763 jumping to a mark does not open fold if it is in the same line 7.3.764 not all message translation files are installed 7.3.765 segfault when doing "cclose" on BufUnload in a python function 7.3.766 ":help cpo-*" jumps to the wrong place 7.3.767 (Win32) The _errno used for iconv may be the wrong one 7.3.768 settabvar() and setwinvar() may move the cursor 7.3.769 'matchpairs' does not work with multi-byte characters 7.3.770 vim.h indentation is inconsistent 7.3.771 (after 7.3.769) uninitialized variable 7.3.772 cursor at wrong location after doing %s/x/y/c 7.3.773 (after 7.3.767) crash when OriginalFirstThunk is zero 7.3.774 tiny GUI version misses console dialog feature 7.3.775 Cygwin and Mingw builds miss dependency on gui_w48.c 7.3.776 ml_get error when searching, caused by curwin/curbuf mismatch 7.3.777 when building with Gnome locale gets reset 7.3.778 compiler error for adding up two pointers 7.3.779 backwards search lands in wrong place when on a multibyte char 7.3.780 char2nr() and nr2char() always use 'encoding' 7.3.781 drawing with 'guifontwide' can be slow 7.3.782 Windows: IME composition may use a wrong font 7.3.783 crash when mark is not set 7.3.784 (after 7.3.781) error when 'guifontwide' has a comma 7.3.785 (after 7.3.776) crash with specific use of search pattern 7.3.786 Python threads don't run in the background (issue 103) 7.3.787 with 'relativenumber' can't see the absolute line number 7.3.788 when only using patches build fails on missing nl.po 7.3.789 (after 7.3.776) "\k" in regexp does not work in other window 7.3.790 after reloading a buffer the modelines are not processed 7.3.791 MzScheme interface doesn't work propely 7.3.792 ":substitute" works differently without confirmation 7.3.793 (after 7.3.792) new :substutite behavior is not tested 7.3.794 tiny build fails 7.3.795 MzScheme does not build with tiny features 7.3.796 "/[^\n]" does match at a line break 7.3.797 (after 7.3.792) compiler warning for size_t to int conversion 7.3.798 (after 7.3.791) MzScheme: circular list works wrong 7.3.799 the color column is not correct when entering a buffer 7.3.800 the " mark is not adjusted when inserting lines 7.3.801 ":window set nu?" displays the cursor line 7.3.802 no error when setting 'isk' to a value ending in a comma 7.3.803 (after 7.3.792) ":s/a/b/gc" is a no-op when typing 'q' 7.3.804 (after 7.3.799) compiler warning for tiny build 7.3.805 Lua version 5.2 is not detected properly on Arch Linux 7.3.806 compiler warnings in Perl code when using Visual studio 2012 7.3.807 popup menu does not work properly in some situations 7.3.808 Python threads still do not work properly 7.3.809 the dosinst.c program has a buffer overflow 7.3.810 'relativenumber is reset unexpectedly 7.3.811 useless termresponse parsing for SGR mouse 7.3.812 when 'indentexpr' moves the cursor "curswant" not restored 7.3.813 the CompleteDone event is not always triggered 7.3.814 Win32 console: problem if 'enc' differs from current codepage 7.3.815 building with Cygwin and Ruby doesn't work 7.3.816 can't compute a hash 7.3.817 test 89 fails with tiny and small features 7.3.818 when test 40 fails it may leave files behind 7.3.819 (CORRECTED) compiling without +eval and Python isn't working 7.3.820 errors when building with small features and Lua, Perl or Ruby 7.3.821 build with OLE and Cygwin is broken 7.3.822 (after 7.3.799) crash when accessing freed buffer 7.3.823 (after 7.3.821) building with Cygwin: '-lsupc++' is not needed 7.3.824 can redefine builtin functions 7.3.825 with Python errors are not always clear 7.3.826 list of features in :version output is hard to read 7.3.827 (after 7.3.825) Python tests fail 7.3.828 mappings are not aware of wildmenu mode 7.3.829 'showmatch' shows wrong match and may scroll the screen 7.3.830 :mksession confuses bytes and characters when placing cursor 7.3.831 clumsy to handle the situation that a variable does not exist 7.3.832 compiler warning 7.3.833 In the terminal scroll wheel always scrolls the active window 7.3.834 Ruby 2.0 has a few API changes 7.3.835 "xxd -i" fails on an empty file 7.3.836 clipboard does not work on Win32 when compiled with Cygwin 7.3.837 empty lines in :version output when 'columns' is 320 7.3.838 (after 7.3.830) insufficient testing for mksession 7.3.839 some files missing in the list of distributed files 7.3.840 "\@<!" in regexp does not work correctly with cp932 7.3.841 parse error in "cond ? one : two" expression with a subscript 7.3.842 compiler warning 7.3.843 (after 7.3.841) missing test file changes 7.3.844 enum is not indented correctly with "public" etc 7.3.845 (after 7.3.844) enum indenting is not tested 7.3.846 missing proto file, listing a non-existing proto file 7.3.847 test 55 fails when messages are translated 7.3.848 can't build with Ruby 2.0 when using MinGW x64 or MSVC10 7.3.849 ":g//" gives "Pattern not found error" with E486 7.3.850 ":vimgrep //" matches everywhere 7.3.851 empty pattern with :sort incorrect without previous pattern 7.3.852 system() breaks clipboard text 7.3.853 "ra" does not replace all chars on multi-byte chars > 1 line 7.3.854 after BS in insert mode completion current entry is wrong 7.3.855 compiler warnings 7.3.856 system() garbles multi-byte clipboard contents 7.3.857 QuitPre autocommand event does not trigger for :qa and :wq 7.3.858 "gv" selects the wrong area after some operators 7.3.859 'ambiwidth' must be set by the user 7.3.860 in --remote-expr try/catch does not work 7.3.861 ":setlocal number" clears global value of 'relativenumber' 7.3.862 dragging the status line can be slow 7.3.863 (after 7.3.859) 'ambiwidth' detection for ANSI terminal 7.3.864 (after 7.3.862) can't build without the mouse feature 7.3.865 (after 7.3.862) mouse position can be wrong 7.3.866 not serving the X selection during system() isn't nice 7.3.867 matchparen does not update match when using auto-indenting 7.3.868 empty line at hit-return prompt with few lines of text 7.3.869 bufwinnr() matches buffers in other tabs 7.3.870 compiler warnings when using MingW 4.5.3 7.3.871 search('^$', 'c') does not use empty match under the cursor 7.3.872 on some systems file name case is always ignored 7.3.873 cannot easily use :s to make title case 7.3.874 comparing file names does not handle multi-byte chars properly 7.3.875 (after 7.3.866) build problem with a combination of features 7.3.876 #if indents are off 7.3.877 (after 7.3.871) forward searching with search() is broken 7.3.878 'fileignorecase' is missing in options window and quickref 7.3.879 aborting an ex command does not abort a pending operator 7.3.880 new viminfo history lines may be replacd with old lines 7.3.881 Python list does not work correctly 7.3.882 CursorHold may trigger after receiving the termresponse 7.3.883 (after 7.3.880) can't build with some combination of features 7.3.884 compiler warning for variable shadowing another 7.3.885 double free for list and dict in Lua 7.3.886 can't build with multi-byte on Solaris 10 7.3.887 no tests for Visual mode operators, what 7.3.879 fixes 7.3.888 filename completion with 'fic' does not work for multi-byte 7.3.889 can't build with Ruby 2.0 on a 64 bit system 7.3.890 test 79 fails on Windows 7.3.891 merging viminfo history doesn't work well 7.3.892 (after 7.3.891) still merging problems for viminfo history 7.3.893 crash when using b:, w: or t: after closing the buffer etc. 7.3.894 using wrong RUBY_VER causing Ruby build to break 7.3.895 valgrind error in test 91 7.3.896 memory leaks in Lua interface 7.3.897 configure doesn't always find the shared library 7.3.898 memory leak reported by valgrind in test 91 7.3.899 #if indents are off 7.3.900 not obvious that some mouse features are mutual-exclusive 7.3.901 outdated comment, ugly condition 7.3.902 tabline not updated when deleting last buffer in other tab 7.3.903 (after 7.3.892) crash on exit writing viminfo 7.3.904 (after 7.3.893) using memory freed by the garbage collector 7.3.905 (after 7.3.903) crash when writing viminfo |
||
morr
|
b8d8c34db9 |
Update to patchlevel 762.
Patches: 7.3.713 printf() can only align to bytes, not characters 7.3.714 :setlocal and :setglobal do not work in the sandbox 7.3.715 crash when calling setloclist() in BufUnload autocmd 7.3.716 error on exit when using Python 3 7.3.717 when changing font size only MS-Windows limits window size 7.3.718 when re-using the current buffer the buffer-local options stay 7.3.719 cannot run new version of cproto 7.3.720 proto files are outdated 7.3.721 Ruby interface defines local functions globally 7.3.722 Perl flags may contain "-g", which breaks "make proto" 7.3.723 various tiny problem. 7.3.724 building with Ruby and Tcl on MS-Windows 64 bit does not work 7.3.725 :aboveleft and :belowright have no effect on :copen 7.3.726 typos and duplicate info in README 7.3.727 can't always find Win32.mak when building GvimExt 7.3.728 cannot compile with MzScheme interface on Ubuntu 12.10 7.3.729 building with Ruby fails on some systems 7.3.730 crash in PHP file when using syntastic 7.3.731 Py3Init_vim() is exported uneccessarily 7.3.732 compiler warnings for function arguments 7.3.733 tests fail when including MzScheme 7.3.734 cannot put help files in a sub-directory 7.3.735 cannot build Ruby 1.9 with MingW or Cygwin 7.3.736 file name completion in input() escapes white space 7.3.737 when using do_cmdline() recursively did_endif is not reset 7.3.738 (after 7.3.730) unused function argument 7.3.739 computing number of lines may have an integer overflow 7.3.740 IOC tool complains about undefined behavior for int 7.3.741 (after 7.3.737) tiny build fails 7.3.742 leaking memory when :vimgrep restores the directory 7.3.743 (after 7.3.741) tiny build still fails 7.3.744 64 bit compiler warning 7.3.745 automatically setting 'ttymouse' doesn't work 7.3.746 memory leaks when using location lists 7.3.747 tab alignment does not work when characters are concealed 7.3.748 no tests for conceal mode 7.3.749 cannot build Python interface without multi-byte feature 7.3.750 the justify macro does not always work correctly 7.3.751 test 61 is flaky, it fails once in a while 7.3.752 test 49 script file doesn't fold properly 7.3.753 ":q" twice does not work when there is a QuitPre autocommand 7.3.754 latest nmake is not recognized 7.3.755 autoconf doesn't find Python 3 if it's called "python" 7.3.756 a location list can get a wrong count in :lvimgrep 7.3.757 issue 96: access freed memory if put command triggers autocmd 7.3.758 matchit plugin does not handle space in #ifdef 7.3.759 MS-Windows: Updating tabline is slow when there are many tabs 7.3.760 dv_ deletes the white space before the line 7.3.761 in Visual mode a "-p does not work 7.3.762 (after 7.3.759) on some systems the tabline is not redraw. pkgsrc changes: - cleanup vim-xaw by adding -lXaw first, so --as-needed will work now - remove some old entries in vim-xaw Will fix PR 47281. |
||
morr
|
b49771b488 |
Update to patchlevel 712.
Changes: 7.3.654 creating Vim dictionary from Python an empty key might be used 7.3.655 64 bit MingW xpm .a file is missing 7.3.656 internal error in :pyeval 7.3.657 Python bindings silently truncate string values containing NUL 7.3.658 NUL bytes truncate strings when converted from Python 7.3.659 recent Python changes are not tested 7.3.660 ":help !" jumps to help for ":!" 7.3.661 (after 7.3.652) SEGV in Python code 7.3.662 can't build Ruby interface with Ruby 1.9.3 7.3.663 end of color scheme name not clear in E185 7.3.664 buffer overflow in unescaping multi-byte characters 7.3.665 MSVC 11 is not supported 7.3.666 Win32.mak can't be found 7.3.667 unused variables in Perl interface 7.3.668 loading Perl dynamically still uses static library 7.3.669 when building with Cygwin loading Python dynamically fails 7.3.670 tiny memory leak when throwing exception in Python 7.3.671 more Python code can be shared between Python 2 and 3 7.3.672 not possible to lock/unlock lists in Python interface 7.3.673 "gN" while 'selection' is "exclusive" misses one character 7.3.674 can't compile with Lua/dyn on Cygwin 7.3.675 accessing uninitialized memory with a very long file name 7.3.676 Ruby compilation on Windows 32 bit doesn't work 7.3.677 buf_spname() is used inconsistently 7.3.678 Ruby .so name may not be correct 7.3.679 Ruby detection uses Config, newer Ruby versions use RbConfig 7.3.680 some files missing in the list of distributed files 7.3.681 list of distributed files picks up backup files 7.3.682 (after 7.3.677) compiler complains about incompatible types 7.3.683 ":python" may crash when vimbindeval() returns None 7.3.684 "make test" does not delete lua.vim 7.3.685 no test for what patch 7.3.673 fixes 7.3.686 cannot use CTRL-\ e mapping when entering an expression 7.3.687 test 16 fails when $DISPLAY is not set 7.3.688 Python 3.3 is not supported 7.3.689 MzScheme and Lua may use a NULL string 7.3.690 crash with directory name equal to maximum path length 7.3.691 state specific to the Python thread is discarded 7.3.692 can't build GTK version with GTK 2.0 7.3.693 can't make 'softtabstop' follow 'shiftwidth' 7.3.694 'shiftwidth' is not so easy to use in indent files 7.3.695 balloon cannot show multi-byte text 7.3.696 message about added spell language can be wrong 7.3.697 leaking resources when setting GUI font 7.3.698 Python 3 does not preserve state beween commands 7.3.699 manually set 'ttymouse' is overruled by automatic detection 7.3.700 cannot detect URXVT and SGR mouse support 7.3.701 MS-Windows: Crash with stack overflow when setting 'encoding' 7.3.702 nmake from VS6 service pack 6 is not recognized 7.3.703 when 'undofile' is reset the hash is computed unnecessarily 7.3.704 repeating "cgn" does not always work correctly 7.3.705 mouse features are not in alphabetical order 7.3.706 (after 7.3.697) can't build Motif version 7.3.707 (after 7.3.701) library name with non-latin characters fails 7.3.708 filler lines above the first line may be hidden 7.3.709 compiler warning for unused argument 7.3.710 (after 7.3.704) "fn" is broken 7.3.711 (after 7.3.688) vim.current.buffer is not available 7.3.712 nmake from VS2010 SP1 is not recognized pkgsrc changes: - take maintainership of package - switch to single tarball, created from vim's hg, instead of downloading > 700 files - which resulted in changes in PLIST in vim-share - some minor changes to DESCR files (add more vim guis) - reset PKGREVISION on vim-gtk2 - add new files to vim-lang |
||
morr
|
ac12539c13 |
Long awaited update to vim 7.3.
The most notable additions since 7.2: - Persistent undo and undo for reload - Blowfish encryption, encryption of the swap file - Conceal text - Lua interface - Python 3 interface Once you have installed Vim 7.3 you can find all the details about the changes since Vim 7.2 with: :help version-7.3 |
||
martti
|
d4f1820a63 |
Updated vim to 7.2.442
3000 7.2.412 [ or ] followed by mouse click doesn't work 13552 7.2.413 large file support is incorrect 2558 7.2.414 CTRK-K <space> <space> does not produce 0xa0 as expected 2122 7.2.415 Win32: Can't open a remote file when starting Vim 2757 7.2.416 logtalk.dict is not installed 2262 7.2.417 if 'shell' has arg with a slash 'shellpipe' is not correct 3048 7.2.418 Vim sets background or foreground color in a terminal to -1 1471 7.2.419 memory leak in Motif when clicking on "Search Vim Help" 2792 7.2.420 ":argedit" does not accept "++enc=utf8" as documented 2108 7.2.421 when folds are not updated there is no way to force an update 2174 7.2.422 may get E763 when using spell dictionaries 4478 7.2.423 crash after assigning s: to variable 5462 7.2.424 ":colorscheme" without an argument doesn't do anything 1541 7.2.425 some compilers complain about fourth EX() argument 2771 7.2.426 commas in 'langmap' are not always handled correctly 5351 7.2.427 recovery doesn't follow symlinks to find swap file 1758 7.2.428 setqflist([]) doesn't properly clear the error list 1900 7.2.429 may get "New file" for file that is not accessible 4275 7.2.430 ++bad arg is handled wrong, may cause invalid memory access 2599 7.2.431 ":amenu" moves the cursor when in Insert mode 12967 7.2.432 translated menus make :emenu difficult to use 5410 7.2.433 can't use cscope with QuickFixCmdPre and QuickFixCmdPost 2106 7.2.434 (after 7.2.432) compilation fails without multi-lang feature 4590 7.2.435 (after 7.2.430) crash when using bad_char_idx uninitialized 4058 7.2.436 reproducible crash in syntax HL 1605 7.2.437 (after 7.2.407) no line break for "\\\n" in expression of :s 2045 7.2.438 (after 7.2.427) "vim -r" crashes 3110 7.2.439 invalid memory access for thesaurus completion and 'infercase' 5861 7.2.440 crash when deleting a funcref in the function it refers to 3446 7.2.441 when using ":earlier" undo information may be wrong 7872 7.2.442 (after 7.2.201) copy/paste with OpenOffice doesn't work |
||
martti
|
5be72293f7 |
Updated vim to 7.2.367
1899 7.2.321 histadd() and "*" fail to add entry to empty history 1517 7.2.322 wrong indenting in virtual replace for CTRL-Y and a short line 2424 7.2.323 (extra) balloon evaluation crashes on Win64 1901 7.2.324 a negative column argument in setpos() may cause a crash 1616 7.2.325 stray "w" in the startup vimrc file makes edited file empty 1790 7.2.326 Win32: $HOME doesn't work when %HOMEPATH% is not defined 7899 7.2.327 unused functions in Workshop 1453 7.2.328 has("win64") does not return 1 on 64 bit MS-Windows version 1390 7.2.329 cursor pos wrong after "g_" in Visual mode and excl. selection 45468 7.2.330 tables for Unicode case operators are outdated 1385 7.2.331 can't interrupt "echo list" for a very long list 3492 7.2.332 crash if spell correcting triggers autocmd to reload a buffer 10075 7.2.333 warnings from static code analysis 9095 7.2.334 postponing keys in Netbeans interface does not work properly 2802 7.2.335 the CTRL-] command escapes too many characters 26204 7.2.336 MzScheme interface can't evaluate an expression 3828 7.2.337 ":compiler" doesn't function properly in a function 3535 7.2.338 (after 7.2.300) part of FD_CLOEXEC change is missing 1977 7.2.339 (after 7.2.269) part of --startuptime patch is missing 1587 7.2.340 gcc warning for condition that can never be true 2072 7.2.341 popup menu wraps to next line if wide character doesn't fit 2507 7.2.342 popup menu wrong in 'rightleft' mode with multi-byte chars 1370 7.2.343 (after 7.2.338) can't compile on Win32 1728 7.2.344 (after 7.2.338) can't compile on some systems 1324 7.2.345 tab line is not updated when the value of 'bt' is changed 2895 7.2.346 repeating a command with @: causes mapping to be applied twice 3784 7.2.347 crash when executing <expr> mapping redefines that mapping 7230 7.2.348 (after 7.2.330) Unicode double width table is outdated 1714 7.2.349 CTRL-W gf puts the new tab in the wrong place 2766 7.2.350 Win32: When changing font window may jump to another screen 2195 7.2.351 (after 7.2.347) compilation fails with some compilers 1825 7.2.352 Win64: Vim doesn't work when cross-compiled with MingW libs 4764 7.2.353 no command line completion for ":profile" 2270 7.2.354 Japanese single-width double-byte chars not handled correctly 2663 7.2.355 popup menu in wrong position when 'number' is set 2166 7.2.356 not all folds are closed when 'foldmethod' is changed 1565 7.2.357 CR displayed wrong when changing 'fileformat' from/to "mac" 2384 7.2.358 compiler warnings on VMS 1805 7.2.359 crash when using the Netbeans join command 2839 7.2.360 Ruby on MS-Windows: can't use sockets 23442 7.2.361 Ruby 1.9 is not supported 2964 7.2.362 (extra, after 7.2.352) Win64 cross-compile problems 2521 7.2.363 Perl 5.10 dynamic loading doesn't work 2958 7.2.364 (extra) can't build gvimext.dll on Win 7 x64 using MinGW 2390 7.2.365 (extra) MS-Windows with MingW: "File->Save As" does not work 3802 7.2.366 CTRL-B doesn't go back to the first line of the buffer 3236 7.2.367 "xxd -r -p" doesn't work as documented |
||
joerg
|
bacea7cad5 | Remove @dirrm entries from PLISTs | ||
martti
|
244cac03bd |
Updated VIM to 7.2
This is a minor release of Vim. In the 15 months since Vim 7.1 many bugs were fixed and runtime files have been added and updated. There are also security improvements, therefore it's a good idea to upgrade. The main new feature since 7.1 is floating point support. You can use it in the Vim script language to add up a list of amounts, for example. Once you have installed Vim 7.2 you can find details about the changes since Vim 7.1 with ":help version-7.2". |
||
martti
|
3b3503baa4 |
Updated editors/vim-share to 7.1.2
This is the latest stable version of VIM. Changes since 7.0.243: * some translation fixes * the following patches after the official 7.1 release 2404 7.1.001 can't build with Gnome GUI 2011 7.1.002 Oracle Pro*C/C++ files are not detected |
||
martti
|
f8ed8dd3d5 |
Updated editors/vim-share to 7.0.138
* download and extract vim-7.0-extra.tar.gz so that previously unused patches can be applied and that all future patches will apply without errors 1579 7.0.005 (extra) Win32: uninstall didn't delete spell and autoload dirs 1347 7.0.006 Mac: "make shadow" didn't link infplist.xml 1344 7.0.027 (extra) Win32: hang on exit when compiled with SNiFF+ 3014 7.0.028 (extra) OS/2: compilation problem 1424 7.0.032 (extra, after 7.0.027) missing semicolon 1741 7.0.045 (extra) Win32: MSVC 2005 compiler warnings for OLE version 1779 7.0.057 (extra, after 7.0.45) compilation trouble with Borland C 5.5 1750 7.0.065 (extra) Mac: horizontal scroll wheel caused vertical scroll 6819 7.0.074 (extra) Win32: tooltips can be in the wrong encoding 2583 7.0.108 (extra) Amiga: compilation error for mch_mkdir() * changes since 7.0.121 2865 7.0.122 only half of double-wide bold character may be drawn 4200 7.0.123 SCO Openserver: configure selects the wrong terminal library 2376 7.0.124 window-local variables from getwinvar() are for current window 2335 7.0.125 '< and '> marks were set before Visual mode finishes 2112 7.0.126 undo could be wrong when 'formatexpr' uses setline() 2605 7.0.127 crash when swap file has invalid timestamp 2246 7.0.128 GUI: display not updated when cancelling exit dialog 2884 7.0.129 GTK GUI: avoid GTK bug concerning directory for file dialog 5509 7.0.130 (extra) MS-DOS, MS-Windows: may get stuck using a device name 2632 7.0.131 Win32: "vim -r" does not find swap files starting with a dot 2163 7.0.132 (after 7.0.130) crash when reading from stdin 3189 7.0.133 too many messages in history when searching included files 2290 7.0.134 crash when trying to compare recusively looped List or Dict 10022 7.0.135 crash in garbage collector with recusively looped List/Dict 1703 7.0.136 CursorMoved not triggered when inserting a line 2746 7.0.137 configure check for big features is wrong 12174 7.0.138 (extra) Mac: modifiers keys don't work with function keys 2044 7.0.139 undo info missing when using CTRL-PageUp in Insert mode 2235 7.0.140 (after 7.0.134) comparing list/dict with itself is inefficient 6513 7.0.141 extra CR when pasting with the mouse on the command line 2075 7.0.142 middle mouse button didn't work right in Select mode 1531 7.0.143 setting 'scroll' to its default value didn't work correctly 5584 7.0.144 pattern matching may do wrong pointer computations |
||
martti
|
c7ee727d3c |
Added optional ruby support (from Matthias-Christian Ott in a private mail)
Updated to 7.0.121 2952 7.0.092 (after 7.0.082) list of internal function args is obsolete 2320 7.0.093 matchparen plugin can't handle some values of 'matchpairs' 2394 7.0.094 fileinfo message is given too often after ":buf N" 52575 7.0.095 Greek tutor is not available in utf-8 2561 7.0.096 taglist() does not use path of tags file 2617 7.0.097 tab pages line was not updated for ":tabclose N" 2196 7.0.098 redirection didn't work inside cmdline completion 2189 7.0.099 GUI: scrolling causes problems for the popup menu 2086 7.0.100 "zug" may report the wrong filename 2732 7.0.101 "zw" mostly doesn't work; "zg" may create wrong directory 1634 7.0.102 redraw problem in cmdline when using SCIM 1617 7.0.103 (after 7.0.101) compiler warning for uninitialized variable 2522 7.0.104 CursorHold[I] may trigger when it is not wanted 1513 7.0.105 during incremental search the ruler is not updated 5102 7.0.106 spell popup menu may have side effects 1805 7.0.107 tab pages line was not redrawn when using 'incsearch' 1923 7.0.109 Lisp indenting gets confused by an escaped quote in a string 2557 7.0.110 Amiga: Compilation problems when not using libnix 10411 7.0.111 gzip plugin can't handle file names with special characters 2687 7.0.112 Python interface doesn't compile with Python 2.5 1878 7.0.113 crash when using CTRL-L in Insert mode completion 1964 7.0.114 get extra undo point when using CTRL-C to abort Insert mode 2339 7.0.115 missing some matches when Insert mode completion ignores case 1508 7.0.116 MS-Windows: :version reported 32 bits for 64 bits systems 5028 7.0.117 problem when mixing keepend and extend in syntax highlighting 1529 7.0.118 printf() doesn't allow zero padding for strings 1412 7.0.119 CursorHold event is not triggered when leaving Insert mode 1780 7.0.120 crash when using getreg('=') in the = register 1549 7.0.121 GUI: dragging last status line doesn't work with text tabline |
||
martti
|
49464c3f98 |
Updated editors/vim-share to 7.0.91
2799 7.0.077 crash when unletting a v: variable 1968 7.0.078 there are two error messages called E46 51669 7.0.079 vimtutor doesn't work for Russian when 'encoding' is utf-8 1759 7.0.080 compile error when CFLAGS contains a backslash 2043 7.0.081 command line completion doesn't work for ":!/path" 2850 7.0.082 crash when using List or Dict argument and waiting for input 3001 7.0.083 mouse doesn't work for all entries with inputlist() 5968 7.0.084 garbage collection may free Lists and Dicts still in use 1512 7.0.085 running tests changes the viminfo file 2379 7.0.086 getqflist() uses number zero for empty pattern and text 7382 7.0.087 'acd' doesn't work for ":file fname" and ":saveas fname" 3066 7.0.088 generated prototypes have "extern" when build with Perl 2445 7.0.089 "ga" gave wrong results for non-Unicode multi-byte encoding 2486 7.0.090 need to type Esc twice in console confirm() dialog 1698 7.0.091 winrestview() may leave cursor in the wrong position |
||
martti
|
c2fb140881 |
Update vim to 7.0.0
Since Vim 6.4 many new features have been added. To mention a few: - Spell checking support for about 50 languages - Intelligent completion for C, HTML, Ruby, Python, PHP, etc. - Tab pages, each containing multiple windows - Undo branches: never accidentally lose text again - Vim script supports Lists and Dictionaries (similar to Python) - Vim script profiling - Improved Unicode support - Highlighting of cursor line, cursor column and matching braces - Translated manual pages support. - Internal grep; works on all platforms, searches compressed files - Browsing remote directories, zip and tar archives - Printing multi-byte text Once you have installed Vim 7.0 you can find details about the changes since Vim 6.4 with ":help version7". |
||
martti
|
fb9d7c6c1d |
Updated vim to 6.4.0
This is a bugfix release of Vim. Since Vim 6.3 dozens of reported problems have been fixed. Also included are new and updated syntax files, translated menus and messages. There are no new features. This release is only fixing bugs. |
||
martti
|
a02a37ca13 |
Updated vim to 6.3
This is a bugfix release of Vim. Since Vim 6.2 hundreds of reported problems have been fixed. Also included are new and updated syntax files, translated menus and messages. |
||
martti
|
e2a099818c |
Updated vim to 6.2.0
This is a bugfix release of Vim. Since Vim 6.1 hundreds of reported problems have been fixed. Also included are new and updated syntax files, translated menus and messages. The main new features are: - Support for GTK 2. (Daniel Elstner) - Support for editing Arabic text. (Nadim Shaikli & Isam Bayazidi) - ":try" command and exception handling. (Servatius Brandt) - Support for the neXtaw GUI toolkit (mostly like Athena). (Alexey Froloff) - Support for PostScript printing in various 8-bit encodings. (Mike Williams) |
||
martti
|
7ba468d0ea |
Updated vim to 6.1.405
Lots of bug fixes since the official 6.1 release. |
||
martti
|
a594c75f3b |
Updated vim to 6.1
* several bug fixes * new and updated syntax files * translated menus and messages * license has been made compatible with the GNU GPL |
||
zuntum
|
273821c4d3 | Move pkg/ files into package's toplevel directory |
Renamed from editors/vim-share/pkg/PLIST (Browse further)