pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/editors/vim-share



Module Name:    pkgsrc
Committed By:   morr
Date:           Mon Jun 17 22:18:02 UTC 2019

Modified Files:
        pkgsrc/editors/vim-share: PLIST distinfo version.mk

Log Message:
Update to newest patch 1566.

Changes:
8.1.1005  test fails because t_F2 is not set
8.1.1006  repeated code in quickfix support
8.1.1007  using closure may consume a lot of memory
8.1.1008  MS-Windows: HAVE_STDINT_H only defined for non-debug version
8.1.1009  MS-Windows: some text is not baseline aligned
8.1.1010  Lua interface leaks memory
8.1.1011  indent from autoindent not removed from blank line
8.1.1012  memory leak with E461
8.1.1013  MS-Windows: Scrolling fails when dividing the screen
8.1.1014  MS-Windows: /analyze only defined for non-debug version
8.1.1015  quickfix buffer shows up in list, can't get buffer number
8.1.1016  MS-Windows: No color in shell when using "!" in 'guioptions
8.1.1017  off-by-one error in filetype detection
8.1.1018  window cleared when entering Terminal-Normal twice
8.1.1019  Lua: may garbage collect function reference in use
8.1.1020  compiler warning for Python3 interface
8.1.1021  pyeval() and py3eval() leak memory
8.1.1022  may use NULL pointer when out of memory
8.1.1023  may use NULL pointer when indexing a blob
8.1.1024  stray log calls in terminal code
8.1.1025  checking NULL pointer after addition
8.1.1026  unused condition
8.1.1027  memory usage test sometimes fails
8.1.1028  MS-Windows: memory leak when creating terminal fails
8.1.1029  DirectWrite doesn't take 'linespace' into account
8.1.1030  quickfix function arguments are inconsistent
8.1.1031  memory usage test may still fail
8.1.1032  warnings from clang static analyzer
8.1.1033  memory usage test may still fail on some systems
8.1.1034  too many #ifdefs
8.1.1035  prop_remove() second argument is not optional
8.1.1036  quickfix function arguments are inconsistent
8.1.1037  memory usage test may still fail on some systems
8.1.1038  Arabic support excludes Farsi
8.1.1039  MS-Windows build fails
8.1.1040  FEAT_TAG_ANYWHITE is not enabled in any build
8.1.1041  test for Arabic no longer needed
8.1.1042  the paste test doesn't work properly in the Windows console
8.1.1043  Lua interface does not support Blob
8.1.1044  no way to check the reference count of objects
8.1.1045  E315 ml_get error when using Python and hidden buffer
8.1.1046  the "secure" variable is used inconsistently
8.1.1047  WINCH signal is not tested
8.1.1048  minor issues with tests
8.1.1049  when user tries to exit with CTRL-C message is confusing
8.1.1050  blank srceen when DirectWrite failed
8.1.1051  not all ways to switch terminal mode are tested
8.1.1052  test for CTRL-C message sometimes fails
8.1.1053  warning for missing return statement
8.1.1054  not checking return value of ga_grow()
8.1.1055  CTRL-G U in Insert mode doesn't work for shift-Left
8.1.1056  no eval function for Ruby
8.1.1057  nsis config is too complicated
8.1.1058  memory usage test may still fail on some systems
8.1.1059  MS-Windows: PlatformId() is called unnecessarily
8.1.1060  MS-Windows: get_cmd_args() is no longer needed
8.1.1061  when substitute string throws error, substitute happens anyway
8.1.1062  quickfix code is repeated
8.1.1063  insufficient testing for wildmenu completion
8.1.1064  no test for output conversion in the GTK GUI
8.1.1065  no test for using and deleting menu in the GUI
8.1.1066  VIMDLL isn't actually used
8.1.1067  issues added on github are unstructured
8.1.1068  cannot get all the information about current completion
8.1.1069  source README file doesn't look nice on github
8.1.1070  issue templates are not good enough
8.1.1071  cannot get composing characters from the screen
8.1.1072  extending sign and foldcolumn below the text is confusing
8.1.1073  space in number column is on wrong side with 'rightleft' set
8.1.1074  Python test doesn't wipe out hidden buffer
8.1.1075  function reference count wrong in Python code
8.1.1076  file for Insert mode is much too big
8.1.1077  reg_executing() is reset by calling input()
8.1.1078  when 'listchars' is set a composing char on a space is wrong
8.1.1079  no need for a separate ScreenLinesUtf8() test function
8.1.1080  when a screendump test fails, moving the file is a hassle
8.1.1081  MS-Windows: cannot use some fonts
8.1.1082  "Conceal" match is mixed up with 'hlsearch' match.
8.1.1083  MS-Windows: hang when opening a file on network share
8.1.1084  cannot delete a match from another window
8.1.1085  compiler warning for possibly uninitialized variable
8.1.1086  too many curly braces
8.1.1087  tag stack is incorrect after CTRL-T and then :tag
8.1.1088  height of quickfix window not retained with vertical split
8.1.1089  tutor does not check $LC_MESSAGES
8.1.1090  MS-Windows: modify_fname() has problems with some 'encoding'
8.1.1091  MS-Windows: cannot use multi-byte chars in environment var
8.1.1092  setting 'guifont' when maximized resizes the Vim window
8.1.1093  support for outdated tags format slows down tag parsing
8.1.1094  long line in tags file causes error
8.1.1095  MS-Windows: executable() fails on very long filename
8.1.1096  MS-Windows: cannot distinguish BS and CTRL-H
8.1.1097  Motif build fails
8.1.1098  quickfix code duplication
8.1.1099  the do_tag() function is too long
8.1.1100  tag file without trailing newline no longer works
8.1.1101  signals test may fail in the GUI
8.1.1102  Win32 exe file contains unused code
8.1.1103  MS-Windows: old API calls are no longer needed
8.1.1104  MS-Windows: not all environment variables can be used
8.1.1105  long escape sequences may be split up
8.1.1106  no test for 'writedelay'
8.1.1107  no test for 'visualbell'
8.1.1108  test for 'visualbell' doesn't work
8.1.1109  deleted file still in list of distributed files
8.1.1110  composing chars on space wrong when 'listchars' is set
8.1.1111  it is not easy to check for infinity
8.1.1112  duplicate code in quickfix file
8.1.1113  making an autocommand trigger once is not so easy
8.1.1114  confusing overloaded operator "." for string concatenation
8.1.1115  cannot build with older C compiler
8.1.1116  cannot enforce a Vim script style
8.1.1117  build failure without the +eval feature
8.1.1118  a couple of conditions are hard to understand
8.1.1119  no support for Windows on ARM64.
8.1.1120  cannot easily get directory entry matches
8.1.1121  test for term_gettitle() was disabled
8.1.1122  char2nr() does not handle composing characters
8.1.1123  no way to avoid filtering for autocomplete function
8.1.1124  insert completion flags are mixed up
8.1.1125  libvterm does not handle the window position report
8.1.1126  build failure with +terminal but without tgetent
8.1.1127  getwinpos() doesn't work in terminal on MS-Windows console
8.1.1128  getwinpos() test does not work on MS-Windows
8.1.1129  when making a new screendump test have to create the file
8.1.1130  MS-Windows: warning for unused variable
8.1.1131  getwinpos() does not work in the MS-Windows console
8.1.1132  getwinpos() test fails on MS-Windows
8.1.1133  compiler warning for uninitialized struct member
8.1.1134  buffer for quickfix window is reused for another file
8.1.1135  build failure for small version
8.1.1136  decoding of mouse click escape sequence is not tested
8.1.1137  xterm mouse wheel escape sequence is not tested
8.1.1138  plugins don't get notified when the popup menu changes
8.1.1139  no test for what is fixed in patch 8.1.0716
8.1.1140  not easy to find out what neighbors a window has
8.1.1141  terminal winpos test fails with very large terminal
8.1.1142  no test for dragging the window separators with the mouse
8.1.1143  may pass weird strings to file name expansion
8.1.1144  too strict checking of the 'spellfile' option
8.1.1145  compiler warning for unused function
8.1.1146  in MS-Windows console colors in a terminal window are wrong
8.1.1147  desktop file translations are requiring manual updates
8.1.1148  CTRL-L with 'incsearch' does not pick up char under cursor
8.1.1149  building desktop files fails with older msgfmt
8.1.1150  generating desktop files not tested on Travis
8.1.1151  build fails when using shadow directory
8.1.1152  compiler warning with VS2019
8.1.1153  msgfmt complains about missing LINGUAS file
8.1.1154  getting a newer msgfmt on Travis is too complicated
8.1.1155  termcodes tests can be improved
8.1.1156  Unicode emoji and other image characters not recognized
8.1.1157  Unicode tables are out of date
8.1.1158  json encoded string is sometimes missing the final NUL
8.1.1159  MS-Windows: with a silent (un)install $VIM/_vimrc is removed
8.1.1160  termcodes test would fail in a very big terminal
8.1.1161  unreachable code
8.1.1162  incorrect coverage information; typo in color name
8.1.1163  codecov does not report all the coverage information
8.1.1164  gettitle test is failing when server name differs
8.1.1165  no test for mouse clicks in the terminal tabpage line
8.1.1166  gettitle test can still fail when another Vim is running
8.1.1167  no test for closing tab by click in tabline
8.1.1168  not all screen update code of terminal is executed in tests
8.1.1169  writing coverage info in a separate dir is not needed
8.1.1170  terminal ANSI color test does not cover all colors
8.1.1171  statusline test could fail in large terminal
8.1.1172  cursor properties were not fully tested
8.1.1173  suspend test has duplicated lines
8.1.1174  cannot build with Ruby 1.8
8.1.1175  no test for dragging a tab and double click for new tab
8.1.1176  test for dragging a tab is flaky
8.1.1177  .ts files are recognized as xml, typescript is more common
8.1.1178  when mouse click tests fails value of 'ttytype' is unknown
8.1.1179  no test for mouse clicks in the fold column
8.1.1180  Vim script debugger tests are old style
8.1.1181  tests for mouse clicks are a bit flaky
8.1.1182  some function prototypes are outdated
8.1.1183  typos in VisVim comments
8.1.1184  undo file left behind after running test
8.1.1185  mapping for CTRL-X is inconsistent
8.1.1186  readdir() allocates list twice
8.1.1187  cannot recognize Pipfile
8.1.1188  not all Vim variables require the v: prefix
8.1.1189  mode is not cleared when leaving Insert mode
8.1.1190  has('vimscript-3') does not work
8.1.1191  not all debug commands are covered by a test
8.1.1192  mode is not cleared when leaving Insert mode with mapped Esc
8.1.1193  typos and small problems in test files
8.1.1194  typos and small problems in source files
8.1.1195  Vim script debugger functionality needs cleanup
8.1.1196  parallel build may fail
8.1.1197  when starting with multiple tabs file messages is confusing
8.1.1198  bracketed paste may remain active after Vim exists
8.1.1199  no test for :abclear
8.1.1200  old style comments in debugger source
8.1.1201  output of :command is hard to read
8.1.1202  always get regexp debugging logs when building with -DDEBUG
8.1.1203  some autocmd tests are old style
8.1.1204  output of :command with address completion is not nice
8.1.1205  a BufReadPre autocommand may cause the cursor to move
8.1.1206  user command parsing and listing not properly tested
8.1.1207  some compilers give warning messages
8.1.1208  links to repository use wrong file name
8.1.1209  clever compiler warns for buffer being too small
8.1.1210  support for user commands is spread out
8.1.1211  not all user command code is tested
8.1.1212  signal PWR is not tested
8.1.1213  "make clean" in top dir does not cleanup indent test output
8.1.1214  old style tests
8.1.1215  "make clean" does not remove generated src/po files
8.1.1216  mouse middle click is not tested
8.1.1217  MS-Windows: no space reserved for font quality name
8.1.1218  cannot set a directory for a tab page
8.1.1219  not checking for NULL return from alloc()
8.1.1220  build fails on MS-Windows
8.1.1221  filtering does not work when listing marks
8.1.1222  build still fails on MS-Windows
8.1.1223  middle mouse click test fails without a clipboard
8.1.1224  MS-Windows: cannot specify font weight
8.1.1225  cannot create a pty to use with :terminal on FreeBSD
8.1.1226  {not in Vi} remarks get in the way of useful help text
8.1.1227  duplicate entries in the generate .desktop files
8.1.1228  not possible to process tags with a function
8.1.1229  warning for posix_openpt() not declared
8.1.1230  a lot of code is shared between vim.exe and gvim.exe
8.1.1231  asking about existing swap file unnecessarily
8.1.1232  can't build on MS-Windows
8.1.1233  cannot build tiny version
8.1.1234  swap file test fails on MS-Windows
8.1.1235  compiler warnings for using STRLEN() value
8.1.1236  sjiscorr.c not found in shadow directory
8.1.1237  error for using "compl", reserved word in C++
8.1.1238  MS-Windows: compiler warning for sprintf() format
8.1.1239  key with byte sequence containing CSI does not work
8.1.1240  runtime desktop files are overwritten by build
8.1.1241  Ex command info contains confusing information
8.1.1242  no cmdline redraw when tabpages have different 'cmdheight'
8.1.1243  compiler warnings for incomplete switch statement
8.1.1244  no tests for CTRL-mouse-click
8.1.1245  ":copen 10" sets height in full-height window
8.1.1246  cannot handle negative mouse coordinate from urxvt
8.1.1247  urxvt mouse codes are not tested
8.1.1248  no test for dec mouse
8.1.1249  compiler warning for uninitialized variable
8.1.1250  no test for netterm mouse
8.1.1251  no test for completion of mapping keys
8.1.1252  not all mapping completion is tested
8.1.1253  mapping completion test fails
8.1.1254  mapping completion contains dead code
8.1.1255  building desktop files fails on FreeBSD
8.1.1256  cannot navigate through errors relative to the cursor
8.1.1257  MSVC: name of object directory now always right
8.1.1258  the "N files to edit" message can not be surpressed
8.1.1259  crash when exiting early
8.1.1260  comparing with pointer instead of value
8.1.1261  no error for quickfix commands with negative range
8.1.1262  cannot simulate a mouse click in a test
8.1.1263  mouse clicks in WinBar not tested
8.1.1264  crash when closing window from WinBar click
8.1.1265  when GPM mouse support is enabled double clicks do not work
8.1.1266  winbar test doesn't test enough
8.1.1267  cannot check if GPM mouse support is working
8.1.1268  map completion test fails in GUI
8.1.1269  MS-Windows GUI: multibyte chars with a 0x80 byte do not work
8.1.1270  cannot see current match position
8.1.1271  compiler warnings for use of STRNCPY()
8.1.1272  click on WinBar of other window not tested
8.1.1273  compiler warning in direct write code
8.1.1274  after :unmenu can still execute the menu with :emenu
8.1.1275  cannot navigate to errors before/after the cursor
8.1.1276  cannot combine text properties with syntax highlighting
8.1.1277  missing screenshot update
8.1.1278  missing change for "combine" field
8.1.1279  cannot set 'spellang' to "sr@latin"
8.1.1280  remarks about functionality not in Vi clutters the help
8.1.1281  cannot specify a count with :chistory
8.1.1282  running make in src/po leaves LINGUAS file behind
8.1.1283  delaying half a second after the top-bot message
8.1.1284  detecting *.tmpl as htmlcheetah is outdated
8.1.1285  test17 is old style
8.1.1286  running tests leaves XTest_tabpage_cmdheight file behind
8.1.1287  cannot build with +eval but without +mouse
8.1.1288  search stats don't show for mapped command
8.1.1289  may not have enough space to add "W" to search stats
8.1.1290  .hgignore and .gitignore are either distributed or in git
8.1.1291  not easy to change directory and restore
8.1.1292  invalid command line arguments not tested
8.1.1293  MSVC files are no longer useful
8.1.1294  MS-Windows: Some fonts return wrong average char width
8.1.1295  when vimrun.exe does not exist external command may fail
8.1.1296  crash when using invalid command line argument
8.1.1297  invalid argument test fails without GTK
8.1.1298  invalid argument test fails without X clipboard
8.1.1299  "extends" from 'listchars' is used when 'list' is off
8.1.1300  in a terminal 'ballooneval' does not work right away
8.1.1301  when compiled with VIMDLL some messages are not shown
8.1.1302  v:beval_text is not tested in Visual mode
8.1.1303  not possible to hide a balloon
8.1.1304  MS-Windows: compiler warning for unused value
8.1.1305  there is no easy way to manipulate environment variables
8.1.1306  Borland support is outdated and doesn't work
8.1.1307  cannot reconnect to the X server after it restarted
8.1.1308  the Normal highlight is not defined when compiled with GUI
8.1.1309  test for Normal highlight fails on MS-Windows GUI
8.1.1310  named function arguments are never optional
8.1.1311  aborting an autocmd with an exception is not tested
8.1.1312  Coverity warning for using uninitialized variable
8.1.1313  warnings for using localtime() and ctime()
8.1.1314  MSVC makefile is not nicely indented
8.1.1315  there is always a delay if a termrequest is never answered
8.1.1316  duplicated localtime() call
8.1.1317  output from Travis can be improved
8.1.1318  code for text changes is in a "misc" file
8.1.1319  computing function length name in many places
8.1.1320  it is not possible to track changes to a buffer
8.1.1321  no docs or tests for listener functions
8.1.1322  Cygwin makefile is not nicely indented
8.1.1323  'mouse' option is reset when using GPM mouse
8.1.1324  stray comma in VMS makefile
8.1.1325  cannot build with +eval but without +channel and +timers
8.1.1326  no test for listener with partial
8.1.1327  unnecessary scroll after horizontal split
8.1.1328  no test for listener with undo operation
8.1.1329  plans for popup window support are spread out
8.1.1330  using bold attribute in terminal changes the color
8.1.1331  test 29 is old style
8.1.1332  cannot flush listeners without redrawing, mix of changes
8.1.1333  text properties don't always move after changes
8.1.1334  when buffer is hidden "F" in 'shortmess' is not used
8.1.1335  listener callback is called after inserting text
8.1.1336  some eval functionality is not covered by tests
8.1.1337  get empty text prop when splitting line just after text prop
8.1.1338  hang when concealing the '>' shown for half of wide char
8.1.1339  installer needs to product name et al.
8.1.1340  attributes from 'cursorline' overwrite textprop
8.1.1341  text properties are lost when joining lines
8.1.1342  using freed memory when joining line with text property
8.1.1343  text properties not adjusted for Visual block mode delete
8.1.1344  Coverity complains about possibly using a NULL pointer
8.1.1345  stuck in sandbox with ":s/../\=Function/gn"
8.1.1346  error for Python exception does not show useful info
8.1.1347  fractional scroll position not restored after closing window
8.1.1348  running tests may cause the window to move
8.1.1349  if writing runs into conversion error backup file is deleted
8.1.1350  "W" for wrapping not shown when more than 99 matches
8.1.1351  text property wrong after :substitute
8.1.1352  undofile() reports wrong name
8.1.1353  undo test fails on Mac
8.1.1354  getting a list of text lines is clumsy
8.1.1355  obvious mistakes are accepted as valid expressions
8.1.1356  some text in heredoc assignment ends the text
8.1.1357  test 37 is old style
8.1.1358  cannot enter character with a CSI byte
8.1.1359  text property wrong after :substitute with backslash
8.1.1360  buffer left 'nomodifiable' after :substitute
8.1.1361  Python setuptools don't work with Python 3
8.1.1362  code and data in tests can be hard to read
8.1.1363  ":vert options" does not make a vertical split
8.1.1364  design for popup window support needs more details
8.1.1365  source command doesn't check for the sandbox
8.1.1366  using expressions in a modeline is unsafe
8.1.1367  can set 'modelineexpr' in modeline
8.1.1368  modeline test fails with python but without pythonhome
8.1.1369  get E484 when using system() during GUI startup
8.1.1370  not using the new github feature for donations
8.1.1371  cannot recover from a swap file
8.1.1372  when evaluating 'statusline' the current window is unknown
8.1.1373  "[p" in Visual mode puts in wrong line
8.1.1374  check for file changed triggers too often
8.1.1375  without "TS" in 'shortmess' get a hit-enter prompt often
8.1.1376  warnings for size_t/int mixups
8.1.1377  MS-Windows GUI uses wrong shell command for bash
8.1.1378  delete() can not handle a file name that looks like a pattern
8.1.1379  filechanged test hangs
8.1.1380  MS-Windows building VIMDLL with MSVC: SUBSYSTEM is not set
8.1.1381  MS-Windows: missing build dependency
8.1.1382  error when editing test file
8.1.1383  warning for size_t/int mixup
8.1.1384  using "int" for alloc() often results in compiler warnings
8.1.1385  signed/unsigned compiler warning
8.1.1386  unessesary type casts for lalloc()
8.1.1387  calling prop_add() in an empty buffer doesn't work
8.1.1388  errors when calling prop_remove() for an unloaded buffer
8.1.1389  changes are not flushed when end and start overlap
8.1.1390  search stats are off when using count or offset
8.1.1391  no popup window support
8.1.1392  build failure in tiny version
8.1.1393  unnecessary type casts
8.1.1394  not restoring t_F2 in registers test
8.1.1395  saving for undo may access invalid memory
8.1.1396  'wincolor' does not apply to lines below the buffer
8.1.1397  build fails in tiny version
8.1.1398  duplicate line in MSVC build file
8.1.1399  popup windows not adjusted when switching tabs
8.1.1400  using global pointer for tab-local popups is clumsy
8.1.1401  misspelled mkspellmem as makespellmem
8.1.1402  "timer" option of popup windows not supported
8.1.1403  cannot build without the timer feature
8.1.1404  cannot change the patch level when building with NSIS
8.1.1405  "highlight" option of popup windows not supported
8.1.1406  popup_hide() and popup_show() not implemented yet
8.1.1407  popup_create() does not support text properties
8.1.1408  PFL_HIDDEN conflicts with system header file
8.1.1409  Coverity warns for using uninitialized memory
8.1.1410  popup_move() is not implemented yet
8.1.1411  Coverity warns for divide by zero
8.1.1412  test 30 is old style
8.1.1413  error when the drive of the swap file was disconnected
8.1.1414  alloc() returning "char_u *" causes a lot of type casts
8.1.1415  build error in MS-Windows GUI
8.1.1416  popup_getposition() not implemented yet
8.1.1417  MS-Windows: resolve() does not resolve all components of path
8.1.1418  win_execute() is not implemented yet
8.1.1419  listener callbacks may be called recursively
8.1.1420  popup window size only uses first line length
8.1.1421  drawing "~" line in popup window
8.1.1422  popup_getoptions() not implemented yet
8.1.1423  popup windows use options from current window and buffer
8.1.1424  crash when popup menu is deleted while waiting for char
8.1.1425  win_execute() does not set window pointers properly
8.1.1426  no test for syntax highlight in popup window
8.1.1427  popup window screenshot test fails
8.1.1428  popup_atcursor() not implemented yet
8.1.1429  "pos" option of popup window not supported yet
8.1.1430  popup window option "wrap" not supported
8.1.1431  popup window listed as "Scratch"
8.1.1432  can't build with eval feature
8.1.1433  win_execute() may leave popup window focused
8.1.1434  test 3 is old style
8.1.1435  memory usage test is a bit too flaky
8.1.1436  writefile test fails when run under /tmp
8.1.1437  code to handle callbacks is duplicated
8.1.1438  some commands cause trouble in a popup window
8.1.1439  json_encode() is very slow for large results
8.1.1440  win_execute() test fails
8.1.1441  popup window filter not yet implemented
8.1.1442  popup windows not considered when the Vim window is resized
8.1.1443  popup window padding and border not implemented yet
8.1.1444  not using double line characters for popup border
8.1.1445  popup window border highlight not implemented yet
8.1.1446  popup window callback not implemented yet
8.1.1447  not allowed to create an empty popup
8.1.1448  statusline is sometimes drawn on top of popup
8.1.1449  popup text truncated at end of screen
8.1.1450  popup window positioning wrong when using padding or borders
8.1.1451  CTRL-L does not clear screen with a popup window
8.1.1452  line and col property of popup windows not properly checked
8.1.1453  popup window "moved" property not implemented yet
8.1.1454  build failure without the conceal feature
8.1.1455  popup_atcursor() not completely implemented
8.1.1456  WinBar not redrawn after scrolling one line
8.1.1457  cannot reuse a buffer when loading a screen dump
8.1.1458  crash when using gtags
8.1.1459  popup window border looks bad when 'ambiwidth' is "double"
8.1.1460  popup window border characters may be wrong
8.1.1461  tests do not run or are not reliable on some systems
8.1.1462  MS-Windows: using special character requires quoting
8.1.1463  gcc warns for uninitialized variable
8.1.1464  only 4-digit rgb termresponse is recognized
8.1.1465  allocating wrong amount of memory
8.1.1466  not updating priority on existing sign
8.1.1467  cscope test fails
8.1.1468  the generated desktop files may be invalid
8.1.1469  no test for checking the cursor style response
8.1.1470  new Unicode character U32FF missing from double-width table
8.1.1471  'background' not correctly set for 2-digit rgb termresponse
8.1.1472  add_termcap_entry() is not tested
8.1.1473  new resolve() implementation causes problem for plugins
8.1.1474  'ttybuiltin' is not tested
8.1.1475  search string not displayed when 'rightleft' is set
8.1.1476  no statistics displayed after running tests
8.1.1477  test summary fails in the tiny version
8.1.1478  still an error when running tests with the tiny version
8.1.1479  change included for debugging only
8.1.1480  desktop file check doesn't run on CI
8.1.1481  length for two-digit rgb termresponse is off by one
8.1.1482  no test for wincol() depending on the 'number' option
8.1.1483  skipped tests are not properly listed
8.1.1484  some tests are slow
8.1.1485  double free when garbage_collect() is used in autocommand
8.1.1486  a listener change is merged even when it adds a line
8.1.1487  older msgfmt cannot generate proper .desktop file
8.1.1488  summary of tests has incorrect failed count
8.1.1489  sign order wrong when priority was changed
8.1.1490  when a single test fails the exit code is not set
8.1.1491  when skipping over code a function call may cause trouble
8.1.1492  MS-Windows: when "!" is in 'guioptions' ":!start" fails
8.1.1493  redrawing with popups is slow and causes flicker
8.1.1494  build failure
8.1.1495  memory access error
8.1.1496  popup window height is not recomputed
8.1.1497  accessing memory beyond allocated space
8.1.1498  ":write" increments b:changedtick even though nothing changed
8.1.1499  ruler not updated after popup window was removed
8.1.1500  wrong shell command when building with VIMDLL and "!" in 'go'
8.1.1501  new behavior of b:changedtick not tested
8.1.1502  cannot play any sound
8.1.1503  sound test fails on Travis
8.1.1504  sound test still fails on Travis
8.1.1505  running "make clean" twice gives errors
8.1.1506  syntax error in Travis config
8.1.1507  sound test still fails on Travis
8.1.1508  sound keeps failing on Travis
8.1.1509  cmdline_row can become negative, causing a crash
8.1.1510  a plugin cannot easily expand a command like done internally
8.1.1511  matches in a popup window are not displayed properly
8.1.1512  ch_evalexpr() hangs when used recursively
8.1.1513  all popup functionality is in functions, except :popupclear
8.1.1514  MS-Windows: wrong shell command with ! in 'guioptions'
8.1.1515  memory leak reported for sound when build with EXITFREE
8.1.1516  time reported for a test measured wrong
8.1.1517  when a popup changes all windows are redrawn
8.1.1518  crash when setting 'columns' while a popup is visible
8.1.1519  'backupskip' may contain duplicates
8.1.1520  popup windows are ignored when dealing with mouse position
8.1.1521  when a popup window is closed the buffer remains
8.1.1522  poup_notification() not implemented yet
8.1.1523  cannot show range of buffer lines in popup window
8.1.1524  tests are silently skipped
8.1.1525  cannot move a popup window with the mouse
8.1.1526  no numerical value for the patchlevel
8.1.1527  when moving popup window over the cmdline it is not redrawn
8.1.1528  popup_any_visible() is unused
8.1.1529  libcanberra is linked with even when not used
8.1.1530  Travis config is not optimal
8.1.1531  clipboard type name is inconsistent
8.1.1532  build fails
8.1.1533  GUI build fails on Mac
8.1.1534  modeless selection in popup window selects too much
8.1.1535  popup select test fails on Mac
8.1.1536  popup select test still fails on Mac
8.1.1537  using "tab" for popup window can be confusing
8.1.1538  cannot specify highlighting for notifications
8.1.1539  not easy to define a variable and lock it
8.1.1540  cannot build without the +eval feature
8.1.1541  check for ASAN is not reliable
8.1.1542  an OptionSet autocommand does not get enough info
8.1.1543  const test fails with small features
8.1.1544  some balloon tests don't run when they can
8.1.1545  when the screen is to small there is no message about that
8.1.1546  in some tests 'tags' is set but not restored
8.1.1547  functionality of bt_nofile() is confusing
8.1.1548  popup_dialog() is not implemented
8.1.1549  quickfix test fails
8.1.1550  when a popup has left padding text may be cut off
8.1.1551  warning for shadowing popup_dragwin
8.1.1552  cursor position is wrong after sign column changes
8.1.1553  not easy to change the text in a popup window
8.1.1554  docs and tests for :const can be improved
8.1.1555  NOT_IN_POPUP_WINDOW is confusing
8.1.1556  command for failing screenshot does not include directory
8.1.1557  compiler warning for unused variables in tiny version
8.1.1558  popup_menu() and popup_filter_menu() are not implemented yet
8.1.1559  popup window title property not implemented yet
8.1.1560  popup window hidden option not implemented yet
8.1.1561  popup_setoptions() is not implemented yet
8.1.1562  popup window not always redrawn after popup_setoptions()
8.1.1563  crash when using closures
8.1.1564  sign column takes up space
8.1.1565  MS-Windows: no sound support
8.1.1566  error message when terminal closes in another tab


