55 commits
Author | SHA1 | Message | Date | |
---|---|---|---|---|
morr
|
4ea84d2c6d |
Update to version 8.2.1709.
Changelog: 8.2.1034 compiler warning for uninitialized variables 8.2.1035 setreg() does not always clear the register 8.2.1036 popupwin test fails sometimes 8.2.1037 Vim9: crash when using line continuation inside :def 8.2.1038 popupwin test fails 8.2.1039 cannot put NUL byte on clipboard 8.2.1040 not enough testing for movement commands 8.2.1041 test summary is missing executed count 8.2.1042 Vim9: cannot put an operator on the next line 8.2.1043 %a item in 'statusline' not tested 8.2.1044 not all systemd file types are recognized 8.2.1045 Vim9: line break before operator does not work 8.2.1046 insufficient tests for src/buffer.c 8.2.1047 Vim9: script cannot use line continuation like :def function 8.2.1048 build failure without the eval feature 8.2.1049 Vim9: leaking memory when using continuation line 8.2.1050 missing change in struct 8.2.1051 crash when changing a list while using reduce() on it 8.2.1052 build failure with older compilers 8.2.1053 insufficient testing for 'statusline' and 'tabline' 8.2.1054 not so easy to pass a lua function to Vim 8.2.1055 no filetype set for pacman config files 8.2.1056 wrong display when mixing match conceal and syntax conceal 8.2.1057 cannot build with dynamic Lua 8.2.1058 multiline conceal causes display errors 8.2.1059 crash when using :tabonly in an autocommand 8.2.1060 not all elinks files are recognized 8.2.1061 insufficient testing for src/window.c 8.2.1062 Vim9: no line break allowed inside "cond ? val1 : val2" 8.2.1063 Vim9: no line break allowed before || or && 8.2.1064 Vim9: no line break allowed before comperators 8.2.1065 Vim9: no line break allowed inside a list 8.2.1066 Lua arrays are zero based 8.2.1067 expression "!expr->func()" does not work 8.2.1068 Vim9: no line break allowed inside a dict 8.2.1069 Vim9: fail to check for white space in list 8.2.1070 Vim9: leaking memory when lacking white space in dict 8.2.1071 Vim9: no line break allowed inside a lambda 8.2.1072 missing libvterm test 8.2.1073 Vim9: no line break allowed in () expression 8.2.1074 Vim9: no line break allowed after some operators 8.2.1075 Vim9: no line break allowed in :echo expression 8.2.1076 Vim9: no line break allowed in :if expression 8.2.1077 not enough test coverage for highlighting 8.2.1078 highlight and match functionality together in one file 8.2.1079 Vim9: no line break allowed in a while loop 8.2.1080 Vim9: no line break allowed in a for loop 8.2.1081 Lua: cannot use table.insert() and table.remove() 8.2.1082 Coverity complains about ignoring dict_add() return value 8.2.1083 crash when using reduce() on a NULL list 8.2.1084 Lua: registering function has useless code 8.2.1085 Coverity complains about ignoring dict_add() return value 8.2.1086 possibly using freed memory when text properties used 8.2.1087 possible memory leak when file expansion fails 8.2.1088 a very long translation might cause a buffer overflow 8.2.1089 Coverity warns for pointer computation 8.2.1090 may use NULL pointer when skipping over name 8.2.1091 no check if opening a pty works 8.2.1092 not checking if saving for undo succeeds 8.2.1093 Python: double free when adding item to dict fails 8.2.1094 dead code in libvterm 8.2.1095 may use pointer after freeing it 8.2.1096 Vim9: return type of getqflist() is wrong 8.2.1097 highlight code not sufficiently tested 8.2.1098 Vim9: cannot use line break in :throw argument 8.2.1099 Vim9: cannot use line break in :cexpr argument 8.2.1100 Vim9: cannot use line break in :execute argument 8.2.1101 no error when using wrong arguments for setqflist() 8.2.1102 Coverity gets confused by an unnecessary NULL check 8.2.1103 Coverity reports an unnecessary NULL check 8.2.1104 Coverity warns for possible NULL pointer use 8.2.1105 insufficient test coverage for Lua 8.2.1106 crash when trying to use s: variable in typed command 8.2.1107 'imactivatefunc' and 'imstatusfunc' are not used in the GUI 8.2.1108 mouse left-right scroll is not supported in terminal window 8.2.1109 still crashing when using s:variable 8.2.1110 Vim9: line continuation does not work in function arguments 8.2.1111 inconsistent naming of get_list_tv() and eval_dict() 8.2.1112 Vim9: no line continuation allowed in method call 8.2.1113 no test for verbose output of :call 8.2.1114 terminal test sometimes times out 8.2.1115 iminsert test fails when compiled with VIMDLL 8.2.1116 Vim9: parsing command checks for list twice 8.2.1117 Coverity warns for unsing unitialized field 8.2.1118 condition can never be true, dead code 8.2.1119 configure fails with Xcode 12 beta 8.2.1120 Python code not tested properly 8.2.1121 command completion not working after ++arg 8.2.1122 Vim9: line continuation in dict member not recognized 8.2.1123 Python 3 test is old style 8.2.1124 Vim9: no line break allowed in :import command 8.2.1125 Vim9: double quote can be a string or a comment 8.2.1126 Vim9: using :copen causes an error 8.2.1127 Vim9: getting a dict member may not work 8.2.1128 the write message mentions characters, but it's bytes 8.2.1129 Vim9: bar not recognized after not compiled command 8.2.1130 Vim9: bar not recognized after function call 8.2.1131 Vim9: error message for returning a value is not clear 8.2.1132 Vim9: return type of repeat() is not specific enough 8.2.1133 Vim9: return type of add() is not specific enough 8.2.1134 Vim9: getting a list member may not work 8.2.1135 Vim9: getting a dict member may not work 8.2.1136 Vim9: return type of argv() is always any 8.2.1137 Vim9: modifiers not cleared after compiling function 8.2.1138 Vim9: return type of copy() and deepcopy() is any 8.2.1139 Vim9: test for silent echo fails in some environments 8.2.1140 Vim9: return type of extend() is any 8.2.1141 Vim9: return type of filter() is any 8.2.1142 Vim9: return type of insert() is any 8.2.1143 Vim9: return type of remove() is any 8.2.1144 Vim9: return type of reverse() is any 8.2.1145 Vim9: "for" only accepts a list at compile time 8.2.1146 not enough testing for Python 8.2.1147 :confirm may happen in cooked mode 8.2.1148 warning for using int instead of size_t 8.2.1149 Vim9: :eval command not handled properly 8.2.1150 ml_get error when using Python 8.2.1151 insufficient test coverage for Python 8.2.1152 Vim9: function reference is missing script prefix 8.2.1153 Vim9: script test fails on some systems 8.2.1154 Vim9: crash when using imported function 8.2.1155 Vim9: cannot handle line break inside lambda 8.2.1156 Vim9: No error for invalid command in compiled function 8.2.1157 Vim9: dict.name is not recognized as an expression 8.2.1158 build error 8.2.1159 Vim9: no error for missing space after a comma 8.2.1160 Vim9: memory leak in allocated types 8.2.1161 Vim9: using freed memory 8.2.1162 crash when using a lambda 8.2.1163 build error 8.2.1164 text cleared by checking terminal properties not redrawn 8.2.1165 insufficient testing for the Tcl interface 8.2.1166 once mouse move events are enabled getchar() returns them 8.2.1167 Vim9: builtin function method call only supports first arg 8.2.1168 wrong method argument for appendbufline() 8.2.1169 write NUL past allocated space using corrupted spell file 8.2.1170 cursor off by one with block paste while 'virtualedit' "all" 8.2.1171 possible crash when out of memory 8.2.1172 error messages when doing "make clean" in doc or tee 8.2.1173 tee doesn't build on some systems 8.2.1174 no test for the "recording @x" message 8.2.1175 Vim9: cannot split a line before ".member" 8.2.1176 Vim9: not enough type checking in Vim9 script 8.2.1177 terminal2 test sometimes hangs in the GUI 8.2.1178 Vim9: filter function recognized as command modifier 8.2.1179 Test_termwinscroll() sometimes hangs in the GUI 8.2.1180 build failure in small version 8.2.1181 json code not fully tested 8.2.1182 Vim9: no check for whitespace after comma in lambda 8.2.1183 assert_fails() checks the last error message 8.2.1184 some tests fail 8.2.1185 some other tests fail 8.2.1186 with SGR mouse codes balloon doesn't show up after click 8.2.1187 terminal2 test sometimes hangs in the GUI on Travis 8.2.1188 memory leak with invalid json input 8.2.1189 Vim9: line continuation in lambda doesn't always work 8.2.1190 Vim9: checking for Vim9 syntax is spread out 8.2.1191 Vim9: crash when function calls itself 8.2.1192 Lua test fails with older Lua version 8.2.1193 terminal window not redrawn when dragging a popup window 8.2.1194 test failure because shell prompt differs 8.2.1195 clientserver test fails on MS-Windows 8.2.1196 build failure with normal features 8.2.1197 clientserver test still fails on MS-Windows 8.2.1198 terminal2 test sometimes hangs in the GUI on Travis 8.2.1199 not all assert functions are fully tested 8.2.1200 Vim9: cannot disassemble a lambda function 8.2.1201 Vim9: crash when passing number as dict key 8.2.1202 Vim9: crash when calling a closure from a builtin function 8.2.1203 unused assignments in expression evaluation 8.2.1204 Vim9: true and false not recognized in Vim9 script 8.2.1205 Vim9: && and || work different when not compiled 8.2.1206 Vim9: crash in expr test when run in the GUI 8.2.1207 Vim9: crash in expr test when run in the GUI 8.2.1208 build failure 8.2.1209 Vim9: test failure 8.2.1210 using ht_used when looping through a hashtab is less reliable 8.2.1211 removed more than dead code 8.2.1212 cannot build with Lua 5.4 8.2.1213 mouse codes not tested sufficiently 8.2.1214 MS-Windows: default _vimrc not correct in silent install mode 8.2.1215 Atari MiNT support is outdated 8.2.1216 startup test fails 8.2.1217 startup test depends on random source file 8.2.1218 Vim9: cannot use 'text'->func() 8.2.1219 symlink not followed if dirname ends in // 8.2.1220 memory access error when dragging a popup window 8.2.1221 memory leak when updating popup window 8.2.1222 using valgrind in Vim command started by test doesn't work 8.2.1223 Vim9: invalid type error for function default value 8.2.1224 Vim9: arguments from partial are not used 8.2.1225 linker errors when building with dynamic Python 3.9 8.2.1226 MS-Windows: windows positioning wrong depending on taskbar 8.2.1227 Vim9: allowing both quoted and # comments is confusing 8.2.1228 scrollbars not flush against the window edges when maximised 8.2.1229 build error without the eval feature 8.2.1230 Vim9: list index error not caught by try/catch 8.2.1231 MS-Windows: GUI code can be cleaned up 8.2.1232 MS-Windows GUI: Snap cancelled by split command 8.2.1233 Vim9: various errors not caught by try/catch 8.2.1234 Lua build problem with old compiler 8.2.1235 Not all mouse codes covered by tests 8.2.1236 Vim9: a few errors not caught by try/catch 8.2.1237 changing 'completepopup' after opening popup has no effect 8.2.1238 Vim9: a few remaining errors not caught by try/catch 8.2.1239 "maxwidth" in 'completepopup' not obeyed 8.2.1240 GUI tests sometimes fail because of translations 8.2.1241 cannot use getbufinfo() as a method 8.2.1242 Vim9: no error if calling a function with wrong type 8.2.1243 Vim9: cannot have a comment line halfway a list 8.2.1244 Vim9: in lambda index assumes a list 8.2.1245 build failure in tiny version 8.2.1246 Vim9: comment after assignment doesn't work 8.2.1247 Vim9: cannot index a character in a string 8.2.1248 Netbeans test is flaky in the GUI 8.2.1249 Vim9: disassemble test fails 8.2.1250 Vim9: cannot use the g:, b:, t: and w: namespaces 8.2.1251 Vim9: warning for pointer usage, test failure undetected 8.2.1252 ":marks" may show '< and '> mixed up 8.2.1253 CTRL-K in Insert mode gets <CursorHold> inserted 8.2.1254 MS-Windows: regexp test may fail if 'iskeyword' set wrongly 8.2.1255 cannot use a lambda with quickfix functions 8.2.1256 Vim9: type wrong after getting dict item in lambda 8.2.1257 Vim9: list unpack doesn't work at the script level 8.2.1258 CursorHold does not work well 8.2.1259 empty group in 'tabline' may cause using an invalid pointer 8.2.1260 there is no good test for CursorHold 8.2.1261 Vim9: common type of function not tested 8.2.1262 src/ex_cmds.c file is too big 8.2.1263 Vim9: comperators use 'ignorecase' in Vim9 script 8.2.1264 terminal getwinpos() test is a bit flaky 8.2.1265 crash with EXITFREE when split() fails 8.2.1266 Makefile preference were accidentally included 8.2.1267 MS-Windows: tests may fail due to $PROMPT value 8.2.1268 Vim9: no error for using double quote comment 8.2.1269 language and locale code spread out 8.2.1270 Vim9: not skipping over function type declaration 8.2.1271 Vim9: Error for Funcref function argument type 8.2.1272 Vim9: type not checked if declaration also assigns value 8.2.1273 MS-Windows: terminal test may leave file behind 8.2.1274 Vim9: no error for missing white space at script level 8.2.1275 Vim9: compiler warning for buffer size 8.2.1276 MS-Windows: system test may fail if more.exe is installed 8.2.1277 tests on Travis do not run with EXITFREE 8.2.1278 Vim9: line break after "->" only allowed in :def function 8.2.1279 some tests on Travis have EXITFREE duplicated 8.2.1280 Ex command error cannot contain an argument 8.2.1281 the "trailing characters" error can be hard to understand 8.2.1282 Vim9: crash when using CheckScriptFailure() 8.2.1283 Vim9: error for misplaced -> lacks argument 8.2.1284 Vim9: skipping over type includes following white space 8.2.1285 Vim9: argument types are not checked on assignment 8.2.1286 Vim9: No error when using a type on a window variable 8.2.1287 Vim9: crash when using an imported function 8.2.1288 Vim9: cannot use mark in range 8.2.1289 crash when using a custom completion function 8.2.1290 Vim9: cannot replace a global function 8.2.1291 Vim9: type of varargs items is not checked 8.2.1292 AIDL filetype not recognized 8.2.1293 Vim9: :execute mixes up () expression and function call 8.2.1294 Vim9: error when using vim9script in TextYankPost 8.2.1295 tests 44 and 99 are old style 8.2.1296 some part of using 'smarcase' was not tested 8.2.1297 when a test fails it's often not easy to see where 8.2.1298 compiler warning for unused argument in small version 8.2.1299 compiler warning for using size_t for int and void pointer 8.2.1300 Vim9: optional argument type not parsed properly 8.2.1301 Vim9: varargs argument type not parsed properly 8.2.1302 Vim9: varargs arg after optional arg does not work 8.2.1303 calling popup_setoptions() resets 'signcolumn' 8.2.1304 debug backtrace isn't tested much 8.2.1305 some tests are still old style 8.2.1306 checking for first character of dict key is inconsistent 8.2.1307 popup window width does not include number of sign columns 8.2.1308 Vim9: accidentally using "x" causes Vim to exit 8.2.1309 build failure with tiny version 8.2.1310 configure with Xcode 12 fails to check for tgetent 8.2.1311 test failures with legacy Vim script 8.2.1312 MS-Windows: terminal test may fail if dir.exe exists 8.2.1313 Vim9 script: cannot assign to environment variable 8.2.1314 Vim9: rule for comment after :function is confusing 8.2.1315 MS-Windows: test log contains escape sequences 8.2.1316 test 42 is still old style 8.2.1317 MS-Windows tests on AppVeyor are slow 8.2.1318 no status badge for Github CI 8.2.1319 status badge for Github CI has wrong link 8.2.1320 Vim9: cannot declare some single letter variables 8.2.1321 GitHub CI also runs on tag push 8.2.1322 Vim9: method on double quoted string doesn't work 8.2.1323 Vim9: invalid operators only rejected in :def function 8.2.1324 Vim9: line break after "=" does not work 8.2.1325 Vim9: using Vim9 script for autaload not tested 8.2.1326 Vim9: skipping over white space after list 8.2.1327 Mac: configure can't find Tcl libraries 8.2.1328 no space allowed before comma in list 8.2.1329 Vim9: cannot define global function inside :def function 8.2.1330 Github workflow takes longer than needed 8.2.1331 Vim9: :echo with two lists doesn't work 8.2.1332 Vim9: memory leak when using nested global function 8.2.1333 Vim9: memory leak when using nested global function 8.2.1334 Github workflow timeout needs tuning 8.2.1335 CTRL-C in the GUI doesn't interrupt 8.2.1336 build failure on non-Unix systems 8.2.1337 Vim9: cannot use empty key in dict assignment 8.2.1338 Vim9: assigning to script-local variable doesn't check type 8.2.1339 Vim9: assigning to global dict variable doesn't work 8.2.1340 some tests fail on Cirrus CI and/or with FreeBSD 8.2.1341 build failures 8.2.1342 Vim9: accidentally using "t" gives a confusing error 8.2.1343 Vim9: cannot find global function when using g: 8.2.1344 Vim9: No test for trying to redefine global function 8.2.1345 Redraw error when using visual block and scroll 8.2.1346 small build fails 8.2.1347 cannot easily get the script ID 8.2.1348 build failure without the eval feature 8.2.1349 Vim9: can define a function with the name of an import 8.2.1350 Vim9: no test for error message when redefining function 8.2.1351 Vim9: no proper error if using namespace for nested function 8.2.1352 Vim9: no error for shadowing a script-local function 8.2.1353 crash when drawing double-wide character in terminal window 8.2.1354 test 59 is old style 8.2.1355 Vim9: no error using :let for options and registers 8.2.1356 Vim9: cannot get the percent register 8.2.1357 Vim9: cannot assign to / register 8.2.1358 Vim9: test fails with +dnd is not available 8.2.1359 Vim9: cannot assign to / register in Vim9 script 8.2.1360 stray error for white space after expression 8.2.1361 error for white space after expression in assignment 8.2.1362 last entry of ":set term=xxx" overwritten by error message 8.2.1363 test trying to run terminal when it is not supported 8.2.1364 invalid memory access when searching for raw string 8.2.1365 Vim9: no error for missing white space around operator 8.2.1366 test 49 is old style 8.2.1367 Vim9: no error for missing white space around operator 8.2.1368 Vim9: no error for missing white space around operator 8.2.1369 MS-Windows: autocommand test sometimes fails 8.2.1370 MS-Windows: warning for using fstat() with stat_T 8.2.1371 Vim9: no error for missing white space around operator 8.2.1372 Vim9: no error for missing white space around operator 8.2.1373 Vim9: no error for assigning to non-existing script var 8.2.1374 Vim9: error for assigning empty list to script variable 8.2.1375 Vim9: method name with digit not accepted 8.2.1376 Vim9: expression mapping causes error for using :import 8.2.1377 triggering the ATTENTION prompt causes typeahead mess up 8.2.1378 cannot put space between function name and paren 8.2.1379 curly braces expression ending in " }" does not work 8.2.1380 Vim9: return type of getreg() is always a string 8.2.1381 MS-Windows: crash with Python 3.5 when stdin is redirected 8.2.1382 Vim9: using :import in filetype plugin gives an error 8.2.1383 test 49 is old style 8.2.1384 no ATTENTION prompt for :vimgrep first match file 8.2.1385 no testing on ARM 8.2.1386 backslash not removed afer space with space in 'isfname' 8.2.1387 Vim9: cannot assign to single letter variable with type 8.2.1388 Vim9: += only works for numbers 8.2.1389 file missing from the distribution 8.2.1390 Vim9: type error after storing an option value 8.2.1391 Vim9: no error for shadowing a script function 8.2.1392 Vim9: line number incorrect after skipping over comment lines 8.2.1393 insufficient testing for script debugging 8.2.1394 Vim9: compiling a function interferes with command modifiers 8.2.1395 Vim9: no error if declaring a funcref with lower case letter 8.2.1396 Vim9: no error for unexpectedly returning a value 8.2.1397 Vim9: return type of maparg() not adjusted for fourth arg 8.2.1398 autoload script sourced twice if sourced directly 8.2.1399 Vim9: may find imported item in wrong script 8.2.1400 Vim9: test does not delete written files 8.2.1401 cannot jump to the last used tabpage 8.2.1402 s390x tests always fail 8.2.1403 Vim9: Vim highlighting may fail in cmdline window 8.2.1404 Vim9: script test fails in the GUI 8.2.1405 Vim9: vim9compile.c is getting too big 8.2.1406 popupwindow lacks scrollbar if no "maxheight" is used 8.2.1407 Vim9: type of list and dict only depends on first item 8.2.1408 Vim9: type casting not supported 8.2.1409 nmpmrc and php.ini filetypes not recognized 8.2.1410 adding compiler plugin requires test change 8.2.1411 when splitting a window localdir is copied but prevdir is not 8.2.1412 Vim: not operator does not result in boolean 8.2.1413 previous tab page not usable from an Ex command 8.2.1414 popupwindow missing last couple of lines 8.2.1415 closing a popup window with CTRL-C interrupts 'statusline' 8.2.1416 Vim9: boolean evaluation does not work as intended 8.2.1417 test 49 is old style 8.2.1418 Vim9: invalid error for missing white space 8.2.1419 Vim9: not operator applied too early 8.2.1420 test 49 is old style 8.2.1421 Vim9: handling "+" and "-" before number differs from script 8.2.1422 the Mac GUI implementation is outdated 8.2.1423 Vim9: find global function when looking for script-local 8.2.1424 Mac build fails 8.2.1425 Vim9: cannot use call() without :call 8.2.1426 Vim9: cannot call autoload function in :def function 8.2.1427 Vim9: cannot use a range with marks in :def function 8.2.1428 Vim9: :def function does not abort on nested function error 8.2.1429 Vim9: no error for missing white after : in dict 8.2.1430 Vim9: error for missing comma instead of extra white space 8.2.1431 Vim9: no error for white space before comma in dict 8.2.1432 various inconsistencies in test files 8.2.1433 Vim9: cannot mingle comments in multi-line lambda 8.2.1434 Vim9: crash when lambda uses outer function argument 8.2.1435 Vim9: always converting to string for ".." leads to mistakes 8.2.1436 function implementing :substitute has unexpected name 8.2.1437 Vim9: 'statusline' is evaluated using Vim9 script syntax 8.2.1438 missing tests for interrupting script execution from debugger 8.2.1439 tiny and small builds have no test coverage 8.2.1440 debugger code insufficiently tested 8.2.1441 running tests in tiny version gives error for summarize.vim 8.2.1442 outdated references to the Mac Carbon GUI 8.2.1443 Vim9: crash when interrupting a nested :def function 8.2.1444 error messages are spread out and names can be confusing 8.2.1445 Vim9: function expanded name is cleared when sourcing again 8.2.1446 Vim9: line number in error message is not correct 8.2.1447 Vim9: return type of keys() is list<any> 8.2.1448 test 77a for VMS depends on small.vim which does not exist 8.2.1449 some test makefiles delete files that are not generated 8.2.1450 Vim9: no check that script-local items don't become global 8.2.1451 Vim9: list type at script level only uses first item 8.2.1452 Vim9: dead code in to_name_end() 8.2.1453 Vim9: failure to compile lambda not tested 8.2.1454 Vim9: failure invoking lambda with wrong arguments 8.2.1455 Vim9: crash when using typecast before constant 8.2.1456 MS-Windows: test files are not deleted 8.2.1457 Vim9: the output of :disassemble cannot be interrupted 8.2.1458 .gawk files not recognized 8.2.1459 Vim9: declaring script var in script does not infer the type 8.2.1460 error messages are spread out 8.2.1461 Vim9: string indexes are counted in bytes 8.2.1462 Vim9: string slice not supported yet 8.2.1463 Vim9: list slice not supported yet 8.2.1464 Vim9: build warning for unused variable 8.2.1465 Vim9: subscript not handled properly 8.2.1466 Vim9: cannot index or slice a variable with type "any" 8.2.1467 Vim9: :echomsg doesn't like a dict argument 8.2.1468 Vim9: invalid error for missing white space 8.2.1469 Vim9: cannot assign string to string option 8.2.1470 errors in spell file not tested 8.2.1471 :const only locks the variable, not the value 8.2.1472 ":argdel" does not work like ":.argdel" as documented 8.2.1473 items in a list given to :const can still be modified 8.2.1474 /usr/lib/udef/rules.d not recognized as udevrules 8.2.1475 Vim9: can't use v:true for option flags 8.2.1476 filetype test fails on MS-Windows 8.2.1477 Vim9: error when using bufnr('%') 8.2.1478 Vim9: cannot use "true" for some popup options 8.2.1479 Vim9: error for list index uses wrong line number 8.2.1480 Vim9: skip expression in search() gives error 8.2.1481 Vim9: line number reported with error may be wrong 8.2.1482 Vim9: crash when using a nested lambda 8.2.1483 Vim9: error for using special as number 8.2.1484 flaky failure in assert_fails() 8.2.1485 Vim9: readdirex() expression doesn't accept bool 8.2.1486 Vim9: readdir() expression doesn't accept bool 8.2.1487 Travis: installing snd-dummy is not always useful 8.2.1488 text does not scroll when inserting above first line 8.2.1489 Vim9: error when setting an option with setbufvar() 8.2.1490 Vim9: using /= with float and number doesn't work 8.2.1491 Vim9: crash when compiling heredoc lines start with comment 8.2.1492 build failures 8.2.1493 not enough test coverage for the spell file handling 8.2.1494 missing change to calling eval_getline() 8.2.1495 "make clean" may delete too many files 8.2.1496 Vim9: cannot use " #" in a mapping 8.2.1497 CursorHold test is flaky 8.2.1498 on slow systems tests can be flaky 8.2.1499 Vim9: error when using "$" with col() 8.2.1500 Vim9: error when using address without a command 8.2.1501 Vim9: concatenating to constant reverses order 8.2.1502 Vim9: can use += with a :let command at script level 8.2.1503 Vim9: error for autocmd defined in :def in legacy script 8.2.1504 Vim9: white space checks are only done for a :def function 8.2.1505 not all file read and writecode is tested 8.2.1506 Vim9: no error when using a number other than 0 or 1 as bool 8.2.1507 using malloc() directly 8.2.1508 not all debugger commands covered by tests 8.2.1509 vertical separator is cleared when dragging a popup window 8.2.1510 using "var" in :def function may refer to legacy script var 8.2.1511 putting a string in Visual block mode ignores multi-byte 8.2.1512 failure after trinary expression fails 8.2.1513 cannot interrupt shell used for filename expansion 8.2.1514 multibyte vertical separator is cleared when dragging popup 8.2.1515 Vim9: can create s:var in legacy script but cannot unlet 8.2.1516 Vim9: error for :exe has wrong line number 8.2.1517 cannot easily get the character under the cursor 8.2.1518 Vim9: cannot assign to local option 8.2.1519 Vim9: Ex command default range is not set 8.2.1520 Vim9: CTRL-] used in :def function does not work 8.2.1521 reading past end of buffer when reading spellfile 8.2.1522 not enough test coverage for the spell file handling 8.2.1523 still not enough test coverage for the spell file handling 8.2.1524 no longer get an error for string concatenation with float 8.2.1525 messages from tests were not always displayed 8.2.1526 line in testdir Makefile got commented out 8.2.1527 Vim9: cannot use a function name at script level 8.2.1528 Vim9: :endif not found after "if false" 8.2.1529 Vim9: :elseif may be compiled when not needed 8.2.1530 Vim9: test fails on MS-Windows 8.2.1531 Vim9: test still fails on MS-Windows 8.2.1532 compiler warning for conversion of size_t to long 8.2.1533 Vim9: error when passing getreginfo() result to setreg() 8.2.1534 Vim9: type error for argument type is not at call position 8.2.1535 it is not possible to specify cell widths of characters 8.2.1536 cannot get the class of a character; emoji widths are wrong 8.2.1537 memory acccess error when using setcellwidths() 8.2.1538 Python: iteration over vim objects fails to keep reference 8.2.1539 using invalid script ID causes a crash 8.2.1540 the user cannot try out emoji character widths 8.2.1541 Vim9: cannot find function reference for s:Func 8.2.1542 Vim9: test with invalid SID does not work in the GUI 8.2.1543 Vim9: test with invalid SID is skipped in the GUI 8.2.1544 cannot translate messages in a Vim script 8.2.1545 ch_logfile() is unclear about closing when forking 8.2.1546 build rule for Vim.app is unused 8.2.1547 various comment problems 8.2.1548 cannot move position of "%%" in message translations 8.2.1549 "r" fails if 'esckeys' is off and modifyOtherKeys is used 8.2.1550 Vim9: bufname('%') gives an error 8.2.1551 Vim9: error for argument type does not mention the number 8.2.1552 warnings from asan with clang-11 8.2.1553 crash in edit test 8.2.1554 crash in normal test 8.2.1555 not all tests are executed on Github Actions 8.2.1556 cursorline highlighting always overrules sign highlighting 8.2.1557 crash in :vimgrep when started as "vim -n" 8.2.1558 signs test fails 8.2.1559 s390x tests work again 8.2.1560 using NULL pointers in some code 8.2.1561 using NULL pointers in fold code 8.2.1562 Vim9: error when using "%" where a buffer is expected 8.2.1563 Vim9: error when using '%" with setbufvar() r getbufvar() 8.2.1564 a few remaining errors from ubsan 8.2.1565 spellfile test sometimes fails 8.2.1566 not all Bazel files are recognized 8.2.1567 no example to use ubsan with clang 8.2.1568 prop_find() skips properties in the same line 8.2.1569 Vim9: fixes not tested; failure in getchangelist() 8.2.1570 configure check for dirfd() does not work on HPUX 8.2.1571 Vim9: count() third argument cannot be "true" 8.2.1572 Vim9: expand() does not take "true" as argument 8.2.1573 Vim9: getreg() does not take "true" as argument 8.2.1574 Vim9: glob() doesnot take "true" as argument 8.2.1575 Vim9: globpath() doesnot take "true" as argument 8.2.1576 Vim9: index() does not take "true" as argument 8.2.1577 Vim9: hasmapto()/mapcheck()/maparg() do nottake "true" arg 8.2.1578 Vim9: popup_clear() does not take "true" as argument 8.2.1579 reports from asan are not optimal 8.2.1580 wildmenu does not work properly 8.2.1581 using line() for global popup window doesn't work 8.2.1582 the channel log does not show typed text 8.2.1583 MS-Windows: cannot easily measure code coverage 8.2.1584 Vim9: cannot use "true" for "skipstart" in prop_find() 8.2.1585 messages in globals.h not translated 8.2.1586 :resize command not fully tested 8.2.1587 loop for handling keys for the command line is too long 8.2.1588 cannot read back the prompt of a prompt buffer 8.2.1589 term_start() options for size are overruled by 'termwinsize' 8.2.1590 Vim9: bufnr() doesn't take "true" argument 8.2.1591 using winheight('.') in tests works but is wrong 8.2.1592 Vim9: passing "true" to char2nr() fails 8.2.1593 tests do not check the error number properly 8.2.1594 pull requests on github do not notify a maintainer 8.2.1595 cannot easily see what Vim sends to the terminal 8.2.1596 using win_screenpos('.') in tests works but is wrong 8.2.1597 the channel source file is too big 8.2.1598 starting a hidden terminal resizes the current window 8.2.1599 missing line end when skipping a long line with :cgetfile 8.2.1600 Vim9: cannot use "true" with deepcopy() 8.2.1601 Vim9: cannot use 'true" with garbagecollect() 8.2.1602 Vim9: cannot use 'true" with getbufinfo() 8.2.1603 Vim9: cannot use "true" with getchar() 8.2.1604 Vim9: cannot use "true" with getcompletion() 8.2.1605 default maintainer on github is wrong 8.2.1606 Vim9: cannot use "true" with has() 8.2.1607 Vim9: getchar() test fails on MS-Windows 8.2.1608 Vim9: getchar() test fails with GUI 8.2.1609 Vim9: test fails when build without +channel 8.2.1610 Vim9: cannot pass "true" to list2str() and str2list() 8.2.1611 Vim9: cannot pass "true" to nr2char() 8.2.1612 Vim9: cannot pass "true" to prop_remove() 8.2.1613 Vim9: cannot pass "true" to prop_type_add() 8.2.1614 Vim9: cannot pass "true" to searchcount() 8.2.1615 Vim9: cannot pass "true" to searchdecl() 8.2.1616 Vim9: cannot pass "true" to synID() 8.2.1617 Vim9: cannot pass "true" to win_splitmove() 8.2.1618 Vim9: cannot pass "true" to setloclist() 8.2.1619 Vim9: cannot pass "true" to spellsuggest() 8.2.1620 searchcount() test fails 8.2.1621 crash when using submatch(0, 1) in substitute() 8.2.1622 loop to handle keys for the command line is too long 8.2.1623 Vim9: using :call where it is not needed 8.2.1624 Vim9: cannot pass "true" to split(), str2nr() and strchars() 8.2.1625 compiler warning for use of fptr_T 8.2.1626 test for strchars() fails with different error number 8.2.1627 Vim9: cannot pass "true" to submatch/term_gettty/term_start 8.2.1628 Vim9: cannot pass "true" to timer_paused() 8.2.1629 test fails without terminal feature 8.2.1630 terminal test fails 8.2.1631 test_fails() does not check the context of the line number 8.2.1632 not checking the context of test_fails() 8.2.1633 some error messages are internal but do not use iemsg() 8.2.1634 loop to handle keys for the command line is too long 8.2.1635 no digraph for 0x2022 BULLET 8.2.1636 get stuck if a popup filter causes an error 8.2.1637 Vim9: :put ={expr} does not work inside :def function 8.2.1638 leaking memory when popup filter function can't be called 8.2.1639 options window cannot be translated 8.2.1640 Amiga: missing header for getgrgid() 8.2.1641 Vim9: cannot use 0 or 1 where a bool is expected 8.2.1642 options test fails 8.2.1643 Vim9: :defcompile compiles dead functions 8.2.1644 Vim9: cannot assign 1 and 0 to bool at script level 8.2.1645 GTK3: icons become broken images when resized 8.2.1646 Amiga: Unnecessary #include 8.2.1647 Vim9: result of expression with && and || is not a bool 8.2.1648 Amiga: no common build file for Amiga (-like) systems 8.2.1649 GTK3: using old file chooser 8.2.1650 Vim9: result of && and || expression is not bool in script 8.2.1651 spellfile code not completely tested 8.2.1652 cannot translate lines in the options window 8.2.1653 expand('<stack>') does not include the final line number 8.2.1654 when job writes to hidden buffer current window is wrong 8.2.1655 cannot build with Strawberry Perl 5.32.0 8.2.1656 Vim9: callstack wrong if :def function calls :def function 8.2.1657 Vim9: no proper error for nested ":def!" 8.2.1658 expand('<stack>') has trailing ".." 8.2.1659 spellfile code not completely tested 8.2.1660 assert functions require passing expected as first argument 8.2.1661 cannot connect to 127.0.0.1 for host with only IPv6 addresses 8.2.1662 :mksession does not restore shared terminal buffer properly 8.2.1663 options window entries cannot be translated 8.2.1664 memory leak when using :mkview with a terminal buffer 8.2.1665 cannot do fuzzy string matching 8.2.1666 the initial value of 'backupskip' can have duplicate items 8.2.1667 local function name cannot shadow a global function name 8.2.1668 Vim9: not accepting 0 or 1 as bool when type is any 8.2.1669 Vim9: memory leak when storing a value fails 8.2.1670 a couple of gcc compiler warnings 8.2.1671 Vim9: stray error for missing white space 8.2.1672 v_lock is used when it is not initialized 8.2.1673 complete_info() selected index has an invalid value 8.2.1674 Vim9: internal error when using variable that was not set 8.2.1675 MinGW: testdir makefile deletes non-existing file 8.2.1676 compiler warnings for function typecast 8.2.1677 memory access errors when calling setloclist() in autocommand 8.2.1678 crash when using ":set" after ":ownsyntax" 8.2.1679 Vim9: ":*" is not recognized as a range 8.2.1680 Vim9: line number for compare error is wrong 8.2.1681 Vim9: unnessary :call commands in tests 8.2.1682 Vim9: const works in an unexpected way 8.2.1683 Vim9: assignment test fails 8.2.1684 "gF" does not use line number after file in Visual mode 8.2.1685 Vim9: cannot declare a constant value 8.2.1686 Vim9: "const!" not sufficiently tested 8.2.1687 Vim9: out of bounds error 8.2.1688 increment/decrement removes text property 8.2.1689 'colorcolumn' doesn't show in indent 8.2.1690 text properties not adjusted for "I" in Visual block mode 8.2.1691 Vim9: list<any> is not accepted where list<number> is expected 8.2.1692 build fails because TTFLAG_STATIC is missing 8.2.1693 "hi def" does not work for cleared highlight 8.2.1694 compiler warning for loss if data 8.2.1695 Vim9: crash when using varargs type "any" 8.2.1696 unused (duplicate) macros 8.2.1697 inconsistent capitalization of error messages 8.2.1698 cannot lock a variable in legacy Vim script like in Vim9 8.2.1699 build failure due to missing error message 8.2.1700 Vim9: try/catch causes wrong value to be returned 8.2.1701 Vim9: sort("i") does not work 8.2.1702 crash when using undo after deleting folded lines 8.2.1703 ":highlight clear" does not restore default link 8.2.1704 Vim9: crash in for loop when autoload script has an error 8.2.1705 "verbose hi Name" reports incorrect info after ":hi clear" 8.2.1706 Vim9: crash after running into the "Multiple closures" error 8.2.1707 small inconsitency in highlight test 8.2.1708 Vim9: error message for function has unpritable characters 8.2.1709 Vim9: memory leak when using multiple closures |
||
wiz
|
00da7815c0 | *: bump PKGREVISION for perl-5.32. | ||
morr
|
60899aa137 |
Update to version 8.2.0303.
Changes: 8.2: 8.2.0001 #endif comments do not reflect corresponding #ifdef 8.2.0002 "dj" only deletes first line of closed fold 8.2.0003 Build file dependencies are incomplete 8.2.0004 get E685 and E931 if buffer reload is interrupted 8.2.0005 duplication in version info 8.2.0006 test using long file name may fail 8.2.0007 popup menu positioned wrong with folding in two tabs 8.2.0008 test72 is old style 8.2.0009 VMS: terminal version doesn't build 8.2.0010 test64 is old style 8.2.0011 screen updating wrong when opening preview window 8.2.0012 some undo functionality is not tested 8.2.0013 not using a typedef for condstack 8.2.0014 test69 and test95 are old style 8.2.0015 not all modeline variants are tested 8.2.0016 test name used twice, option not restored properly 8.2.0017 OS/2 and MS-DOS are still mentioned 8.2.0018 :join does not add white space where it should 8.2.0019 cannot get number of lines of another buffer 8.2.0020 mouse clicks in the command line not tested 8.2.0021 timer test fails too often on Travis with MacOS 8.2.0022 click in popup window doesn't close it in the GUI 8.2.0023 command line editing not sufficiently tested 8.2.0024 filetype Rego not recognized 8.2.0025 repeated word in comment 8.2.0026 still some /* */ comments 8.2.0027 still some /* */ comments 8.2.0028 searchpairpos() is not tested 8.2.0029 MS-Windows: crash with empty job command 8.2.0030 "gF" does not work on output of "verbose command" 8.2.0031 MS-Windows: test for empty job fails 8.2.0032 MS-Windows: test for blank job fails 8.2.0033 crash when make_extmatch() runs out of memory 8.2.0034 missing check for out of memory 8.2.0035 saving and restoring called_emsg is clumsy 8.2.0036 not enough test coverage for match functions 8.2.0037 missing renamed message 8.2.0038 spell suggestions insufficiently tested 8.2.0039 memory access error when "z=" has no suggestions 8.2.0040 timers test is still flaky on Travis for Mac 8.2.0041 leaking memory when selecting spell suggestion 8.2.0042 clearing funccal values twice 8.2.0043 timers test is still flaky on Travis for Mac 8.2.0044 expression type is used inconsistently 8.2.0045 script test fails 8.2.0046 tests for spell suggestions are slow 8.2.0047 cannot skip tests for specific MS-Windows platform 8.2.0048 another timers test is flaky on Travis for Mac 8.2.0049 command line completion not fully tested 8.2.0050 after deleting a file mark it is still in viminfo 8.2.0051 command line completion test skipped 8.2.0052 more-prompt not properly tested 8.2.0053 windowsversion() does not always return the right value 8.2.0054 :diffget and :diffput don't have good completion 8.2.0055 cannot use ":gui" in vimrc with VIMDLL enabled 8.2.0056 execution stack is incomplete and inefficient 8.2.0057 cannot build with small features 8.2.0058 running tests changes ~/.viminfo 8.2.0059 compiler warnings for unused variables in small build 8.2.0060 message test only runs with one encoding 8.2.0061 the execute stack can grow big and never shrinks 8.2.0062 memory test is flaky on FreeBSD 8.2.0063 wrong size argument to vim_snprintf() 8.2.0064 diffmode completion doesn't use per-window setting 8.2.0065 Amiga and alikes: autoopen only used on Amiga OS4 8.2.0066 some corners of vim_snprintf() are not tested 8.2.0067 ERROR_UNKNOWN clashes on some systems 8.2.0068 crash when using Python 3 with "utf32" encoding 8.2.0069 ETYPE_ is used for two different enums 8.2.0070 crash when using Python 3 with "debug" encoding 8.2.0071 memory test often fails on Cirrus CI 8.2.0072 memory test still fails on Cirrus CI 8.2.0073 initializing globals with COMMA is clumsy 8.2.0074 Python 3 unicode test sometimes fails 8.2.0075 Python 3 unicode test still sometimes fails 8.2.0076 Python 3 unicode test fails on MS-Windows 8.2.0077 settagstack() cannot truncate at current index 8.2.0078 expanding <sfile> works differently the second time 8.2.0079 Python 3 unicode test still fails on MS-Windows 8.2.0080 globals using INIT4() are not in the tags file 8.2.0081 MS-Windows also need the change to support INIT4() 8.2.0082 when reusing a buffer listeners are not cleared 8.2.0083 text properties wrong when tabs and spaces are exchanged 8.2.0084 complete item "user_data" can only be a string 8.2.0085 dead code in builtin functions 8.2.0086 build error for small version 8.2.0087 crash in command line expansion when out of memory 8.2.0088 insufficient tests for tags; bug in using extra tag field 8.2.0089 crash when running out of memory in :setfiletype completion 8.2.0090 generated files show up in git status 8.2.0091 compiler warnings for size_t / int types 8.2.0092 tags functionality insufficiently tested 8.2.0093 win_splitmove() can make Vim hang 8.2.0094 MS-Windows: cannot build with Strawberry Perl 5.30 8.2.0095 cannot specify exit code for :cquit 8.2.0096 cannot create tiny popup window in last column 8.2.0097 crash with autocommand and spellfile 8.2.0098 exe stack length can be wrong without being detected 8.2.0099 use of NULL pointer when out of memory 8.2.0100 macros for Ruby are too complicated 8.2.0101 crash when passing null object to ":echomsg" 8.2.0102 messages test fails in small version 8.2.0103 using null object with execute() has strange effects 8.2.0104 using channel or job with ":execute" has strange effects 8.2.0105 Vim license not easy to find on github 8.2.0106 printf formats are not exactly right 8.2.0107 hgignore is out of sync from gitignore 8.2.0108 when sign text is changed a manual redraw is needed 8.2.0109 corrupted text properties when expanding spaces 8.2.0110 prop_find() is not implemented 8.2.0111 VAR_SPECIAL is also used for booleans 8.2.0112 illegal memory access when using 'cindent' 8.2.0113 "make cmdidxs" fails 8.2.0114 info about sourced scripts is scattered 8.2.0115 byte2line() does not work correctly with text properties 8.2.0116 BufEnter autocmd not triggered on ":tab drop" 8.2.0117 crash when using gettabwinvar() with invalid arguments 8.2.0118 crash when cycling to buffers involving popup window 8.2.0119 message test fails on some platforms 8.2.0120 virtcol() does not check arguments to be valid 8.2.0121 filter() and map() on blob don't work 8.2.0122 readme files still mention MS-DOS 8.2.0123 complete_info() does not work when CompleteDone is triggered 8.2.0124 compiler warnings for variable types 8.2.0125 :mode no longer works for any system 8.2.0126 textprop test fails 8.2.0127 some buffer commands work in a popup window 8.2.0128 cannot list options one per line 8.2.0129 MS-Windows installer doesn't use Turkish translations 8.2.0130 Python3 ranges are not tested 8.2.0131 command line is not cleared when switching tabs 8.2.0132 script may be re-used when deleting and creating a new one 8.2.0133 invalid memory access with search command 8.2.0134 some map functionality not covered by tests 8.2.0135 bracketed paste can still cause invalid memory access 8.2.0136 stray ch_logfile() call 8.2.0137 crash when using win_execute() from a new tab 8.2.0138 memory leak when starting a job fails 8.2.0139 MS-Windows: default for IME is inconsistent 8.2.0140 CI does not test building doc tags 8.2.0141 no swift filetype detection 8.2.0142 possible to enter popup window with CTRL-W p 8.2.0143 Coverity warning for possible use of NULL pointer 8.2.0144 some mapping code is not fully tested 8.2.0145 using #error for compilation errors should be OK now 8.2.0146 wrong indent when 'showbreak' and 'breakindent' are set 8.2.0147 block Visual mode operators not correct when 'linebreak' set 8.2.0148 mapping related function in wrong source file 8.2.0149 maintaining a Vim9 branch separately is more work 8.2.0150 cannot define python function when using :execute 8.2.0151 detecting a script was already sourced is unreliable 8.2.0152 restoring ctrl_x_mode is not needed 8.2.0153 warning shows when listing version info 8.2.0154 reallocating the list of scripts is inefficient 8.2.0155 warnings from MinGW compiler; tests fail without +float 8.2.0156 various typos in source files and tests 8.2.0157 Vim9 script files not in list of distributed files 8.2.0158 triggering CompleteDone earlier is not backwards compatible 8.2.0159 non-materialized range() list causes problems 8.2.0160 range test fails 8.2.0161 not recognizing .gv file as dot filetype 8.2.0162 balloon test fails in the GUI 8.2.0163 test hangs on MS-Windows console 8.2.0164 test_alot takes too long 8.2.0165 Coverity warning for using NULL pointer 8.2.0166 Coverity warning for using uninitialized variable 8.2.0167 Coverity warning for ignoring return value 8.2.0168 Coverity warning for assigning NULL to an option 8.2.0169 Coverity warning for dead code 8.2.0170 Coverity warning for ignoring return value 8.2.0171 Coverity warning for using uninitialized buffer 8.2.0172 Coverity warning for not restoring character 8.2.0173 build fails with old compiler 8.2.0174 various commands not completely tested 8.2.0175 crash when removing list element in map() 8.2.0176 generating os headers does not work for Swedish 8.2.0177 memory leak in get_tags() 8.2.0178 with VTP the screen may not be restored properly 8.2.0179 still a few places where range() does not work 8.2.0180 test for wrapmargin fails if terminal is not 80 columns 8.2.0181 problems parsing :term arguments 8.2.0182 min() and max() materialize a range() list 8.2.0183 tests fail when the float feature is disabled 8.2.0184 blob test fails 8.2.0185 Vim9 script: cannot use "if has()" to skip lines 8.2.0186 a couple of tests may fail when features are missing 8.2.0187 reduntant code 8.2.0188 Check commands don't work well with Vim9 script 8.2.0189 cd() with NULL argument crashes 8.2.0190 Kotlin files are not recognized 8.2.0191 cannot put a terminal in a popup window 8.2.0192 build failure without +terminal feature 8.2.0193 still build failure without +terminal feature 8.2.0194 some commands can cause problems in terminal popup 8.2.0195 some tests fail when run in the GUI 8.2.0196 blocking commands for a finished job in a popup window 8.2.0197 some Ex commands not sufficiently tested 8.2.0198 no tests for y/n prompt 8.2.0199 Vim9 script commands not sufficiently tested 8.2.0200 Vim9 script commands not sufficiently tested 8.2.0201 cannot assign to an imported variable 8.2.0202 when 'lazyredraw' is set the window title may not be updated 8.2.0203 :helptags and some other functionality not tested 8.2.0204 crash when using winnr('j') in a popup window 8.2.0205 error code E899 used twice 8.2.0206 calling Vim9 function using default argument fails 8.2.0207 crash when missing member type on list argument 8.2.0208 fnamemodify() does not apply ":~" when followed by ":." 8.2.0209 function a bit far away from where it's used 8.2.0210 Coverity complains about uninitialized field 8.2.0211 test for ANSI colors fails without an "ls" command 8.2.0212 missing search/substitute pattern hardly tested 8.2.0213 configure does not recognize gcc 10.0 and later 8.2.0214 a popup window with a terminal can be made hidden 8.2.0215 wrong file name shortening 8.2.0216 several Vim9 instructions are not tested 8.2.0217 terminal test fails on Mac 8.2.0218 several Vim9 instructions are not tested 8.2.0219 terminal test still fails on Mac 8.2.0220 terminal test did pass on Mac 8.2.0221 no test for Vim9 += and ..= 8.2.0222 Vim9: optional function arguments don't work yet 8.2.0223 some instructions not yet tested 8.2.0224 compiling :elseif not tested yet 8.2.0225 compiling lambda not tested yet 8.2.0226 compiling for loop not tested 8.2.0227 compiling a few instructions not tested 8.2.0228 configure does not recognize gcc version on BSD 8.2.0229 compare instructions not tested 8.2.0230 terminal popup test is flaky 8.2.0231 silent system command may clear the screen 8.2.0232 the :compiler command causes a crash 8.2.0233 crash when using garbagecollect() in between rand() 8.2.0234 message test fails on SunOS 8.2.0235 draw error when an empty group is removed from 'statusline' 8.2.0236 MS-Windows uninstall doesn't delete vimtutur.bat 8.2.0237 crash when setting 'wincolor' on finished terminal window 8.2.0238 MS-Windows: job_stop() results in exit value zero 8.2.0239 MS-Windows: 'env' job option does not override existing vars 8.2.0240 using memory after it was freed 8.2.0241 crash when setting 'buftype' to "quickfix" 8.2.0242 preview popup window test fails with long directory name 8.2.0243 insufficient code coverage for ex_docmd.c functions 8.2.0244 compiler warning in Lua interface 8.2.0245 MSVC: error message if the auto directory already exists 8.2.0246 MSVC: deprecation warnings with Ruby 8.2.0247 misleading comment in NSIS installer script 8.2.0248 MS-Windows: dealing with deprecation is too complicated 8.2.0249 MS-Windows: various warnings 8.2.0250 test_clear_search_pat() is unused 8.2.0251 a couple of function return types can be more specific 8.2.0252 Windows compiler warns for using size_t 8.2.0253 crash when using :disassamble without argument 8.2.0254 compiler warning for checking size_t to be negative 8.2.0255 VMS: missing files in build 8.2.0256 time and timer related code is spread out 8.2.0257 cannot recognize a terminal in a popup window 8.2.0258 modifyOtherKeys cannot be temporarily disabled 8.2.0259 terminal in popup test sometimes fails 8.2.0260 several lines of code are duplicated 8.2.0261 some code not covered by tests 8.2.0262 fileformat test fails on MS-Windows 8.2.0263 a few new Vim9 messages are not localized 8.2.0264 fileformat test still fails on MS-Windows 8.2.0265 "eval" after "if 0" doesn't check for following command 8.2.0266 terminal in popup test sometimes fails on Mac 8.2.0267 no check for a following cmd when calling a function fails 8.2.0268 trycatch test fails 8.2.0269 Vim9: operator after list index does not work 8.2.0270 some code not covered by tests 8.2.0271 the "num64" feature is available everywhere 8.2.0272 ":helptags ALL" gives error for some directories 8.2.0273 MS-Windows uninstall may delete wrong batch file 8.2.0274 hang with combination of feedkeys(), Ex mode and :global 8.2.0275 some Ex code not covered by tests 8.2.0276 Vim9: not allowing space before ")" in function call 8.2.0277 Vim9: not all instructions covered by tests 8.2.0278 channel test is flaky on Mac 8.2.0279 Vim9: no test for deleted :def function 8.2.0280 Vim9: throw in :def function not caught higher up 8.2.0281 two placed signs in the same line are not combined 8.2.0282 Vim9: setting number option not tested 8.2.0283 Vim9: failing to load script var not tested 8.2.0284 Vim9: assignment test fails 8.2.0285 unused error message; cannot create s:var 8.2.0286 cannot use popup_close() for a terminal popup 8.2.0287 Vim9: return in try block not tested; catch not tested 8.2.0288 Vim9: some float and blob operators not tested 8.2.0289 Vim9: :echo did not clear the rest of the line 8.2.0290 running individual test differs from all tests 8.2.0291 Vim9: assigning [] to list<string> doesn't work 8.2.0292 Vim9: CHECKNR and CHECKTYPE instructions not tested 8.2.0293 various Ex commands not sufficiently tested 8.2.0294 cannot use Ex command that is also a function name 8.2.0295 highlighting for :s wrong when using different separator 8.2.0296 mixing up "long long" and __int64 may cause problems 8.2.0297 compiler warnings for the Ruby interface 8.2.0298 Vim9 script: cannot start command with a string constant 8.2.0299 Vim9: ISN_STORE with argument not tested 8.2.0300 Vim9: expression test fails without channel support 8.2.0301 insufficient testing for exception handling 8.2.0302 setting 'term' may cause error in TermChanged autocommand 8.2.0303 TermChanged test fails in the GUI 8.1: 8.1.2201 cannot build with dynamically linked Python 3.8 8.1.2202 MS-Windows: build failure with GUI and small features 8.1.2203 running libvterm tests without the +terminal feature 8.1.2204 crash on exit when closing terminals 8.1.2205 sign entry structure has confusing name 8.1.2206 no test for fixed issue #3893 8.1.2207 "gn" doesn't work quite right 8.1.2208 Unix: Tabs in output might be expanded to spaces 8.1.2209 LF in escape codes may be expanded to CR-LF 8.1.2210 using negative offset for popup_create() does not work 8.1.2211 listener callback "added" argument is not the total 8.1.2212 cannot see the selection type in :reg output 8.1.2213 popup_textprop tests fail 8.1.2214 too much is redrawn when 'cursorline' is set 8.1.2215 unreachable code in adjusting text prop columns 8.1.2216 text property in wrong place after :substitute 8.1.2217 compiler warning for unused variable 8.1.2218 "gN" is off by one in Visual mode 8.1.2219 no autocommand for open window with terminal 8.1.2220 :cfile does not abort like other quickfix commands 8.1.2221 cannot filter :disp output 8.1.2222 accessing invalid memory 8.1.2223 cannot see what buffer an ml_get error is for 8.1.2224 cannot build Amiga version 8.1.2225 the "last used" info of a buffer is under used 8.1.2226 cannot use system copy/paste in non-xterm terminals 8.1.2227 layout wrong if 'lines' changes while cmdline window is open 8.1.2228 screenpos() returns wrong values when 'number' is set 8.1.2229 cannot color number column above/below cursor differently 8.1.2230 MS-Windows: testing external commands can be improved 8.1.2231 not easy to move to the middle of a text line 8.1.2232 MS-Windows: compiler warning for int size 8.1.2233 cannot get the Vim command line arguments 8.1.2234 get_short_pathname() fails depending on encoding 8.1.2235 "C" with 'virtualedit' set does not include multi-byte char 8.1.2236 ml_get error if pattern matches beyond last line 8.1.2237 mode() result depends on whether CURSOR_SHAPE is defined 8.1.2238 error in docs tags goes unnoticed 8.1.2239 CI fails when running tests without building Vim 8.1.2240 popup window width changes when scrolling 8.1.2241 match highlight does not combine with 'wincolor' 8.1.2242 creating docs tags uses user preferences 8.1.2243 typos in comments 8.1.2244 'wrapscan' is not used for "gn" 8.1.2245 third character of 'listchars' tab shows in wrong place 8.1.2246 some tests are still in old style 8.1.2247 "make vimtags" does not work in runtime/doc 8.1.2248 CTRL-W dot does not work when modifyOtherKeys is enabled 8.1.2249 "make vimtags" does not print any message 8.1.2250 CTRL-U and CTRL-D don't work in popup window 8.1.2251 ":term command" may not work without a shell 8.1.2252 compiler warning for int size 8.1.2253 using "which" to check for an executable is not reliable 8.1.2254 MS-Windows: mouse scroll wheel doesn't work in popup 8.1.2255 ":term ++shell" does not work on MS-Windows 8.1.2256 test for ":term ++shell" fails on MS-Windows 8.1.2257 MS-Windows GUI: scroll wheel always uses current window 8.1.2258 may get hit-enter prompt after entering a number 8.1.2259 running tests may leave XfakeHOME behind 8.1.2260 terminal test may fail on MS-Windows 8.1.2261 with modifyOtherKeys set 'noesckeys' doesn't work 8.1.2262 unpack assignment in function not recognized 8.1.2263 'noesckeys' test fails in GUI 8.1.2264 there are two test files for :let 8.1.2265 when popup with "botleft" does not fit it flips incorrectly 8.1.2266 position unknown for a mouse click in a popup window 8.1.2267 compiler warning for uninitialized variable 8.1.2268 spell file flag zero is not recognized 8.1.2269 tags file with very long line stops using binary search 8.1.2270 "gf" is not tested in Visual mode 8.1.2271 build error if FEAT_TAG_BINS is not defined 8.1.2272 test may hang at more prompt 8.1.2273 wrong default when "pos" is changed with popup_atcursor() 8.1.2274 newlines in 'balloonexpr' result only work in the GUI 8.1.2275 using "seesion" looks like a mistake 8.1.2276 MS-Windows: session test leaves files behind 8.1.2277 terminal window is not updated when info popup changes 8.1.2278 using "cd" with "exe" may fail 8.1.2279 computation of highlight attributes is too complicated 8.1.2280 crash when passing partial to substitute() 8.1.2281 'showbreak' cannot be set for one window 8.1.2282 crash when passing many arguments through a partial 8.1.2283 missed on use of p_sbr 8.1.2284 compiler warning for unused variable 8.1.2285 padding in structures wastes memory 8.1.2286 using border highlight in popup window leaks memory 8.1.2287 using EndOfBuffer highlight in popup does not look good 8.1.2288 not using all space when popup with "topleft" flips to above 8.1.2289 after :diffsplit closing the window does not disable diff 8.1.2290 autocommand test fails 8.1.2291 memory leak when executing command in a terminal 8.1.2292 v:mouse_winid not set on click in popup window 8.1.2293 join adds trailing space when second line is empty 8.1.2294 cursor pos wrong with concealing and search causes a scroll 8.1.2295 if buffer of popup is in another window cursorline sign shows 8.1.2296 text properties are not combined with syntax by default 8.1.2297 the ex_vimgrep() function is too long 8.1.2298 missing part of 8.1.2296 8.1.2299 ConPTY in MS-Windows 1909 is still wrong 8.1.2300 redraw breaks going through list of popup windows 8.1.2301 MS-Windows GUI: drawing error when background color changes 8.1.2302 :lockmarks does not work for '[ and '] 8.1.2303 cursor in wrong position after horizontal scroll 8.1.2304 cannot get the mouse position when getting a mouse click 8.1.2305 no warning for wrong entry in translations 8.1.2306 double and triple clicks are not tested 8.1.2307 positioning popup doesn't work for buffer-local textprop 8.1.2308 deleting text before zero-width textprop removes it 8.1.2309 compiler warning for argument type 8.1.2310 no proper test for directory changes in quickfix 8.1.2311 warning for missing function prototype 8.1.2312 "line:" field in tags file not used 8.1.2313 debugging where a delay comes from is not easy 8.1.2314 vi' sometimes does not select anything 8.1.2315 not always using the right window when jumping to an error 8.1.2316 FORTIFY_SOURCE can also be present in CPPFLAGS 8.1.2317 no test for spell affix file with flag on suffix 8.1.2318 MS-Windows GUI: main background shows in toolbar 8.1.2319 compiler warning for int size 8.1.2320 insufficient test coverage for quickfix 8.1.2321 cannot select all text with the mouse 8.1.2322 quickfix test fails in very big terminal 8.1.2323 Old MSVC version no longer tested. 8.1.2324 width of scrollbar in popup menu not taken into account 8.1.2325 crash when using balloon with empty line 8.1.2326 cannot parse a date/time string 8.1.2327 cannot build with Hangul input 8.1.2328 a few hangul input pieces remain 8.1.2329 mouse multiple click test is a bit flaky 8.1.2330 vi' does not always work when 'selection' is exclusive 8.1.2331 the option.c file is still very big 8.1.2332 missing file in refactoring 8.1.2333 with modifyOtherKeys CTRL-^ doesn't work 8.1.2334 possible NULL pointer dereference in popup_locate() 8.1.2335 error message for function arguments may use NULL pointer 8.1.2336 when an expr mapping moves the cursor it is not restored 8.1.2337 double-click time sometimes miscomputed 8.1.2338 using Visual mark sith :s gives E20 if not set 8.1.2339 insufficient testing for quickfix 8.1.2340 quickfix test fails under valgrind and asan 8.1.2341 not so easy to interrupt a script programatically 8.1.2342 random number generator in Vim script is slow 8.1.2343 using time() for srand() is not very random 8.1.2344 Cygwin: warning for using strptime() 8.1.2345 .cjs files are not recognized as Javascript 8.1.2346 CTRL-R CTRL-R doesn't work with modifyOtherKeys 8.1.2347 MacOS: build fails 8.1.2348 :const cannot be followed by "| endif" 8.1.2349 :lockvar and :unlockvar cannot be followed by "| endif" 8.1.2350 other text for CTRL-V in Insert mode with modifyOtherKeys 8.1.2351 'wincolor' not used for > for not fitting double width char 8.1.2352 CI doesn't cover FreeBSD 8.1.2353 build failure on FreeBSD 8.1.2354 Cirrus CI runs on another repository 8.1.2355 test with "man" fails on FreeBSD 8.1.2356 rand() does not use the best algorithm 8.1.2357 no test with wrong argument for rand() 8.1.2358 tests fail on Cirrus CI for FreeBSD 8.1.2359 cannot build without FEAT_FLOAT 8.1.2360 quickfix test coverage can still be improved 8.1.2361 MS-Windows: test failures related to VIMDLL 8.1.2362 cannot place signs in a popup window 8.1.2363 ml_get error when accessing Visual area in 'statusline' 8.1.2364 termwinscroll test is flaky on FreeBSD 8.1.2365 missing tests for recent popupwin changes 8.1.2366 using old C style comments 8.1.2367 registers are not sufficiently tested 8.1.2368 using old C style comments 8.1.2369 cannot build with quickfix and without text properties 8.1.2370 build problems on VMS 8.1.2371 FEAT_TEXT_PROP is a confusing name 8.1.2372 VMS: failing realloc leaks memory 8.1.2373 cannot build with +popupwin but without +quickfix 8.1.2374 unused parts of libvterm are included 8.1.2375 no sufficient testing for registers 8.1.2376 preprocessor indents are incorrect 8.1.2377 GUI: when losing focus a pending operator is executed 8.1.2378 using old C style comments 8.1.2379 using old C style comments 8.1.2380 using old C style comments 8.1.2381 not all register related code is covered by tests 8.1.2382 MS-Windows: When using VTP bold+inverse doesn't work 8.1.2383 using old C style comments 8.1.2384 test 48 is old style 8.1.2385 opening cmdline window with feedkeys() does not work 8.1.2386 'wincolor' is not used for 'listchars' 8.1.2387 using old C style comments 8.1.2388 using old C style comments 8.1.2389 using old C style comments 8.1.2390 test94 is old style, fix 7.4.441 not tested 8.1.2391 cannot build when __QNXNTO__ is defined 8.1.2392 using old C style comments 8.1.2393 using old C style comments 8.1.2394 using old C style comments 8.1.2395 using old C style comments 8.1.2396 using old C style comments 8.1.2397 should not define __USE_XOPEN 8.1.2398 strptime() test fails on Japanese Mac 8.1.2399 info popup on top of cursor if it doesn't fit 8.1.2400 test39 is old style 8.1.2401 :cexpr does not handle | in expression 8.1.2402 typos and other small things 8.1.2403 autocmd test fails under valgrind 8.1.2404 channel test fails under valgrind 8.1.2405 matchadd_conceal test fails under valgrind 8.1.2406 leaking memory in test_paste and test_registers 8.1.2407 proto files, dependencies and build instructions outdated 8.1.2408 syntax menu and build instructions outdated 8.1.2409 creating the distribution doesn't work as documented 8.1.2410 MS-Windows: test_iminsert fails without IME support 8.1.2411 function argument copied unnecessarily 8.1.2412 crash when evaluating expression with error 8.1.2413 cannot update ex_cmdidxs.h on MS-Windows 8.1.2414 MS-Windows: properties dialog box shows wrong character 8.1.2415 popup menu flickers if an info popup is used 8.1.2416 loading menus sets v:errmsg 8.1.2417 MinGW/Cygwin build does not clean up all files 8.1.2418 bufnr('$') is wrong after recycling popup buffer 8.1.2419 with a long file name the hit-enter prompt appears 8.1.2420 crash when calling popup_close() in win_execute() 8.1.2421 test88 is old style 8.1.2422 "make depend" does not work correctly for libvterm 8.1.2423 MS-Windows properties shows version as "8, 1, 0" 8.1.2424 MS-Windows: console buffer is resized unnecessarily |
||
morr
|
302bde127a |
Update to version 8.1.2200.
Patches: 8.1.1779 not showing the popup window right border is confusing 8.1.1780 warning for file no longer available is repeated 8.1.1781 Amiga: no builtin OS readable version info 8.1.1782 MS-Windows: system() has temp file error with 'noshelltemp' 8.1.1783 MS-Windows: compiler test may fail when using %:S 8.1.1784 MS-Windows: resolve() does not work if serial nr duplicated 8.1.1785 map functionality mixed with character input 8.1.1786 double click in popup scrollbar starts selection 8.1.1787 cannot resize a popup window 8.1.1788 missing changes in proto file 8.1.1789 cannot see file name of preview popup window 8.1.1790 :mkvimrc is not tested 8.1.1791 'completeslash' also applies to globpath() 8.1.1792 the vgetorpeek() function is too long 8.1.1793 mixed comment style in globals 8.1.1794 tests are flaky 8.1.1795 no syntax HL after splitting windows with :bufdo 8.1.1796 :argdo is not tested 8.1.1797 the vgetorpeek() function is too long 8.1.1798 warning for unused variable in tiny version 8.1.1799 cannot avoid mapping for a popup window 8.1.1800 function call functions have too many arguments 8.1.1801 cannot build without the +eval feature 8.1.1802 missing change to call_callback() 8.1.1803 all builtin functions are global 8.1.1804 no test for display updating without a scroll region 8.1.1805 au_did_filetype is declared twice 8.1.1806 test for display updating doesn't check without statusline 8.1.1807 more functions can be used as a method 8.1.1808 build failure for tiny version 8.1.1809 more functions can be used as a method 8.1.1810 popup_getoptions() is missing an entry for "mapping" 8.1.1811 popup window color cannot be set to "Normal" 8.1.1812 reading a truncted undo file hangs Vim 8.1.1813 ATTENTION prompt for a preview popup window 8.1.1814 a long title in a popup window overflows 8.1.1815 duplicating info for internal functions 8.1.1816 cannot use a user defined function as a method 8.1.1817 github contribution text is incomplete 8.1.1818 unused variable 8.1.1819 :pedit does not work with a popup preview window 8.1.1820 using expr->FuncRef() does not work 8.1.1821 no test for wrong number of method arguments 8.1.1822 confusing error message when range is not allowed 8.1.1823 command line history code is spread out 8.1.1824 crash when correctly spelled word is very long 8.1.1825 allocating more memory than needed for extended structs 8.1.1826 tests use hand coded feature and option checks 8.1.1827 allocating more memory than needed for extended structs 8.1.1828 not strict enough checking syntax of method invocation 8.1.1829 difference in screenshots 8.1.1830 Travis does not report error when tests fail 8.1.1831 confusing skipped message 8.1.1832 win_execute() does not work in other tab 8.1.1833 allocating a bit too much when there is no bad word. 8.1.1834 cannot use a lambda as a method 8.1.1835 cannot use printf() as a method 8.1.1836 inaccurate memory estimate for Amiga-like OS 8.1.1837 popup test fails if clipboard is supported but not working 8.1.1838 there is :spellwrong and :spellgood but not :spellrare 8.1.1839 insufficient info when test fails because of screen size 8.1.1840 Testing: WorkingClipboard() is not accurate 8.1.1841 no test for Ex shift commands 8.1.1842 test listed as flaky should no longer be flaky 8.1.1843 might be freeing memory that was not allocated 8.1.1844 buffer no longer unloaded when adding text properties 8.1.1845 may use NULL pointer when running out of memory 8.1.1846 inconsistently using GetVimCommand() and v:progpath 8.1.1847 suspend test is failing 8.1.1848 'langmap' is not used for CTRL-W command in terminal 8.1.1849 some insert complete functions in the wrong file 8.1.1850 focus may remain in popup window 8.1.1851 crash when sound_playfile() callback plays sound 8.1.1852 timers test is flaky 8.1.1853 timers test is still flaky 8.1.1854 now another timer test is flaky 8.1.1855 another failing timer test 8.1.1856 popup preview test fails sometimes 8.1.1857 cannot use modifier with multi-byte character 8.1.1858 test for multi-byte mapping fails on some systems 8.1.1859 timer test sometimes fails on Mac 8.1.1860 map timeout test is flaky 8.1.1861 only some assert functions can be used as a method 8.1.1862 Coverity warns for not using return value 8.1.1863 confusing error when using a builtin function as method 8.1.1864 still a timer test that is flaky on Mac 8.1.1865 spellrare and spellrepall in the wrong order 8.1.1866 modeless selection in GUI does not work properly 8.1.1867 still a timer test that is flaky on Mac 8.1.1868 multi-byte chars in 'listchars' fail with 'linebreak' set 8.1.1869 code for the argument list is spread out 8.1.1870 using :pedit from a help file sets help filetype 8.1.1871 modeless selection in GUI still not correct 8.1.1872 when Vim exits because of a signal, VimLeave is not triggered 8.1.1873 cannot build tiny version 8.1.1874 modeless selection in popup window overlaps scrollbar 8.1.1875 cannot get size and position of the popup menu 8.1.1876 proto file missing from distribution 8.1.1877 graduated features scattered 8.1.1878 negative float before method not parsed correctly 8.1.1879 more functions can be used as methods 8.1.1880 cannot show extra info for completion in a popup window 8.1.1881 popup window test fails in some configurations 8.1.1882 cannot specify properties of the info popup window 8.1.1883 options test fails 8.1.1884 cannot use mouse scroll wheel in popup in Insert mode 8.1.1885 comments in libvterm are inconsistent 8.1.1886 command line expansion code is spread out 8.1.1887 the +cmdline_compl feature is not in the tiny version 8.1.1888 more functions can be used as methods 8.1.1889 Coverity warns for using a NULL pointer 8.1.1890 ml_get error when deleting fold marker 8.1.1891 functions used in one file are global 8.1.1892 missing index entry and option menu for 'completepopup' 8.1.1893 script to summarize test results can be improved 8.1.1894 not checking for out-of-memory of autoload_name() 8.1.1895 using NULL pointer when out of memory 8.1.1896 compiler warning for unused variable 8.1.1897 may free memory twice when out of memory 8.1.1898 crash when out of memory during startup 8.1.1899 sign_place() does not work as documented 8.1.1900 sign test fails in the GUI 8.1.1901 the +insert_expand feature is not always available 8.1.1902 cannot have an info popup without a border 8.1.1903 cannot build without the +eval feature 8.1.1904 cannot have an info popup align with the popup menu 8.1.1905 cannot set all properties of the info popup 8.1.1906 info popup size is sometimes incorrect 8.1.1907 wrong position for info popup with scrollbar on the left 8.1.1908 every popup window consumes a buffer number 8.1.1909 more functions can be used as methods 8.1.1910 redrawing too much when toggling 'relativenumber' 8.1.1911 more functions can be used as methods 8.1.1912 more functions can be used as methods 8.1.1913 not easy to compute the space on the command line 8.1.1914 command line expansion code is spread out 8.1.1915 more functions can be used as methods 8.1.1916 trying to allocate negative amount of memory closing popup 8.1.1917 non-current window is not redrawn when moving popup 8.1.1918 redrawing popups is inefficient 8.1.1919 using window options when passing a buffer to popup_create() 8.1.1920 cannot always close a popup when filter consumes all events 8.1.1921 more functions can be used as methods 8.1.1922 in diff mode global operations can be very slow 8.1.1923 some source files are not in a normal encoding 8.1.1924 using empty string for current buffer is unexpected 8.1.1925 more functions can be used as methods 8.1.1926 cursorline not redrawn when putting a line above the cursor 8.1.1927 code for dealing with script files is spread out 8.1.1928 popup windows don't move with the text when making changes 8.1.1929 no tests for text property popup window 8.1.1930 cannot recognize .jsx and .tsx files 8.1.1931 syntax test fails 8.1.1932 ml_get errors after using append() 8.1.1933 the eval.c file is too big 8.1.1934 not enough tests for text property popup window 8.1.1935 test for text property popup window is flaky 8.1.1936 not enough tests for text property popup window 8.1.1937 errors when using javascriptreact 8.1.1938 may crash when out of memory 8.1.1939 code for handling v: variables in generic eval file 8.1.1940 script tests fail 8.1.1941 getftype() test fails on Mac 8.1.1942 shadow directory gets outdated when files are added 8.1.1943 more code can be moved to evalvars.c 8.1.1944 leaking memory when using sound callback 8.1.1945 popup window "firstline" cannot be reset 8.1.1946 memory error when profiling a function without a script ID 8.1.1947 when executing one test the report doesn't show it 8.1.1948 mouse doesn't work in Linux console 8.1.1949 cannot scroll a popup window to the very bottom 8.1.1950 using NULL pointer after an out-of-memory 8.1.1951 mouse double click test is a bit flaky 8.1.1952 more functions can be used as a method 8.1.1953 more functions can be used as a method 8.1.1954 more functions can be used as a method 8.1.1955 tests contain typos 8.1.1956 screenshot tests may use a different encoding 8.1.1957 more code can be moved to evalvars.c 8.1.1958 old style comments taking up space 8.1.1959 when using "firstline" in popup window text may jump 8.1.1960 fold code is spread out 8.1.1961 more functions can be used as a method 8.1.1962 leaking memory when using tagfunc() 8.1.1963 popup window filter may be called recursively 8.1.1964 crash when using nested map() and filter() 8.1.1965 search count message is not displayed when using a mapping 8.1.1966 some code in options.c fits better elsewhere 8.1.1967 line() only works for the current window 8.1.1968 crash when using nested map() 8.1.1969 popup window filter is used in all modes 8.1.1970 search stat space wrong, no test for 8.1.1965 8.1.1971 manually enabling features causes build errors 8.1.1972 no proper test for getchar() 8.1.1973 cannot build without the quickfix feature 8.1.1974 Coverity warns for using pointer as array 8.1.1975 MS-Windows GUI responds slowly to timer 8.1.1976 Travis log always shows test output 8.1.1977 terminal debugger plugin may hang 8.1.1978 the eval.c file is too big 8.1.1979 code for handling file names is spread out 8.1.1980 fix for search stat not tested 8.1.1981 the evalfunc.c file is too big 8.1.1982 more functions can be used as methods 8.1.1983 compiler nags for uninitialized variable and unused function 8.1.1984 more functions can be used as methods 8.1.1985 code for dealing with paths is spread out 8.1.1986 more functions can be used as methods 8.1.1987 more functions can be used as methods 8.1.1988 :startinsert! does not work the same way as "A" 8.1.1989 the evalfunc.c file is still too big 8.1.1990 cannot build with eval but without cscope 8.1.1991 still cannot build with eval but without cscope 8.1.1992 the search stat moves when wrapping at the end of the buffer 8.1.1993 more functions can be used as methods 8.1.1994 MS-Windows: cannot build with eval but without cscope 8.1.1995 more functions can be used as methods 8.1.1996 more functions can be used as methods 8.1.1997 no redraw after a popup window filter is invoked 8.1.1998 redraw even when no popup window filter was invoked 8.1.1999 calling both PlaySoundW() and PlaySoundA() 8.1.2000 plugin cannot get the current IME status 8.1.2001 some source files are too big 8.1.2002 version number 2000 missing 8.1.2003 MS-Windows: code page 65001 is not recognized 8.1.2004 more functions can be used as methods 8.1.2005 the regexp.c file is too big 8.1.2006 build failure with huge features but without channel feature 8.1.2007 no test for what 8.1.1926 fixes 8.1.2008 error for invalid range when using listener and undo 8.1.2009 cursorline highlighting not updated in popup window 8.1.2010 new file uses old style comments 8.1.2011 more functions can be used as methods 8.1.2012 more functions can be used as methods 8.1.2013 more functions can be used as methods 8.1.2014 terminal altscreen test fails sometimes 8.1.2015 terminal altscreen test still fails sometimes 8.1.2016 terminal altscreen test now fails on MS-Windows 8.1.2017 cannot execute commands after closing the cmdline window 8.1.2018 using freed memory when out of memory and displaying message 8.1.2019 'cursorline' always highlights the whole line 8.1.2020 it is not easy to change the window layout 8.1.2021 some global functions can be local to the file 8.1.2022 the option.c file is too big 8.1.2023 no test for synIDattr() returning "strikethrough" 8.1.2024 delete call commented out for debugging 8.1.2025 MS-Windows: Including shlguid.h causes problems for msys2 8.1.2026 possibly using uninitialized memory 8.1.2027 MS-Windows: problem with ambiwidth characters 8.1.2028 options test script does not work 8.1.2029 cannot control 'cursorline' highlighting well 8.1.2030 tests fail when build with normal features and terminal 8.1.2031 cursor position wrong when resizing and using conceal 8.1.2032 scrollbar thumb wrong in popup window 8.1.2033 cannot build with tiny features 8.1.2034 dark theme of GTK 3 not supported 8.1.2035 recognizing octal numbers is confusing 8.1.2036 the str2nr() tests fail 8.1.2037 can call win_gotoid() in cmdline window 8.1.2038 has('vimscript-4') is always 0 8.1.2039 character from 'showbreak' does not use 'wincolor' 8.1.2040 no highlighting of current line in quickfix window 8.1.2041 no test for diff mode with syntax highlighting 8.1.2042 the evalfunc.c file is too big 8.1.2043 not sufficient testing for quoted numbers 8.1.2044 no easy way to process postponed work 8.1.2045 the option.c file is too big 8.1.2046 SafeState may be triggered at the wrong moment 8.1.2047 cannot check the current state 8.1.2048 not clear why SafeState and SafeStateAgain are not triggered 8.1.2049 cannot build tiny version 8.1.2050 popup window test fails in some configurations 8.1.2051 double-click test is a bit flaky 8.1.2052 using "x" before a closed fold may delete that fold 8.1.2053 SafeStateAgain not triggered if callback uses feedkeys() 8.1.2054 compiler test for Perl may fail 8.1.2055 not easy to jump to function line from profile 8.1.2056 "make test" for indent files doesn't cause make to fail 8.1.2057 the screen.c file is much too big 8.1.2058 function for ex command is named inconsistently 8.1.2059 fix for "x" deleting a fold has side effects 8.1.2060 "precedes" in 'listchars' not used properly 8.1.2061 MS-Windows GUI: ":sh" crashes when trying to use a terminal 8.1.2062 the mouse code is spread out 8.1.2063 some tests fail when +balloon_eval_term is missing 8.1.2064 MS-Windows: compiler warnings for unused arguments 8.1.2065 compiler warning building non-GUI with MinGW. 8.1.2066 no tests for state() 8.1.2067 no tests for SafeState and SafeStateAgain 8.1.2068 test for SafeState and SafeStateAgain may fail 8.1.2069 test for SafeStateAgain may still fail 8.1.2070 mouse code is spread out 8.1.2071 when 'wincolor' is set text property changes highlighting 8.1.2072 "gk" moves to start of line instead of upwards 8.1.2073 when editing a buffer 'colorcolumn' may not work 8.1.2074 test for SafeState autocommand is a bit flaky 8.1.2075 get many log messages when waiting for a typed character 8.1.2076 crash when trying to put a terminal in a popup window 8.1.2077 the ops.c file is too big 8.1.2078 build error with +textprop but without +terminal 8.1.2079 popup window test fails without +terminal 8.1.2080 the terminal API is limited and can't be disabled 8.1.2081 the spell.c file is too big 8.1.2082 some files have a weird name to fit in 8.3 characters 8.1.2083 multi-byte chars do not work properly with "%.*S" in printf() 8.1.2084 Amiga: cannot get the user name 8.1.2085 MS-Windows: draw error moving cursor over double-cell char 8.1.2086 missing a few changes for the renamed files 8.1.2087 cannot easily select one test function to execute 8.1.2088 renamed libvterm mouse.c file not in distributed file list 8.1.2089 do not get a hint that $TEST_FILTER was active 8.1.2090 not clear why channel log file ends 8.1.2091 double free when memory allocation fails 8.1.2092 MS-Windows: redirect in system() does not work 8.1.2093 MS-Windows: system() test fails 8.1.2094 the fileio.c file is too big 8.1.2095 leaking memory when getting item from dict 8.1.2096 too many #ifdefs 8.1.2097 :mksession is not sufficiently tested 8.1.2098 mksession test fails on MS-Windows 8.1.2099 state() test fails on some Mac systems 8.1.2100 :mksession is not sufficiently tested 8.1.2101 write_session_file() often defined but not used 8.1.2102 can't build with GTK and FEAT_GUI_GNOME 8.1.2103 wrong error message if "termdebugger" is not executable 8.1.2104 the normal.c file is too big 8.1.2105 MS-Windows: system() may crash 8.1.2106 no tests for dragging the mouse beyond the window 8.1.2107 various memory leaks reported by asan 8.1.2108 cannot close the cmdline window from CmdWinEnter 8.1.2109 popup_getoptions() hangs with tab-local popup 8.1.2110 CTRL-C closes two popups instead of one 8.1.2111 viminfo file not sufficiently tested 8.1.2112 build number for ConPTY is outdated 8.1.2113 ":help expr-!~?" only works after searching 8.1.2114 when a popup is closed with CTRL-C the callback aborts 8.1.2115 MS-Windows: shell commands fail if &shell contains a space 8.1.2116 no check for out of memory 8.1.2117 CursorLine highlight used while 'cursorline' is off 8.1.2118 termcodes test fails when $TERM is "dumb" 8.1.2119 memory access error for empty string 8.1.2120 some MB_ macros are more complicated than necessary 8.1.2121 mode is not updated when switching to terminal 8.1.2122 cannot build without terminal feature 8.1.2123 parsing CSI sequence is messy 8.1.2124 ruler is not updated if win_execute() moves cursor 8.1.2125 fnamemodify() fails when repeating :e 8.1.2126 viminfo not sufficiently tested 8.1.2127 the indent.c file is a bit big 8.1.2128 renamed libvterm sources makes merging difficult 8.1.2129 using hard coded executable path in test 8.1.2130 MSVC build fails 8.1.2131 MSVC tests fail 8.1.2132 MS-Windows: screen mess when not recognizing insider build 8.1.2133 some tests fail when run as root 8.1.2134 modifier keys are not always recognized 8.1.2135 with modifyOtherKeys Alt-a does not work properly 8.1.2136 using freed memory with autocmd from fuzzer 8.1.2137 parsing the termresponse is not tested 8.1.2138 including the build number in the Win32 binary is confusing 8.1.2139 the modifyOtherKeys codes are not tested 8.1.2140 "gk" and "gj" do not work correctly in number column 8.1.2141 :tselect has an extra hit-enter prompt 8.1.2142 some key mappings do not work with modifyOtherKeys 8.1.2143 cannot see each command even when 'verbose' is set 8.1.2144 side effects when using t_ti to enable modifyOtherKeys 8.1.2145 cannot map <C-H> when modifyOtherKeys is enabled 8.1.2146 build failure 8.1.2147 crash when allocating memory fails 8.1.2148 no test for right click extending Visual area 8.1.2149 crash when running out of memory very early 8.1.2150 no test for 'ttymouse' set from xterm version response 8.1.2151 state test is a bit flaky 8.1.2152 problems navigating tags file on MacOS Catalina 8.1.2153 combining text property and syntax highlight is wrong 8.1.2154 quickfix window height wrong when there is a tabline 8.1.2155 in a terminal window 'cursorlineopt' does not work properly 8.1.2156 first character after Tab is not highlighted 8.1.2157 libvterm source files missing from distribution 8.1.2158 terminal attributes missing in Terminal-normal mode 8.1.2159 some mappings are listed twice 8.1.2160 cannot build with +syntax but without +terminal 8.1.2161 mapping test fails 8.1.2162 popup resize test is flaky 8.1.2163 cannot build with +spell but without +syntax 8.1.2164 stuck when using "j" in a popupwin with popup_filter_menu 8.1.2165 mapping test fails on Mac 8.1.2166 rubyeval() not tested as a method 8.1.2167 mapping test fails on MS-Windows 8.1.2168 heredoc assignment not skipped in if block 8.1.2169 terminal flags are never reset 8.1.2170 cannot build without the +termresponse feature 8.1.2171 mouse support not always available 8.1.2172 spell highlight is wrong at start of the line 8.1.2173 searchit() has too many arguments 8.1.2174 screen not recognized as supporting "sgr" mouse codes 8.1.2175 meson files are not recognized 8.1.2176 syntax attributes not combined with Visual highlighting 8.1.2177 Dart files are not recognized 8.1.2178 accessing uninitialized memory in test 8.1.2179 pressing "q" at the more prompt doesn't stop Python output 8.1.2180 Error E303 is not useful when 'directory' is empty 8.1.2181 highlighting wrong when item follows tab 8.1.2182 test42 seen as binary by git diff 8.1.2183 running a test is a bit verbose 8.1.2184 option context is not copied when splitting a window 8.1.2185 syntax test fails 8.1.2186 cannot build without the +eval feature 8.1.2187 error for bad regexp even though regexp is not used 8.1.2188 build error for missing define 8.1.2189 syntax highlighting wrong for tab 8.1.2190 syntax test fails on Mac 8.1.2191 when using modifyOtherKeys CTRL-X mode may not work 8.1.2192 cannot easily fill the info popup asynchronously 8.1.2193 popup_setoptions(popup_getoptions()) does not work 8.1.2194 modifyOtherKeys is not enabled by default 8.1.2195 Vim does not exit when the terminal window is last window 8.1.2196 MS-Windows: running tests with MSVC lacks updates 8.1.2197 ExitPre autocommand may cause accessing freed memory 8.1.2198 crash when using :center in autocommand 8.1.2199 build failure when using normal features without GUI 8.1.2200 crash when memory allocation fails |
||
wiz
|
84e123ddd2 | Bump PKGREVISIONs for perl 5.30.0 | ||
bsiegert
|
7fb025fc60 |
Update vim to 8.1.0390.
Among other minor changes, this correctly detects the argument types for select, fixing PR port-sparc64/53296. |
||
wiz
|
93b46879c7 | Recursive bump for perl5-5.28.0 | ||
morr
|
8eb21b0f07 |
Update to newest patchset 8.0.0646.
Changes: 8.0.0426 insufficient testing for statusline 8.0.0427 'makeencoding' missing from the options window 8.0.0428 git and hg see new files after running tests 8.0.0429 (after 8.0.0428) options test does not always test everything 8.0.0430 (after 8.0.0429) options test fails or hangs on MS-Windows 8.0.0431 'cinoptions' cannot set indent for extern block 8.0.0432 "make shadow" creates an invalid link 8.0.0433 beeps when running tests 8.0.0434 clang version not correctly detected 8.0.0435 some functions are not tested 8.0.0436 running the options test sometimes resizes the terminal 8.0.0437 packadd test does not fully work 8.0.0438 the fnamemodify test may cause later tests to fail 8.0.0439 ":%argdel" gives an error for an empty arglist 8.0.0440 not enough test coverage in Insert mode 8.0.0441 dead code in #ifdef 8.0.0442 patch shell command not well escaped 8.0.0443 terminal width is set to 80 in test3 8.0.0444 (after 8.0.0442) diffpatch fails when file name has a quote 8.0.0445 getpgid is not supported on all systems 8.0.0446 the ";" command does not work after some characters 8.0.0447 getting font name does not work on X11 8.0.0448 some macros are in lower case 8.0.0449 (after 8.0.0448) part of fold patch accidentally included 8.0.0450 v:progpath is not reliably set 8.0.0451 some macros are in lower case 8.0.0452 some macros are in lower case 8.0.0453 adding fold marker creates new comment 8.0.0454 compiler warnings for "always true" comparison 8.0.0455 the mode test may hang 8.0.0456 typo in MinGW test makefile 8.0.0457 using :move messes up manual folds 8.0.0458 potential crash if adding list or dict to dict fails 8.0.0459 (after 8.0.0457) old folding fix for :move no longer needed 8.0.0460 can't build on HPUX 8.0.0461 (after 8.0.0457) test 45 hangs on MS-Windows 8.0.0462 failure of an MS-Windows test may go unnoticed 8.0.0463 side effects from resetting 'compatible' in defaults.vim 8.0.0464 can't find executable name on Solaris and FreeBSD 8.0.0465 off-by-one error in using :move with folding 8.0.0466 still macros that should be all-caps 8.0.0467 using g< after :for does not show the right output 8.0.0468 after aborting an Ex command g< does not work 8.0.0469 compiler warnings on MS-Windows 8.0.0470 not enough testing for help commands 8.0.0471 exit callback test sometimes fails 8.0.0472 when a test fails another test may also fail 8.0.0473 no test covering arg_all() 8.0.0474 the client-server feature is not tested 8.0.0475 not enough testing for the client-server feature 8.0.0476 (after 8.0.0475) missing change to main.c 8.0.0477 the client-server test may hang when failing 8.0.0478 tests use assert_true(0) and assert_false(1) to report errors 8.0.0479 remote_peek() is not tested 8.0.0480 the remote_peek() test fails on MS-Windows 8.0.0481 unnecessary if statement 8.0.0482 the setbufvar() function may mess up the window layout 8.0.0483 illegal memory access when using :all 8.0.0484 :lhelpgrep does not fail after a successful one 8.0.0485 not all windows commands are tested 8.0.0486 crash and endless loop when closing windows in autocmd 8.0.0487 the autocmd test hangs on MS-Windows 8.0.0488 running tests leaves an "xxx" file behind 8.0.0489 clipboard and "* register is not tested 8.0.0490 vertical split makes 'winfixwidth' window smaller 8.0.0491 quotestar test fails when features are missing 8.0.0492 a failing client-server request can make Vim hang 8.0.0493 crash with cd command with very long argument 8.0.0494 build failure with older compiler on MS-Windows 8.0.0495 quotestar test uses timer instead of timeout 8.0.0496 insufficient testing for folding 8.0.0497 arabic support is not fully tested 8.0.0498 two autocmd tests are skipped on MS-Windows 8.0.0499 taglist() does not prioritize tags for a buffer 8.0.0500 quotestar test is still a bit flaky 8.0.0501 on MS-Windows ":!start" does not work as expected 8.0.0502 Coverity complains about possible NULL pointer 8.0.0503 endless loop in updating folds with 32 bit ints 8.0.0504 looking up an Ex command is a bit slow 8.0.0505 failed window split for :stag not handled 8.0.0506 can't build with ANSI C 8.0.0507 client-server tests fail when $DISPLAY is not set 8.0.0508 Coveralls no longer shows per-file coverage 8.0.0509 no link to codecov.io results 8.0.0510 (after 8.0.0509) typo in link to codecov.io results 8.0.0511 message for skipping client-server tests is unclear 8.0.0512 check for available characters takes too long 8.0.0513 getting name of cleared highlight group is wrong 8.0.0514 script for creating cmdidxs can be improved 8.0.0515 ml_get errors in silent Ex mode 8.0.0516 a large count on a normal command causes trouble 8.0.0517 there is no way to remove quickfix lists 8.0.0518 bad fold text when a multi-byte char has a zero byte 8.0.0519 character classes are not well tested 8.0.0520 using a function pointer while the function is known 8.0.0521 GtkForm handling is outdated 8.0.0522 Win32: when 'clipboard' is "unnamed" yyp does not work 8.0.0523 dv} deletes part of a multi-byte character. 8.0.0524 (after 8.0.0518) folds messed up 8.0.0525 completion for user command argument not tested 8.0.0526 Coverity complains about possible negative value 8.0.0527 leftover file from RISC OS 8.0.0528 highlight wrong text when 'wim' includes "longest" 8.0.0529 line in test commented out 8.0.0530 buffer overflow when 'columns' is very big 8.0.0531 test with long directory name fails on non-unix systems 8.0.0532 test with long directory name fails on Mac 8.0.0533 abbreviation doesn't work after backspacing newline 8.0.0534 defaults.vim does not work well with tiny features 8.0.0535 memory leak when exiting from within a user function 8.0.0536 quickfix window not updated when freeing quickfix stack 8.0.0537 illegal memory access with :z and large count 8.0.0538 no test for falling back to default term value 8.0.0539 (after 8.0.0538) startup test fails on Mac 8.0.0540 (after 8.0.0540) building unit tests fails 8.0.0541 compiler warning on MS-Windows 8.0.0542 getpos() can return a negative line number 8.0.0543 test_edit causes older xfce4-terminal to close 8.0.0544 cppcheck warnings 8.0.0545 edit test may fail on some systems 8.0.0546 swap file exists briefly when opening the command window 8.0.0547 extra line break in verbosefile 8.0.0548 saving the redo buffer only works one time 8.0.0549 no test for the 8g8 command 8.0.0550 cannot parse some etags format tags file 8.0.0551 the typeahead buffer is reallocated too often 8.0.0552 toupper and tolower don't work properly for Turkish 8.0.0553 toupper/tolower test fails on Mac 8.0.0554 toupper and tolower don't work properly for Turkish 8.0.0555 toupper/tolower test fails on OSX without Darwin 8.0.0556 getting window position fails if GUI and term possible 8.0.0557 GTK: using static gravities is not useful 8.0.0558 :ownsyntax is not tested 8.0.0559 setting ttytype to xxx does not always fail 8.0.0560 :windo allows for ! but it's not supported 8.0.0561 undefined behavior when using backslash after empty line 8.0.0562 not enough test coverage for syntax commands 8.0.0563 crash when getting the window position in tmux 8.0.0564 cannot detect Bazel BUILD files on some systems 8.0.0565 using freed memory in :caddbuf 8.0.0566 setting nocompatible for the tiny version moves the cursor 8.0.0567 call for requesting color and ambiwidth is too early 8.0.0568 1gd may hang 8.0.0569 bracketed paste is still enabled in a shell command 8.0.0570 can't run make with several jobs 8.0.0571 negative line number when using :z^ in an empty buffer 8.0.0572 building the command table requires Perl 8.0.0573 running parallel make after distclean fails 8.0.0574 get only one quickfix list after :caddbuf 8.0.0575 using freed memory when resetting 'indentexpr' 8.0.0576 can't build when configure choses "install-sh" 8.0.0577 warning for uninitialized variable 8.0.0578 :simalt on MS-Windows does not work properly 8.0.0579 duplicate test case for quickfix 8.0.0580 cannot set the valid flag with setqflist() 8.0.0581 moving folded text is sometimes not correct 8.0.0582 illegal memory access with z= command 8.0.0583 fold test hangs on MS-Windows 8.0.0584 memory leak when executing quickfix tests 8.0.0585 test_options fails when run in the GUI 8.0.0586 no test for mapping timing out 8.0.0587 configure check for return value of tgetent skipped 8.0.0588 job_stop() often assumes the channel will be closed 8.0.0589 (after 8.0.0578) :simalt still does not work 8.0.0590 cannot add a context to locations 8.0.0591 changes to eval functionality not documented 8.0.0592 if a job writes to a buffer screen is not updated 8.0.0593 duplication of code for adding a list or dict return value 8.0.0594 (after 8.0.0592) build failure when windows feature is missing 8.0.0595 (after 8.0.0590) Coverity warning for not checking return val 8.0.0596 crash when complete() called after complete_add() 8.0.0597 off-by-one error in size computation 8.0.0598 building with gcc 7.1 yields new warnings 8.0.0599 diff mode is insufficiently tested 8.0.0600 test_recover fails on some systems 8.0.0601 no test coverage for :spellrepall 8.0.0602 when gF fails to edit the file the cursor still moves 8.0.0603 gF test fails on MS-Windows 8.0.0604 gF test still fails on MS-Windows 8.0.0605 the quickfix cached buffer may become invalid 8.0.0606 cannot set the context for a specified quickfix list 8.0.0607 after :bwipe + :new bufref might still be valid 8.0.0608 cannot manipulate other than the current quickfix list 8.0.0609 some people still don't know how to quit 8.0.0610 the screen is redrawn when default 'background' is detected 8.0.0611 the screen is not redrawn after sending t_u7 8.0.0612 pack dirs are added to 'runtimepath' too late 8.0.0613 the conf filetype is used before ftdetect from packages 8.0.0614 float2nr() is not exactly right 8.0.0615 using % with :hardcopy wrongly escapes spaces 8.0.0616 not always setting 'background' correctly after :hi Normal 8.0.0617 (after 8.0.0615) hardcopy test hangs on MS-Windows 8.0.0618 NFA regex engine handles [0-z] incorrectly 8.0.0619 GUI gets stuck if timer uses feedkeys() 8.0.0620 checking for HAVE_GTK_MULTIHEAD is not needed 8.0.0621 :stag does not respect 'switchbuf' 8.0.0622 selecting quoted text fails with 'selection' "exclusive" 8.0.0623 error for invalid regexp is not very informative 8.0.0624 (after 8.0.0623) warning for unused variable in tiny build 8.0.0625 shellescape() always escapes a newline 8.0.0626 in the GUI the cursor may flicker 8.0.0627 "gn" selects only one character with 'nowrapscan' 8.0.0628 cursor disappears after silent mapping 8.0.0629 checking for ambigous width is not working 8.0.0630 it is not easy to work on lines without a match 8.0.0631 can't build with Perl 5.26 8.0.0632 the quotestar test is still a bit flaky 8.0.0633 the client-server test is still a bit flaky 8.0.0634 cannot easily get to the last quickfix list 8.0.0635 when 'ignorecase' is set script detection is inaccurate 8.0.0636 when reading the undo file fails may use uninitialized data 8.0.0637 crash when using some version of GTK 3 8.0.0638 cannot build with new MSVC version 8.0.0639 the cursor position is set when editing a new commit message 8.0.0640 mismatch between help and actual message 8.0.0641 cannot set a separate highlighting for the quickfix line 8.0.0642 writefile() continues after detecting an error 8.0.0643 when a pattern search is slow Vim becomes unusable 8.0.0644 the timeout for 'hlsearch' is not tested 8.0.0645 no error for illegal back reference in NFA engine 8.0.0646 the hlsearch test fails on fast systems |
||
ryoon
|
17cfb59fe1 | Recursive revbump from lang/perl5 5.26.0 | ||
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 |
||
jperkin
|
a9d607fa34 | Move USE_LANGUAGES to Makefile.common, fixes non-share builds. | ||
jperkin
|
c8974b9b10 | Uses C99 (isinf). | ||
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
|
||
wiz
|
86a78fce2e | Bump PKGREVISION for perl-5.24. | ||
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 |
||
wiz
|
c7383780db |
Bump all packages that depend on curses.bui* or terminfo.bui* since they
might incur ncurses dependencies on some platforms, and ncurses just bumped its shlib. Some packages were bumped twice now, sorry for that. |
||
morr
|
4d95fb76f4 | Remove prefix option for lua. It prevents detecting default location of Lua. | ||
morr
|
f0339f1740 |
Add two patches from Ben Batha:
The first patch fixes the lua option, so that vim-share can build with lua support on platforms with lua in a non-default location. The second patch adds support for building luajit into vim-share. Thanks! |
||
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 |
||
wiz
|
0982effce2 |
Recursive PKGREVISION bump for all packages mentioning 'perl',
having a PKGNAME of p5-*, or depending such a package, for perl-5.22.0. |
||
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 |
||
wiz
|
7eeb51b534 |
Bump for perl-5.20.0.
Do it for all packages that * mention perl, or * have a directory name starting with p5-*, or * depend on a package starting with p5- like last time, for 5.18, where this didn't lead to complaints. Let me know if you have any this time. |
||
richard
|
5c0250929e |
'list_remove', being defined as well on SunOS under <sys/list.h>, causes
a 'conflicting types' error when building with perl, python and/or ruby. Affects the following files: eval.c, if_lua.c and if_py_both.c |
||
jperkin
|
d10899b195 | Needs a curses implementation. | ||
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 |
||
asau
|
fae34ba053 | Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. | ||
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 |
||
jmmv
|
4ba0d2e165 |
Skip interpreter checks for auxiliary files so that this package builds
again. I guess these files could be provided as a separate package that depended on perl and properly set their interpreter, but we can do this later. |
||
martti
|
ce128d8677 |
Updated editors/vim-share to 7.1.175
4691 7.1.162 crash when using a modifier before "while" or "for" 2367 7.1.163 warning for the unknown option 'bufsecret' 1576 7.1.164 reading past end of regexp pattern 5538 7.1.165 crash related to getting X window ID 2134 7.1.166 memory leak when using "gp" in Visual mode 2528 7.1.167 xxd crashes when using "xxd -b -c 110" 2989 7.1.168 (extra) Win32 GUI: when no focus click doesn't position cursor 1926 7.1.169 using uninitialized memory when system() fails 1722 7.1.170 overlapping arguments to strcpy() 2324 7.1.171 reading one byte before allocated memory. 1536 7.1.172 if 'buftype' is "acwrite" Vim still does overwrite check 1928 7.1.173 accessing freed memory when using "\%^" pattern 2197 7.1.174 writing NUL past end of a buffer 4722 7.1.175 <BS> doesn't work with some combination of option settings |
||
heinz
|
90546e1cf0 | Package supports installation to DESTDIR. | ||
martti
|
731c5bf53c |
Updated editors/vim-share to 7.0.168
4306 7.0.163 can't get the position of a sign over the netbeans interface 1518 7.0.164 ":redir @+" doesn't work 2284 7.0.165 using CTRL-L to add to a search pattern fails for some chars 1865 7.0.166 crash with cscope when a file descriptor is NULL 1942 7.0.167 can't redefine a function in a dictionary 2224 7.0.168 reading uninitialized memory and a memory leak in recovery |
||
ghen
|
7acb81c039 | Enable "ipfilter" syntax highlighting for ipf6.conf as well. Bump PKGREVISION. | ||
seb
|
86c87ac072 |
Pass CHECK_WRKREF check: do not let the path on the perl tool wrapper script
be embedded in the installed share/vim/vim70/tools/efm_perl.pl script; make this script interpreter be '${SETENV} perl' hence avoiding a run-time package dependency on perl. Approved by MAINTAINER. |
||
tonio
|
2ae0e84f8a |
Make sure vim-share do not link with X
Also avoid installing language manpages for xxd, to fix PLIST |
||
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". |
||
jlam
|
0e75430a3d |
INSTALL_MAKE_FLAGS doesn't append to MAKE_FLAGS, it replaces it. Make
sure that we preserve any other MAKE_FLAGS when setting INSTALL_MAKE_FLAGS. |
||
martti
|
939622cb0f | Fix pkglint -Wall warnings. | ||
martti
|
f4501668b1 | Make cscope support optional. PKGREVISION++ | ||
rillig
|
b71a1d488b |
Fixed pkglint warnings. The warnings are mostly quoting issues, for
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html |
||
martti
|
50b4f8f843 |
Updated vim to 6.3.079
1745 6.3.075 syntax highlighting wrong after unloading another buffer 3546 6.3.076 crash when using Cscope interface with very long result 1853 6.3.079 crash after executing a command in the command-line window |
||
kristerw
|
f7777ef46a |
Prevent paths to the build directories from being included in the package.
Bump PKGREVISION. |
||
jmmv
|
25b7894e13 |
Recognize the softdep, devmtime and nodevmtime options. Bump PKGREVISION to 1.
Patch from Geert Hendrickx in tech-pkg@. |
||
martti
|
3e49f01626 |
Updated editors/vim to 6.3.074 and fixed pkg/29979
2083 6.3.072 crash for substitute message when using UTF-8 and Chinese 2017 6.3.073 Win32 GUI: display errors when scrolling up/down 2365 6.3.074 with 'insertmode' CTRL-V after Select mode doesn't work |
||
jmmv
|
7e570f495a |
Apply patch to recognize NetBSD specific filesystems in fstab. Provided
by Geert Hendrickx in tech-pkg@. Bump PKGREVISION to 1 (and adjust DEPENDS lines in vim* to allow revisions). |
||
jmmv
|
c75010e99f |
Make nvi and vim* use the alternatives system to install wrappers for
bin/vi, bin/ex and bin/view. Bump their PKGREVISIONs. vim-kde is an exception because it currently installs programs with these names. So, as it's currently marked as vulnerable and as I don't have KDE installed ATM, I'm marking it as conflicting. |
||
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
|
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 |
||
martti
|
7547085046 |
Here it is folks, VIM 6.0! Changes since version 5.8:
----------------------------------------------------- The number of changes is huge. These are just the main new items: Folding - momentarily hide part of the text Vertically split windows - mixed with horizontal splits Diff mode - show and remove differences between files Easy Vim: click-and-type - for those who really don't like two modes User manual - learn to use Vim, reads like a book Flexible indenting - automatic indenting for any language Extended search patterns - more regexp power than you will need UTF-8 support - Unicode allows editing nearly all languages Multi-language support - translated messages and menus Plugin support - drop a script in a directory and you can use it Filetype plugins - an easy way to setup for editing a type of file File browser - browse directories, also on a terminal Editing files over a network - read and write a remote file directly command-line editing window - use any Vim command to edit an Ex command Debugging mode - debug your Vim functions and scripts Cursor in virtual position - edit tables and draw ASCII pictures Debugger interface - use Vim with Sun Visual Workshop Communication between Vims - let one Vim tell another Vim what to do Printing - print with syntax colors Quickfix extended - see error messages in a window and jump there Writing files improved - rename or copy to make a backup file Argument list - select groups of files to work on Restore a View - save the looks of a window and restore it later Color schemes - quickly switch between different color setups |
||
pooka
|
6a547d9a75 |
Update vim to 5.8
Changes since 5.7: * 74 new syntax files. * bugfixes * couple of security-related fixes * ctags is no longer distributed with vim |