Subject: CVS commit: pkgsrc/editors/vim-share
From: Daniel Horecki
Date: 2020-09-19 01:55:51
Message id: 20200918235551.C5096FB28@cvs.NetBSD.org

Log Message:
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

Files:
RevisionActionfile
1.55modifypkgsrc/editors/vim-share/Makefile
1.52modifypkgsrc/editors/vim-share/PLIST
1.187modifypkgsrc/editors/vim-share/distinfo
1.129modifypkgsrc/editors/vim-share/version.mk