To generate a diff of this commit:
cvs rdiff -u -r1.45 -r1.46 pkgsrc/editors/vim-share/PLIST
cvs rdiff -u -r1.180 -r1.181 pkgsrc/editors/vim-share/distinfo
cvs rdiff -u -r1.122 -r1.123 pkgsrc/editors/vim-share/version.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/editors/vim-share/PLIST
diff -u pkgsrc/editors/vim-share/PLIST:1.45 pkgsrc/editors/vim-share/PLIST:1.46
--- pkgsrc/editors/vim-share/PLIST:1.45 Sun Mar 10 18:45:45 2019
+++ pkgsrc/editors/vim-share/PLIST      Mon Jun 17 22:18:02 2019
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.45 2019/03/10 18:45:45 morr Exp $
+@comment $NetBSD: PLIST,v 1.46 2019/06/17 22:18:02 morr Exp $
 bin/xxd
 man/man1/evim.1
 man/man1/vim.1
@@ -213,6 +213,7 @@ share/vim/${VIM_SUBDIR}/doc/pi_spec.txt
 share/vim/${VIM_SUBDIR}/doc/pi_tar.txt
 share/vim/${VIM_SUBDIR}/doc/pi_vimball.txt
 share/vim/${VIM_SUBDIR}/doc/pi_zip.txt
+share/vim/${VIM_SUBDIR}/doc/popup.txt
 share/vim/${VIM_SUBDIR}/doc/print.txt
 share/vim/${VIM_SUBDIR}/doc/quickfix.txt
 share/vim/${VIM_SUBDIR}/doc/quickref.txt
@@ -417,6 +418,7 @@ share/vim/${VIM_SUBDIR}/ftplugin/muttrc.
 share/vim/${VIM_SUBDIR}/ftplugin/nanorc.vim
 share/vim/${VIM_SUBDIR}/ftplugin/neomuttrc.vim
 share/vim/${VIM_SUBDIR}/ftplugin/netrc.vim
+share/vim/${VIM_SUBDIR}/ftplugin/nroff.vim
 share/vim/${VIM_SUBDIR}/ftplugin/nsis.vim
 share/vim/${VIM_SUBDIR}/ftplugin/objc.vim
 share/vim/${VIM_SUBDIR}/ftplugin/ocaml.vim
@@ -618,6 +620,7 @@ share/vim/${VIM_SUBDIR}/indent/tex.vim
 share/vim/${VIM_SUBDIR}/indent/tf.vim
 share/vim/${VIM_SUBDIR}/indent/tilde.vim
 share/vim/${VIM_SUBDIR}/indent/treetop.vim
+share/vim/${VIM_SUBDIR}/indent/typescript.vim
 share/vim/${VIM_SUBDIR}/indent/vb.vim
 share/vim/${VIM_SUBDIR}/indent/verilog.vim
 share/vim/${VIM_SUBDIR}/indent/vhdl.vim
@@ -1259,6 +1262,7 @@ share/vim/${VIM_SUBDIR}/syntax/taskedit.
 share/vim/${VIM_SUBDIR}/syntax/tasm.vim
 share/vim/${VIM_SUBDIR}/syntax/tcl.vim
 share/vim/${VIM_SUBDIR}/syntax/tcsh.vim
+share/vim/${VIM_SUBDIR}/syntax/template.vim
 share/vim/${VIM_SUBDIR}/syntax/teraterm.vim
 share/vim/${VIM_SUBDIR}/syntax/terminfo.vim
 share/vim/${VIM_SUBDIR}/syntax/tex.vim
@@ -1280,6 +1284,7 @@ share/vim/${VIM_SUBDIR}/syntax/tssop.vim
 share/vim/${VIM_SUBDIR}/syntax/tt2.vim
 share/vim/${VIM_SUBDIR}/syntax/tt2html.vim
 share/vim/${VIM_SUBDIR}/syntax/tt2js.vim
+share/vim/${VIM_SUBDIR}/syntax/typescript.vim
 share/vim/${VIM_SUBDIR}/syntax/uc.vim
 share/vim/${VIM_SUBDIR}/syntax/udevconf.vim
 share/vim/${VIM_SUBDIR}/syntax/udevperm.vim
@@ -1398,6 +1403,7 @@ share/vim/${VIM_SUBDIR}/tutor/tutor.it.u
 share/vim/${VIM_SUBDIR}/tutor/tutor.ja.euc
 share/vim/${VIM_SUBDIR}/tutor/tutor.ja.sjis
 share/vim/${VIM_SUBDIR}/tutor/tutor.ja.utf-8
+share/vim/${VIM_SUBDIR}/tutor/tutor.ko
 share/vim/${VIM_SUBDIR}/tutor/tutor.ko.euc
 share/vim/${VIM_SUBDIR}/tutor/tutor.ko.utf-8
 share/vim/${VIM_SUBDIR}/tutor/tutor.lv.utf-8

Index: pkgsrc/editors/vim-share/distinfo
diff -u pkgsrc/editors/vim-share/distinfo:1.180 pkgsrc/editors/vim-share/distinfo:1.181
--- pkgsrc/editors/vim-share/distinfo:1.180     Sun Mar 10 18:45:45 2019
+++ pkgsrc/editors/vim-share/distinfo   Mon Jun 17 22:18:02 2019
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.180 2019/03/10 18:45:45 morr Exp $
+$NetBSD: distinfo,v 1.181 2019/06/17 22:18:02 morr Exp $
 
-SHA1 (vim-8.1.1004.tar.gz) = 1246e08c9448cbf9e8fc3ba5a8ab5e548e058901
-RMD160 (vim-8.1.1004.tar.gz) = cab4a8cb2eb6990a4a9735d112db40df2d93c3cf
-SHA512 (vim-8.1.1004.tar.gz) = 71c7b5f01b3a9d0f7e35e892f4c251d80f69e22bce4aa4752f9f170c61e9dc4f75a097d6346608c656840cbf764e234ac04f6a6f64be1bfa293ed57671ed463d
-Size (vim-8.1.1004.tar.gz) = 14065382 bytes
+SHA1 (vim-8.1.1566.tar.gz) = 683b04590b8e3196a4ed1db7cde5a48b2b4a6508
+RMD160 (vim-8.1.1566.tar.gz) = 5519d8958b7e2217d543c6acfff519911fc1d0c8
+SHA512 (vim-8.1.1566.tar.gz) = 74a7fa46b4f439bbc856f152893b4021c9bc891fe396db3eb94881d7be658edf2328799c1f8bb25549763cdd4a69ebdfb22ccf6b203535641b26695a480263fb
+Size (vim-8.1.1566.tar.gz) = 14375375 bytes
 SHA1 (patch-Makefile) = 52d05da11e8b0c2ab90310e178032124033887f4
 SHA1 (patch-auto_configure) = 6517ff23cb337f2fb3874f818d5a50861942aca9
 SHA1 (patch-configure) = 4514af45a71309dabfecb8aae019fdc2e36e45b6

Index: pkgsrc/editors/vim-share/version.mk
diff -u pkgsrc/editors/vim-share/version.mk:1.122 pkgsrc/editors/vim-share/version.mk:1.123
--- pkgsrc/editors/vim-share/version.mk:1.122   Sun Mar 10 18:45:45 2019
+++ pkgsrc/editors/vim-share/version.mk Mon Jun 17 22:18:02 2019
@@ -1,7 +1,7 @@
-# $NetBSD: version.mk,v 1.122 2019/03/10 18:45:45 morr Exp $
+# $NetBSD: version.mk,v 1.123 2019/06/17 22:18:02 morr Exp $
 
 VIM_VERSION=           8.1
-VIM_PATCHLEVEL=                1004
+VIM_PATCHLEVEL=                1566
 # Changelog: see http://ftp.vim.org/pub/vim/patches/8.1/
 VIM_SUBDIR=            vim81
 



Home | Main Index | Thread Index | Old Index