Commit graph

264 commits

Author SHA1 Message Date
morr
63950e969f Update to version 8.2.1033.
Changes:
8.2.0684  Vim9: memory leak when using lambda
8.2.0685  Build failure
8.2.0686  formatoptions not sufficiently tested
8.2.0687  some tests do not work on FreeBSD
8.2.0688  output clobbered if setting 'verbose' to see shell commands
8.2.0689  when using getaddrinfo() the error message is unclear
8.2.0690  line number of option set by modeline is wrong
8.2.0691  startup test fails
8.2.0692  startup test fails on MS-Windows
8.2.0693  closure using argument not tested
8.2.0694  Haiku: channel and terminal do not work
8.2.0695  Vim9: cannot define a function inside a function
8.2.0696  Vim9: nested function does not work properly
8.2.0697  Vim9: memory leak when using nested function
8.2.0698  insert mode completion not fully tested
8.2.0699  Vim9: not all errors tested
8.2.0700  Vim9: converting error message to exception not tested
8.2.0701  Vim9 test fails without job feature
8.2.0702  running channel tests may leave running process behind
8.2.0703  Vim9: closure cannot store value in outer context
8.2.0704  Vim9: memory leak in disassemble test
8.2.0705  indent tests don't run on CI for FreeBSD
8.2.0706  Vim9: using assert_fails() causes function to finish
8.2.0707  Vim9 function test fails
8.2.0708  Vim9: constant expressions are not simplified
8.2.0709  MS-Windows: compiler warning for int vs size_t
8.2.0710  Netbeans test sometimes fails
8.2.0711  temp directory might be cleared
8.2.0712  various code not fully tested
8.2.0713  the pam_environment file is not recognized
8.2.0714  Vim9: handling constant expression does not scale
8.2.0715  Vim9: leaking memory
8.2.0716  Vim9: another memory leak
8.2.0717  Vim9: postponed constant expressions does not scale
8.2.0718  gcc warning for returning pointer to local variable
8.2.0719  Vim9: more expressions can be evaluated at compile time
8.2.0720  occasional exit when encountering an X error
8.2.0721  Vim9: leaking memory when skipping
8.2.0722  Vim9: not handling constant expression for elseif
8.2.0723  Vim9: nested constant expression not evaluated compile time
8.2.0724  Vim9: appending to buffer/window/tab variable not tested
8.2.0725  Vim9: cannot call a function declared later in Vim9 script
8.2.0726  Vim9: leaking memory when calling not compiled :def function
8.2.0727  MS-Windows: new gcc compiler does not support scanf format
8.2.0728  messages about a deadly signal are not left aligned
8.2.0729  Vim9: When reloading a script variables are not cleared
8.2.0730  Vim9: Assignment to dict member does not work
8.2.0731  Vim9: parsing declarations continues after :finish
8.2.0732  Vim9: storing value in dict messes up stack
8.2.0733  Vim9: assigning to dict or list argument does not work
8.2.0734  Vim9: leaking memory when using :finish
8.2.0735  Vim9: using unitialized memory
8.2.0736  some files not recognized as pamenv
8.2.0737  when shell doesn't support CTRL-Z Vim still handles it
8.2.0738  mouse handling in a terminal window not well tested
8.2.0739  incomplete profiling when exiting because of a deadly signal
8.2.0740  minor message mistakes
8.2.0741  Python tests fail because of changed message
8.2.0742  handling of a TERM signal not tested
8.2.0743  can move to another buffer from a terminal in popup window
8.2.0744  the name vim is not capitalized in a message
8.2.0745  crash on exit when not all popups are closed
8.2.0746  popup_clear() hangs when a popup can't be closed
8.2.0747  cannot forcefully close all popups
8.2.0748  cannot get a list of all popups
8.2.0749  TERM signal test fails on FreeBSD
8.2.0750  netbeans test is a bit flaky
8.2.0751  Vim9: performance can be improved
8.2.0752  terminal in popup window test is a bit flaky
8.2.0753  Vim9: expressions are evaluated in the discovery phase
8.2.0754  Vim9: No test for forward declaration
8.2.0755  Vim9: No error when variable initializer is not a constant
8.2.0756  MS-Windows: still a compiler warning
8.2.0757  Vim9: no test for MEMBER instruction
8.2.0758  Vim9: no test for STORELIST and STOREDICT
8.2.0759  Vim9: missing changes for performance improvements
8.2.0760  Vim9: dict member errors not tested
8.2.0761  Vim9: instructions not tested
8.2.0762  buffer is not considered modified after setting crypt key
8.2.0763  GUI test fails without the terminal feature
8.2.0764  Vim9: assigning to option not fully tested
8.2.0765  In the GUI can't use all the modifiers.
8.2.0766  display error when using 'number' and 'breakindent'
8.2.0767  modifyOtherKeys active when using a shell command in autocmd
8.2.0768  Vim9: memory leak in script test
8.2.0769  VimLeavePre not triggered when Vim is terminated
8.2.0770  cannot map CTRL-B when using the GUI
8.2.0771  Vim9: cannot call a compiled closure from not compiled code
8.2.0772  Vim9: some variable initializations not tested
8.2.0773  switching to raw mode every time ":" is used
8.2.0774  t_TI and t_TE are output when using 'visualbell'
8.2.0775  not easy to call a Vim function from Lua
8.2.0776  libvterm code lags behind the upstream version
8.2.0777  terminal test fails
8.2.0778  libvterm code lags behind the upstream version
8.2.0779  tmode_T not used everywhere
8.2.0780  libvterm code lags behind the upstream version
8.2.0781  compiler warning for not using value in Lua
8.2.0782  cannot build with Lua on MS-Windows
8.2.0783  libvterm code lags behind the upstream version
8.2.0784  libvterm code lags behind the upstream version
8.2.0785  libvterm code lags behind the upstream version
8.2.0786  channel test is flaky on FreeBSD
8.2.0787  libvterm code lags behind the upstream version
8.2.0788  memory leak in libvterm
8.2.0789  Vim9: expression testing lost coverage using constants
8.2.0790  Vim9: list index not well tested
8.2.0791  a second popup window with terminal causes trouble
8.2.0792  build failure with small features
8.2.0793  MS-Windows: cannot build GUI with small features
8.2.0794  libvterm code lags behind the upstream version
8.2.0795  libvterm code lags behind the upstream version
8.2.0796  MS-Windows: compiler can't handle C99 construct in libvterm
8.2.0797  MS-Windows: compiler still can't handle C99 construct
8.2.0798  libvterm code lags behind the upstream version
8.2.0799  build fails if snprintf is not available
8.2.0800  errors from failing test are unclear
8.2.0801  terminal test fails on Mac
8.2.0802  libvterm code lags behind the upstream version
8.2.0803  libvterm code lags behind the upstream version
8.2.0804  libvterm code lags behind the upstream version
8.2.0805  terminal key codes test fails on some systems
8.2.0806  using "func!" after vim9script gives confusing error
8.2.0807  cannot easily restore a mapping
8.2.0808  not enough testing for the terminal window
8.2.0809  build failure with small features
8.2.0810  error when appending "tagfile" to 'wildoptions'
8.2.0811  terminal keycode test is flaky
8.2.0812  mapset() does not properly handle <> notation
8.2.0813  libvterm code is slightly different from upstream
8.2.0814  clang warning for implicit conversion
8.2.0815  maparg() does not provide enough information for mapset()
8.2.0816  terminal test fails when compiled with Athena
8.2.0817  not enough memory allocated when converting string
8.2.0818  Vim9: using a discovery phase doesn't work well
8.2.0819  compiler warning for unused variable
8.2.0820  Vim9: function type isn't set until compiled
8.2.0821  Vim9: memory leak in expr test
8.2.0822  Vim9: code left over from discovery phase
8.2.0823  Vim9: script reload test is disabled
8.2.0824  still not enough memory allocated when converting string
8.2.0825  def_function() may return pointer that was freed
8.2.0826  Vim9: crash in :defcompile
8.2.0827  Vim9: crash in :defcompile
8.2.0828  Travis: regexp patttern doesn't work everywhere
8.2.0829  filter() may give misleading error message
8.2.0830  Motif: can't map "!"
8.2.0831  compiler warnings for integer sizes
8.2.0832  compiler warning for uninitialized variable
8.2.0833  mapping <C-bslash> doesn't work in the GUI
8.2.0834  :drop command in terminal popup causes problems
8.2.0835  Motif: mapping <C-bslash> still doesn't work
8.2.0836  not all :cdo output is visible
8.2.0837  compiler warning for value set but not used
8.2.0838  MS-Windows: compiler warning for uninitialized variables
8.2.0839  dropping modifier when putting a character back in typeahead
8.2.0840  search match count wrong when only match is in fold
8.2.0841  'verbose' value 16 causes duplicate output
8.2.0842  MS-Windows: channel tests fail
8.2.0843  filetype elm not detected
8.2.0844  text properties crossing lines not handled correctly
8.2.0845  text properties crossing lines not handled correctly
8.2.0846  build failure with small features
8.2.0847  typval related code is spread out
8.2.0848  MS-Windows: the Windows terminal code has some flaws
8.2.0849  BeOS code is not maintained and probably unused
8.2.0850  MS-Windows: exepath() works different from cmd.exe
8.2.0851  can't distinguish <M-a> from accented "a" in the GUI
8.2.0852  cannot map CTRL-S on some systems
8.2.0853  ml_delete() often called with FALSE argument
8.2.0854  xxd cannot show offset as a decimal number
8.2.0855  GUI tests fail because the test doesn't use a modifier
8.2.0856  CTRL-S stops output
8.2.0857  GTK cell height can be a pixel too much
8.2.0858  not easy to require Lua modules
8.2.0859  no Turkish translation of the manual
8.2.0860  cannot use CTRL-A and CTRL-X on unsigned numbers
8.2.0861  cannot easily get all the current marks
8.2.0862  ":term ++curwin" makes the current buffer hidden
8.2.0863  cannot set a separate color for underline/undercurl
8.2.0864  pragmas are indented all the way to the left
8.2.0865  syntax foldlevel is taken from the start of the line
8.2.0866  not enough tests for buffer writing
8.2.0867  using \{xxx} for encoding a modifier is not nice
8.2.0868  trim() always trims both ends
8.2.0869  it is not possible to customize the quickfix window contents
8.2.0870  MS-Windows: Control keys don't work in the GUI
8.2.0871  cannot use getmarklist() as a method
8.2.0872  XIM code is mixed with multi-byte code
8.2.0873  a .jl file can be sawfish (lisp) or Julia
8.2.0874  signals test is a bit flaky
8.2.0875  getting attributes for directory entries is slow
8.2.0876  :pwd does not give a hint about the scope of the directory
8.2.0877  cannot get the search statistics
8.2.0878  no reduce() function
8.2.0879  compiler warning for unused function argument
8.2.0880  leaking memory when using searchcount()
8.2.0881  compiler warning for argument type
8.2.0882  leaking memory when using reduce()
8.2.0883  memory leak in test 49
8.2.0884  searchcount() test fails on slower systems
8.2.0885  "make shadow" does not link new lua test dir
8.2.0886  cannot use octal numbers in scriptversion 4
8.2.0887  searchcount().exact_match is 1 right after a match
8.2.0888  readdirex() returns size -2 for a directory
8.2.0889  using old style comments
8.2.0890  no color in terminal window when 'termguicolor' is set
8.2.0891  clang warns for invalid conversion
8.2.0892  ubsan warns for undefined behavior
8.2.0893  assert_equalfile() does not take a third argument
8.2.0894  :mkspell can take very long if the word count is high
8.2.0895  :mkspell output does not mention the tree type
8.2.0896  crash when calling searchcount() with a string
8.2.0897  list of functions in patched version is outdated
8.2.0898  missing help for a function goes unnoticed
8.2.0899  assert_equalfile() does not give a hint about the difference
8.2.0900  function list test fails on MS-Windows
8.2.0901  formatting CJK text isn't optimal
8.2.0902  using searchcount() in 'statusline' causes an error
8.2.0903  comparing WINVER does not work correctly
8.2.0904  assuming modifyOtherKeys for rhs of mapping
8.2.0905  test coverage could be better
8.2.0906  when setting 'termguicolors' SpellBad is no longer red
8.2.0907  when using :global clipboard isn't set correctly
8.2.0908  crash when changing the function table while listing it
8.2.0909  cannot go back to the previous local directory
8.2.0910  Vim is not reproducibly buildable
8.2.0911  crash when opening a buffer for the cmdline window fails
8.2.0912  a few test cases for CJK formatting are disabled
8.2.0913  code for resetting v:register is duplicated
8.2.0914  MS-Windows: cannot specify a "modified by" text
8.2.0915  search() cannot skip over matches like searchpair() can
8.2.0916  mapping with partly modifyOtherKeys code does not work
8.2.0917  quickfix entries do not suport a "note" type
8.2.0918  duplicate code for evaluating expression argument
8.2.0919  merging modifier for modifyOtherKeys is done twice
8.2.0920  writing viminfo fails with a circular reference
8.2.0921  CTRL-W T in cmdline window causes trouble
8.2.0922  search test fails
8.2.0923  cmdline test is slow
8.2.0924  cannot save and restore a register properly
8.2.0925  getcompletion() does not return command line arguments
8.2.0926  cmdline test fails on Appveyor
8.2.0927  some sshconfig and ssdhconfig files are not recognized
8.2.0928  many type casts are used for vim_strnsave()
8.2.0929  v:register is not cleared after an operator was executed
8.2.0930  script filetype detection trips over env -S argument
8.2.0931  some remarks about BeOS remain
8.2.0932  missspelling spelllang
8.2.0933  'quickfixtextfunc' does not get window ID of location list
8.2.0934  lhelpgrep twice in help window doesn't jump to the help topic
8.2.0935  flattening a list with existing code is slow
8.2.0936  some terminals misinterpret the code for getting cursor style
8.2.0937  asan failure in the flatten() test
8.2.0938  NFA regexp uses tolower ()to compare ignore-case
8.2.0939  checking for term escape sequences is long and confusing
8.2.0940  build failure with tiny features
8.2.0941  detecting terminal properties is unstructured
8.2.0942  expanding to local dir after homedir keeps "~/"
8.2.0943  displaying ^M or ^J depends on current buffer
8.2.0944  xxd test leaves file behind
8.2.0945  cannot use "z=" when 'spell' is off
8.2.0946  cannot use "q" to cancel a number prompt
8.2.0947  readdirex() doesn't handle broken link properly
8.2.0948  spell test fails
8.2.0949  strptime() does not use DST
8.2.0950  tagjump test fails
8.2.0951  search stat test has leftover from debugging
8.2.0952  no simple way to interrupt Vim
8.2.0953  spell checking doesn't work for CamelCased words
8.2.0954  not all desktop files are recognized
8.2.0955  build fails
8.2.0956  spell test fails
8.2.0957  compiler warning for uninitialized variable
8.2.0958  not sufficient testing for buffer writing
8.2.0959  using 'quickfixtextfunc' is a bit slow
8.2.0960  cannot use :import in legacy Vim script
8.2.0961  MS-Windows: no completion for locales
8.2.0962  terminal test sometimes hangs on Travis
8.2.0963  number increment/decrement does not work with 'virtualedit'
8.2.0964  TextYankPost does not provide info about Visual selection
8.2.0965  has_funcundefined() is not used
8.2.0966  'shortmess' flag "n" not used in two places
8.2.0967  unnecessary type casts for vim_strnsave()
8.2.0968  no proper testing of the 'cpoptions' flags
8.2.0969  assert_equal() output for dicts is hard to figure out
8.2.0970  terminal properties are not available in Vim script
8.2.0971  build with tiny features fails
8.2.0972  Vim9 script variable declarations need a type
8.2.0973  Vim9: type is not checked when assigning to a script variable
8.2.0974  Vim9: memory leak when script var has wrong type
8.2.0975  Vim9: script variable does not accept optional s: prefix
8.2.0976  some 'cpoptions' not tested
8.2.0977  t_8u is made empty for the wrong terminals
8.2.0978  leaking memory in termcodes test
8.2.0979  a couple of screendump tests fail
8.2.0980  raku file extension not recognized
8.2.0981  Vim9: cannot compile "[var, var] = list"
8.2.0982  insufficient testing for reading/writing files
8.2.0983  SConstruct file type not recognized
8.2.0984  not using previous window when closing a shell popup window
8.2.0985  simplify() does not remove slashes from "///path"
8.2.0986  MS-Windows: functions test fails
8.2.0987  Vim9: cannot assign to [var; var]
8.2.0988  getting directory contents is always case sorted
8.2.0989  crash after resizing a terminal window
8.2.0990  Using duplicate error number
8.2.0991  cannot get window type for autocmd and preview window
8.2.0992  Vim9: crash when using :import in the Vim command
8.2.0993  Vim9 script test fails with normal features
8.2.0994  Vim9: missing function causes compilation error
8.2.0995  insufficient testing for the readdir() sort option
8.2.0996  using "aucmdwin" in win_gettype() is not ideal
8.2.0997  cannot execute a register containing line continuation
8.2.0998  not all tag code is tested
8.2.0999  moving to next sentence gets stuck on quote
8.2.1000  get error when leaving Ex mode with :visual
8.2.1001  Vim9: crash with nested "if" and assignment
8.2.1002  test may fail when run directly
8.2.1003  Vim9: return type of sort() is too generic
8.2.1004  line numbers below filler lines not always updated
8.2.1005  Vim9: using TRUE/FALSE/MAYBE for ctx_skip is confusing
8.2.1006  Vim9: require unnecessary return statement
8.2.1007  completion doesn't work after ":r ++arg !"
8.2.1008  Vim9: no test for disassambling newly added instructions
8.2.1009  Vim9: some failures not checked for
8.2.1010  build failure in libvterm with debug enabled
8.2.1011  Vim9: some code not tested
8.2.1012  Vim9: cannot declare single character script variables
8.2.1013  channel tests can be a bit flaky
8.2.1014  using "name" for a string result is confusing
8.2.1015  popup filter gets key with modifier prepended
8.2.1016  Vim9: test fails when channel feature is missing
8.2.1017  Appveyor output doesn't show MinGW console features
8.2.1018  typo in enum value
8.2.1019  mapping <M-S-a> does not work in the GUI
8.2.1020  popupwin test fails in the GUI
8.2.1021  Ruby interface not tested enough
8.2.1022  various parts of code not covered by tests
8.2.1023  Vim9: redefining a function uses a new index every time
8.2.1024  Vim9: no error for using "let g:var = val"
8.2.1025  tabpage menu and tabline not sufficiently tested
8.2.1026  Vim9: cannot break the line after "->"
8.2.1027  GUI: multi-byte characters do not work in a terminal
8.2.1028  Vim9: no error for declaring buffer, window, etc. variable
8.2.1029  Vim9: cannot chain function calls with -> at line start
8.2.1030  reducing size of a terminal window may cause a crash
8.2.1031  build failure with Perl5.32
8.2.1032  error message for declaring a variable cannot be translated
8.2.1033  not easy to read the test time in the test output
2020-06-21 19:53:01 +00:00
morr
c9a831a8f8 Update vim to version 8.2.0683.
Changelog:
8.2.0304  terminal test if failing on some systems
8.2.0305  relativenumber test fails on some systems
8.2.0306  Vim9: :substitute(pat(repl does not work in Vim9 script
8.2.0307  Python 3 vim.eval not well tested
8.2.0308  'showbreak' does not work for a very long line
8.2.0309  window-local values have confusing name
8.2.0310  autocmd test fails on a slow system
8.2.0311  Vim9: insufficient script tests
8.2.0312  Vim9: insufficient script tests
8.2.0313  Vim9: insufficient script tests
8.2.0314  short name not set for terminal buffer
8.2.0315  build failure on HP-UX system
8.2.0316  ex_getln.c code has insufficient test coverage
8.2.0317  MSVC: _CRT_SECURE_NO_DEPRECATE not defined on DEBUG build
8.2.0318  Vim9: types not sufficiently tested
8.2.0319  file missing in distribution, comments outdated
8.2.0320  no Haiku support
8.2.0321  Vim9: ":execute" does not work yet
8.2.0322  Vim9: error checks not tested
8.2.0323  Vim9: calling a function that is defined later is slow
8.2.0324  text property not updated correctly when inserting/deleting
8.2.0325  ex_getln.c code not covered by tests
8.2.0326  compiler warning for using uninitialized variable
8.2.0327  crash when opening and closing two popup terminal windows
8.2.0328  no redraw when leaving term-normal mode in popup terminal
8.2.0329  popup filter converts 0x80 bytes
8.2.0330  build error with popup window but without terminal
8.2.0331  internal error when using test_void() and test_unknown()
8.2.0332  some code in ex_getln.c not covered by tests
8.2.0333  terminal in popup test is flaky
8.2.0334  abort called when using test_void()
8.2.0335  no completion for :disassemble
8.2.0336  Vim9: insufficient test coverage for compiling
8.2.0337  build fails on a few systems
8.2.0338  build failure without the channel feature
8.2.0339  Vim9: function return type may depend on arguments
8.2.0340  Vim9: function and partial types not tested
8.2.0341  using ":for" in Vim9 script gives an error
8.2.0342  some code in ex_getln.c not covered by tests
8.2.0343  Vim9: using wrong instruction, limited test coverage
8.2.0344  ":def" not skipped properly
8.2.0345  compiler warning when building without the float feature
8.2.0346  Vim9: finding common list type not tested
8.2.0347  various code not covered by tests
8.2.0348  Vim9: not all code tested
8.2.0349  Vim9: constant expression not well tested
8.2.0350  Vim9: expression tests don't use recognized constants
8.2.0351  terminal in popup test is still a bit flaky
8.2.0352  FreeBSD: test for sourcing utf-8 is skipped
8.2.0353  Vim9: while loop not tested
8.2.0354  Python 3.9 does not define _Py_DEC_REFTOTAL
8.2.0355  Vim9: str_val is confusing, it's a number
8.2.0356  MS-Windows: feedkeys() with VIMDLL cannot handle CSI
8.2.0357  cannot delete a text property matching both id and type
8.2.0358  insufficient testing for indent.c
8.2.0359  popup_atcursor() may hang
8.2.0360  yaml files are only recognized by the file extension
8.2.0361  internal error when using "0" for a callback
8.2.0362  MS-Windows: channel test fails if grep is not available
8.2.0363  some Normal mode commands not tested
8.2.0364  printf test failing on Haiku
8.2.0365  tag kind can't be a multi-byte character
8.2.0366  hardcopy command not tested enough
8.2.0367  can use :pedit in a popup window
8.2.0368  Vim9: import that redefines local variable does not fail
8.2.0369  various Normal mode commands not fully tested
8.2.0370  the typebuf_was_filled flag is sometimes not reset
8.2.0371  crash with combination of terminal popup and autocmd
8.2.0372  prop_find() may not find text property at start of the line
8.2.0373  type of term_sendkeys() is unknown
8.2.0374  using wrong printf directive for jump location
8.2.0375  Coverity warning for not using return value
8.2.0376  nasty callback test fails on some systems
8.2.0377  no CI test for a big-endian system
8.2.0378  prop_find() does not find all props
8.2.0379  gcc warns for ambiguous else
8.2.0380  tiny popup when creating a terminal popup without minwidth
8.2.0381  using freed memory with :lvimgrep and autocommand
8.2.0382  some tests fail when run under valgrind
8.2.0383  wrong feature check causes test not to be run
8.2.0384  Travis CI has warnings
8.2.0385  menu functionality insufficiently tested
8.2.0386  part from unfinished patch got included
8.2.0387  error for possible NULL argument to qsort()
8.2.0388  printmbcharset option not tested
8.2.0389  delayed redraw when shifting text from Insert mode
8.2.0390  terminal postponed scrollback test is flaky
8.2.0391  CI test coverage dropped
8.2.0392  Coverity warns for using array index out of range
8.2.0393  Coverity warns for not using return value
8.2.0394  Coverity complains about using NULL pointer
8.2.0395  build fails with FEAT_EVAL but without FEAT_MENU
8.2.0396  cmdexpand.c insufficiently tested
8.2.0397  delayed screen update when using undo from Insert mode
8.2.0398  profile test fails when two functions take same time
8.2.0399  various memory leaks
8.2.0400  not all tests using a terminal are in the list of flaky tests
8.2.0401  not enough test coverage for evalvars.c
8.2.0402  setting local instead of global flag
8.2.0403  when 'buftype' is "nofile" there is no overwrite check
8.2.0404  writefile() error does not give a hint
8.2.0405  MSVC: build fails with some combination of features
8.2.0406  FileReadCmd event not well tested
8.2.0407  no early check if :find and :sfind have an argument
8.2.0408  delete() commented out for testing
8.2.0409  search test leaves file behind
8.2.0410  channel test fails too often on slow Mac
8.2.0411  Mac: breakcheck is using a value from the stone ages
8.2.0412  MS-Windows: cannot use vimtutor from the start menu
8.2.0413  buffer menu does not handle special buffers properly
8.2.0414  channel connect_waittime() test is flaky
8.2.0415  bsdl filetype is not detected
8.2.0416  test leaves file behind
8.2.0417  Travis CI config can be improved
8.2.0418  code in eval.c not sufficiently covered by tests
8.2.0419  various memory leaks in Vim9 script code
8.2.0420  Vim9: cannot interrupt a loop with CTRL-C
8.2.0421  interrupting with CTRL-C does not always work
8.2.0422  crash when passing popup window to win_splitmove()
8.2.0423  in some environments a few tests are expected to fail
8.2.0424  checking for wrong return value
8.2.0425  code for modeless selection not sufficiently tested
8.2.0426  some errors were not tested for
8.2.0427  it is not possible to check for a typo in a feature name
8.2.0428  buffer name may leak
8.2.0429  no warning when test checks for option that never exists
8.2.0430  window creation failure not properly tested
8.2.0431  some compilers don't support using \e for Esc
8.2.0432  a few tests fail in a huge terminal
8.2.0433  INT signal not properly tested
8.2.0434  MS-Windows with VTP: Normal color not working
8.2.0435  channel contents might be freed twice
8.2.0436  no warnings for incorrect printf arguments
8.2.0437  MS-Windows installer contains old stuff
8.2.0438  terminal noblock test is very flaky on BSD
8.2.0439  :disassemble has minor flaws
8.2.0440  terminal noblock test is still very flaky on BSD
8.2.0441  terminal noblock test is still failing on BSD
8.2.0442  channel contents might be used after being freed
8.2.0443  clipboard code is spread out
8.2.0444  swap file test fails on some systems
8.2.0445  png and xpm files not in MS-Windows zip file
8.2.0446  listener with undo of deleting all lines not tested
8.2.0447  terminal scroll tests fails on some systems
8.2.0448  various functions not properly tested
8.2.0449  Vim9: crash if return type is invalid
8.2.0450  not enough testing for restricted mode and function calls
8.2.0451  Win32: double-width character displayed incorrectly
8.2.0452  channel_parse_messages() fails when called recursively
8.2.0453  trailing space in job_start() command causes empty argument
8.2.0454  some tests fail when the system is slow
8.2.0455  cannot set the highlight group for a specific terminal
8.2.0456  Test_confirm_cmd is flaky
8.2.0457  Test_quotestar() often fails when run under valgrind
8.2.0458  missing feature check in test function
8.2.0459  cannot check if a function name is correct
8.2.0460  build failure because of wrong feature name
8.2.0461  confirm test fails on amd64 system
8.2.0462  previewwindow test fails on some systems
8.2.0463  build error without float and channel feature
8.2.0464  typos and other small problems
8.2.0465  Vim9: dead code and wrong return type
8.2.0466  not parsing messages recursively breaks the govim plugin
8.2.0467  Vim9: some errors are not tested
8.2.0468  GUI: pixel dust with some fonts and characters
8.2.0469  Vim9: no error for missing ] after list
8.2.0470  Test_confirm_cmd_cancel() can fail on a slow system
8.2.0471  missing change to compile_list()
8.2.0472  terminal highlight name is set twice, leaking memory
8.2.0473  variables declared in an outer scope
8.2.0474  cannot use :write when using a plugin with BufWriteCmd
8.2.0475  channel out_cb test still fails sometimes on Mac
8.2.0476  terminal nasty callback test fails sometimes
8.2.0477  Vim9: error messages not tested
8.2.0478  new buffers are not added to the Buffers menu
8.2.0479  unloading shared libraries on exit has no purpose
8.2.0480  Vim9: some code is not tested
8.2.0481  Travis is still using trusty
8.2.0482  channel and sandbox code not sufficiently tested
8.2.0483  Vim9: "let x = x + 1" does not give an error
8.2.0484  Vim9: some error messages not tested
8.2.0485  Vim9 script test fails
8.2.0486  Vim9: some code and error messages not tested
8.2.0487  Vim9: compiling not sufficiently tested
8.2.0488  Vim9: compiling can break when using a lambda inside :def
8.2.0489  Vim9: memory leaks
8.2.0490  Win32: VTP doesn't respect 'restorescreen'
8.2.0491  cannot recognize a <script> mapping using maparg()
8.2.0492  Vim9: some error messages not tested
8.2.0493  Vim9: some error messages not tested
8.2.0494  Vim9: asan error
8.2.0495  Vim9: some code not tested
8.2.0496  Vim9: disassemble test fails
8.2.0497  too verbose output from the asan build in Travis
8.2.0498  Coverity complains about uninitialized field
8.2.0499  calling a lambda is slower than evaluating a string
8.2.0500  using the same loop in many places
8.2.0501  Vim9: script test fails when channel feature is missing
8.2.0502  Vim9: some code is not tested
8.2.0503  Vim9: some code is not tested
8.2.0504  Vim9: leaking scope memory when compilation fails
8.2.0505  term_getty() not sufficiently tested
8.2.0506  Coverity complains about ignoring return value
8.2.0507  getbufvar() may get the wrong dictionary
8.2.0508  Vim9: func and partial types not done yet
8.2.0509  various code is not properly tested.
8.2.0510  Coverity complains about using uninitialized variable
8.2.0511  Cscope code not fully tested
8.2.0512  Vim9: no optional arguments in func type
8.2.0513  reading past allocated memory when using varargs
8.2.0514  several global functions are used in only one file
8.2.0515  some compilers cannot add to "void *"
8.2.0516  client-server code is spread out
8.2.0517  Vim9: cannot separate "func" and "func(): void"
8.2.0518  a terminal falls back to setting $TERM to "xterm"
8.2.0519  Vim9: return type not properly checked
8.2.0520  tests are not listed in sorted order
8.2.0521  crash when reading a blob fails
8.2.0522  several errors are not tested for
8.2.0523  loops are repeated
8.2.0524  Win32: searching for file matches is slow
8.2.0525  Win32: typo in assignment and misplaced paren
8.2.0526  Gcc 9 complains about empty statement
8.2.0527  Vim9: function types insufficiently tested
8.2.0528  Vim9: function arguments insufficiently tested
8.2.0529  Vim9: function argument with default not checked
8.2.0530  test crashes on s390
8.2.0531  various errors not tested
8.2.0532  cannot use simplify() as a method
8.2.0533  tests using term_wait() can still be flaky
8.2.0534  client-server test fails under valgrind
8.2.0535  regexp patterns not fully tested
8.2.0536  Vim9: some compilation code not tested
8.2.0537  Vim9: no check for sandbox when setting v:var
8.2.0538  Vim9: VAR_PARTIAL is not used during compilation
8.2.0539  comparing two NULL list fails
8.2.0540  regexp and other code not tested
8.2.0541  Travis CI does not give compiler warnings
8.2.0542  no test for E386
8.2.0543  Vim9: function with varargs does not work properly
8.2.0544  memory leak in search test
8.2.0545  unused arguments ignored in non-standard way
8.2.0546  Vim9: varargs implementation is inefficient
8.2.0547  Win32: restoring screen not always done right
8.2.0548  Vim9: not all possible func type errors tested
8.2.0549  user systemd files not recognized
8.2.0550  some changes in the libvterm upstream code
8.2.0551  not all code for options is tested
8.2.0552  Vim9: some errors not covered by tests
8.2.0553  error for unused argument
8.2.0554  the GUI doesn't set t_Co
8.2.0555  Vim9: line continuation is not always needed
8.2.0556  Vim9: memory leak when finding common type
8.2.0557  no IPv6 support for channels
8.2.0558  Vim9: dict code not covered by tests
8.2.0559  clearing a struct is verbose
8.2.0560  compiler warning in tiny build
8.2.0561  Vim9: cannot split function call in multiple lines
8.2.0562  Vim9: cannot split an expression into multiple lines
8.2.0563  Vim9: cannot split a function line
8.2.0564  Vim9: calling a def function from non-vim9 may fail
8.2.0565  Vim9: tests contain superfluous line continuation
8.2.0566  Vim9: variable can be used uninitialized
8.2.0567  Vim9: cannot put comments halfway expressions
8.2.0568  the man filetype plugin overwrites the unnamed register
8.2.0569  build failure with tiny version
8.2.0570  Vim9: no error when omitting type from argument
8.2.0571  double free when passing invalid argument to job_start()
8.2.0572  using two lines for free and reset
8.2.0573  using :version twice leaks memory
8.2.0574  ipv6 feature not shown in :version output
8.2.0575  :digraph! not tested
8.2.0576  some errors are not covered by tests
8.2.0577  not all modifiers supported for :options
8.2.0578  heredoc for interfaces does not support "trim"
8.2.0579  Coverity warns for unused value
8.2.0580  window size wrong if 'ea' is off and 'splitright' is on
8.2.0581  Win32 console: the cursor position is always top-left
8.2.0582  color ramp test does not show text colors
8.2.0583  Vim9: # comment not recognized in :def function
8.2.0584  viminfo file uses obsolete function file_readable()
8.2.0585  Vim9: # comment not recognized after :vim9script
8.2.0586  Vim9: # comment not sufficiently tested
8.2.0587  compiler warning for unused variable
8.2.0588  Putty does not use "sgr" 'ttymouse' by default
8.2.0589  .bsd file type not recognized
8.2.0590  no 'backspace' value allows ignoring the insertion point
8.2.0591  MS-Windows: should always support IPv6
8.2.0592  MS-Windows with VTP: cursor is not made invisible
8.2.0593  finding a user command is not optimal
8.2.0594  MS-Windows: cannot build with WINVER set to 0x0501
8.2.0595  Vim9: not all commands using ends_excmd() tested
8.2.0596  crash in test49
8.2.0597  test_eval is old style
8.2.0598  test_eval_stuff fails in normal terminal
8.2.0599  Netbeans interface insufficiently tested
8.2.0600  Vim9: cannot read or write w:, t: and b: variables
8.2.0601  Vim9: :unlet is not compiled
8.2.0602  :unlet $VAR does not work properly
8.2.0603  configure does not detect moonjit
8.2.0604  :startinsert in a terminal window used later
8.2.0605  Vim9: cannot unlet an environment variable
8.2.0606  several syntax HL errors not checked
8.2.0607  gcc warns for using uninitialized variable
8.2.0608  warning from clang when building message test
8.2.0609  configure does not detect moonjit correctly
8.2.0610  some tests are still old style
8.2.0611  Vim9: no check for space before #comment
8.2.0612  Vim9: no check for space before #comment
8.2.0613  Vim9: no check for space before #comment
8.2.0614  get ml_get error when deleting a line in 'completefunc'
8.2.0615  regexp benchmark stest is old style
8.2.0616  build error when disabling the diff feature
8.2.0617  new error check triggers in Swedish menu
8.2.0618  echoing a null list results in no output
8.2.0619  null dict is not handled like an empty dict
8.2.0620  error in menu translations
8.2.0621  after running tests asan files may remain
8.2.0622  Haiku: GUI does not compile
8.2.0623  typo in test comment
8.2.0624  Vim9: no check for space before #comment
8.2.0625  Vim9: confusing error when calling unknown function
8.2.0626  Vim9: wrong syntax of function in Vim9 script
8.2.0627  Vim9: error message does not work
8.2.0628  error in menu translations
8.2.0629  setting a boolean option to v:false does not work
8.2.0630  "make tags" does not cover Haiku GUI file
8.2.0631  Haiku file formatted with wrong tabstop
8.2.0632  crash when using Haiku
8.2.0633  crash when using null partial in filter()
8.2.0634  crash with null partial and blob
8.2.0635  when using 256 colors DarkYellow does not show expected color
8.2.0636  :messages does not show the maintainer when $LANG is unset
8.2.0637  incsearch highlighting does not work for ":sort!"
8.2.0638  MS-Windows: messages test fails
8.2.0639  MS-Windows: messages test still fails
8.2.0640  Vim9: expanding `=expr` does not work
8.2.0641  Vim9: `=expr` not expanded in :hardcopy and syn-include
8.2.0642  Vim9: using invalid index
8.2.0643  terminal uses brown instead of dark yellow
8.2.0644  insufficient testing for invalid function arguments
8.2.0645  MS-Windows terminal: CTRL-C does not get to child job
8.2.0646  t_Co uses the value of $COLORS in the GUI
8.2.0647  MS-Windows: repeat count for events was not used
8.2.0648  semicolon search does not work in first line
8.2.0649  undo problem when an InsertLeave autocommand resets undo
8.2.0650  Vim9: script function can be deleted
8.2.0651  old style benchmark test still in list of distributed files
8.2.0652  compiler warning for char conversion
8.2.0653  using uninitialized pointer
8.2.0654  building with Python fails
8.2.0655  search code not sufficiently tested
8.2.0656  MS-Windows: redrawing right screen edge may not be needed
8.2.0657  Vim9: no check if called variable is a FuncRef
8.2.0658  HP-UX build fails when setenv() is not defined
8.2.0659  Vim9: no test for equal func type
8.2.0660  the search.c file is a bit big
8.2.0661  eval test is still old style
8.2.0662  cannot use input() in a channel callback
8.2.0663  not all systemd temp files are recognized
8.2.0664  included undesired changes in Makefile
8.2.0665  wrongly assuming Python executable is called "python"
8.2.0666  Ruby test fails on MS-Windows
8.2.0667  cannot install Haiku version from source
8.2.0668  compiler warning for int/size_t usage
8.2.0669  MS-Windows: display in VTP is a bit slow
8.2.0670  cannot change window when evaluating 'completefunc'
8.2.0671  Haiku: compiler warnings
8.2.0672  heredoc in scripts does not accept lower case marker
8.2.0673  cannot build Haiku in shadow directory
8.2.0674  some source files are too big
8.2.0675  Vim9: no support for closures
8.2.0676  pattern in list of distributed files does not match
8.2.0677  Vim9: no support for closures
8.2.0678  rare crash for popup menu
8.2.0679  Vim9: incomplete support for closures
8.2.0680  PTYGROUP and PTYMODE are unused
8.2.0681  pattern for 'hlsearch' highlighting may leak
8.2.0682  Vim9: parsing function argument type can get stuck
8.2.0683  Vim9: parsing type does not always work
2020-05-03 13:14:21 +00:00
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
2020-02-23 10:39:33 +00:00
nia
95b88e6de8 vim-share: Add "OR gnu-gpl-v2" to LICENSE.
The vim distribution terms indicate that modified versions of Vim can be
distributed "under the GNU GPL version 2 or any later version".
2020-02-06 21:52:58 +00:00
tnn
371d7f9c0c vim: fix python option 2019-11-02 19:57:01 +00:00
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
2019-10-23 07:28:31 +00:00
maya
a2b2b753e5 vim*: disable fortify
The package lowers it to weaker fortify, but this doesn't work in some
circumstances, like PR pkg/54464.

Must be done before including bsd.prefs.mk.

Bump PKGREVISION.
2019-08-27 09:26:01 +00:00
wiz
84e123ddd2 Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
morr
028f189538 Update to version 8.1.1778.
While there, enable vimdiff and vimtutor.

Changes:
8.1.1567  localtime_r() does not respond to $TZ changes
8.1.1568  strftime() test fails on MS-Windows
8.1.1569  cannot build with signs but without diff feature
8.1.1570  icon signs not displayed properly in the number column
8.1.1571  textprop highlight starts too early if just after a tab
8.1.1572  compiler warnings with tiny build
8.1.1573  textprop test fails if screenhots do not work
8.1.1574  tabpage option not yet implemented for popup window
8.1.1575  callbacks may be garbage collected
8.1.1576  compiler warning for unused argument
8.1.1577  command line redrawn for +arabic without Arabic characters
8.1.1578  MS-Windows: pathdef.c should depend on build options
8.1.1579  dict and list could be GC'ed while displaying error
8.1.1580  cannot make part of a popup transparent
8.1.1581  shared functions for testing are disorganised
8.1.1582  cannot build with +textprop but without +timers
8.1.1583  set_ref_in_list() only sets ref in items
8.1.1584  the evalfunc.c file is getting too big
8.1.1585  :let-heredoc does not trim enough
8.1.1586  error number used in two places
8.1.1587  redraw problem when sign icons in the number column
8.1.1588  in :let-heredoc line continuation is recognized
8.1.1589  popup window does not indicate scroll position
8.1.1590  popup window test fails
8.1.1591  on error garbage collection may free memory in use
8.1.1592  may start file dialog while exiting
8.1.1593  filetype not detected for C++ header files without extension
8.1.1594  may still start file dialog while exiting
8.1.1595  MS-Windows with VIMDLL: colors wrong in GUI
8.1.1596  when resizing the screen may draw popup in wrong position
8.1.1597  cannot scroll a popup window with the mouse
8.1.1598  update to test file missing
8.1.1599  compiler warning for uninitialized variable
8.1.1600  cannot specify highlighting for popup window scrollbar
8.1.1601  missing changes to popup window test file
8.1.1602  popup window cannot overflow on the left or right
8.1.1603  crash when using unknown highlighting in text property
8.1.1604  popup window scroll test is flaky
8.1.1605  Vim may delay processing messages on a json channel
8.1.1606  on a narrow screen ":hi" output is confusing
8.1.1607  popup window scrollbar does not respond to click
8.1.1608  the evalfunc.c file is too big
8.1.1609  the user cannot easily close a popup window
8.1.1610  there is no way to add or load a buffer without side effects
8.1.1611  bufadd() reuses existing buffer without a name
8.1.1612  cannot show an existing buffer in a popup window
8.1.1613  popup window test fails with Athena and Motif
8.1.1614  'numberwidth' can only go up to 10
8.1.1615  crash when passing buffer number to popup_create()
8.1.1616  build failure with gcc on Amiga
8.1.1617  no test for popup window with mask and position fixed
8.1.1618  Amiga-like systems quickly run out of stack
8.1.1619  tests are not run with GUI on Travis
8.1.1620  no test for popup window with border and mask
8.1.1621  Amiga: time.h included twice
8.1.1622  wrong width if displaying a lot of lines in a popup window
8.1.1623  display wrong with signs in narrow number column
8.1.1624  when testing in the GUI may try to run gvim in a terminal
8.1.1625  script line numbers are not exactly right
8.1.1626  no test for closing a popup window with a modified buffer
8.1.1627  header file contains mixed comment style
8.1.1628  popup window functions not in list of functions
8.1.1629  terminal function help is in the wrong file
8.1.1630  various small problems
8.1.1631  displaying signs is inefficient
8.1.1632  build with EXITFREE but without +arabic fails
8.1.1633  cannot generate prototypes with X11 but without GUI
8.1.1634  terminal test fails when term_getansicolors() is missing
8.1.1635  warnings for unused variables in small version
8.1.1636  crash when popup has fitting scrollbar
8.1.1637  after running tests and clean the XfakeHOME directory remains
8.1.1638  running tests leaves some files behind
8.1.1639  changing an autoload name into a file name is inefficient
8.1.1640  the CursorHold autocommand takes down a balloon
8.1.1641  garbage collection may run at a wrong moment
8.1.1642  may use uninitialized variable
8.1.1643  sign placement is wrong when 'foldcolumn' is set
8.1.1644  sound test does not work on Travis
8.1.1645  cannot use a popup window for a balloon
8.1.1646  build failure
8.1.1647  build error with GTK and hangulinput feature
8.1.1648  MS-Windows: build error with normal feaures
8.1.1649  Illegal memory access when closing popup window
8.1.1650  warning for using uninitialized variable
8.1.1651  suspend test is flaky on some systems
8.1.1652  GUI: popup window doesn't close on mouse movement
8.1.1653  ubsan warns for possibly passing NULL pointer
8.1.1654  GUI: screen updates from 'balloonexpr' are not displayed
8.1.1655  popup window border drawn wrong with multi-byte char
8.1.1656  popup window width is wrong when using Tabs
8.1.1657  Terminal: screen updates from 'balloonexpr' are not displayed
8.1.1658  debug statements included in patch
8.1.1659  popup window "mousemoved" values not correct
8.1.1660  assert_fails() does not fail inside try/catch
8.1.1661  cannot build with +textprop but without +balloon_eval
8.1.1662  cannot build uninstal.exe with some version of MinGW
8.1.1663  compiler warning for using size_t
8.1.1664  GUI resize may cause changing Rows at a bad time
8.1.1665  crash when popup window with mask is below the screen
8.1.1666  click in popup window scrollbar with border doesn't scroll
8.1.1667  flags for Ex commands may clash with other symbols
8.1.1668  popup window test is a bit flaky on some systems
8.1.1669  Travis: test results section is closed even when failed
8.1.1670  sign column not always properly aligned
8.1.1671  copying a blob may result in it being locked
8.1.1672  "make cmdidxs" doesn't work
8.1.1673  cannot easily find the popup window at a certain position
8.1.1674  script to check a colorscheme can be improved
8.1.1675  listener list not correctly updated on listener_remove()
8.1.1676  "maxwidth" of popup window does not always work properly
8.1.1677  tests get stuck when running into an existing swapfile
8.1.1678  using popup_menu() does not scroll to show the selected line
8.1.1679  test using SwapExists autocommand file may fail
8.1.1680  the command table is not well aligned
8.1.1681  insert stray "{" when listener gets buffer line
8.1.1682  placing a larger number of signs is slow
8.1.1683  dictionary with string keys is longer than needed
8.1.1684  profiling functionality is spread out
8.1.1685  missing file in distributed file list
8.1.1686  "*" of "*{" is recognized as multipy operator
8.1.1687  the evalfunc.c file is too big
8.1.1688  old makefiles are no longer useful
8.1.1689  profiling code is spread out
8.1.1690  default padding for popup window menu is too much
8.1.1691  diff test fails on some systems
8.1.1692  using *{} for literal dict is not backwards compatible
8.1.1693  syntax coloring and highlighting is in one big file
8.1.1694  the RUN_VIM variable is longer than needed
8.1.1695  Windows 10: crash when cursor is at bottom of terminal
8.1.1696  MSVC: link command line is too long
8.1.1697  cannot build with MSVC
8.1.1698  Appveyor build with MSVC fails
8.1.1699  highlight_ga can be local instead of global
8.1.1700  listener callback called for the wrong buffer
8.1.1701  Appveyor build with MSVC fails puts progress bar in log
8.1.1702  compiler warning for uninitialized variable
8.1.1703  breaking out of loop by checking window pointer insufficient
8.1.1704  C-R C-W does not work after C-G when using 'incsearch'
8.1.1705  using ~{} for a literal dict is not nice
8.1.1706  typo in #ifdef
8.1.1707  Coverity warns for possibly using a NULL pointer
8.1.1708  Coverity warns for using uninitialized variable
8.1.1709  Coverity warns for possibly using a NULL pointer
8.1.1710  Coverity found dead code
8.1.1711  listener callback called at the wrong moment
8.1.1712  signs in number column cause text to be misaligned
8.1.1713  highlighting cursor line only works with popup_menu()
8.1.1714  cannot preview a file in a popup window
8.1.1715  emoji characters are seen as word characters for spelling
8.1.1716  old style comments are wasting space
8.1.1717  last char in menu popup window highlighted
8.1.1718  popup menu highlighting does not look good
8.1.1719  popup too wide when 'showbreak' is set
8.1.1720  crash with very long %[] pattern
8.1.1721  build failure with normal features without netbeans interface
8.1.1722  error when scriptversion is 2 a making a dictionary access
8.1.1723  heredoc assignment has no room for new features
8.1.1724  too much overhead checking for CTRL-C while processing text
8.1.1725  MS-Windows: E325 message may use incorrect date format
8.1.1726  the eval.txt help file is too big
8.1.1727  code for viminfo support is spread out
8.1.1728  wrong place for command line history viminfo support
8.1.1729  heredoc with trim not properly handled in function
8.1.1730  wrong place for mark viminfo support
8.1.1731  command line history not read from viminfo on startup
8.1.1732  completion in cmdwin does not work for buffer-local commands
8.1.1733  the man ftplugin leaves an empty buffer behind
8.1.1734  the evalfunc.c file is too big
8.1.1735  can't build with tiny features
8.1.1736  viminfo support is spread out
8.1.1737  :args command that outputs one line gives more prompt
8.1.1738  testing lambda with timer is slow
8.1.1739  deleted match highlighting not updated in other window
8.1.1740  exepath() doesn't work for "bin/cat"
8.1.1741  cleared/added match highlighting not updated in other window
8.1.1742  still some match functions in evalfunc.c
8.1.1743  'hlsearch' and match highlighting in the wrong place
8.1.1744  build error without the conceal feature
8.1.1745  compiler warning for unused argument
8.1.1746  ":dl" is seen as ":dlist" instead of ":delete"
8.1.1747  compiler warning for unused variables
8.1.1748  :args output is not aligned
8.1.1749  Coverity warns for using negative index
8.1.1750  depending on the terminal width :version may miss a line break
8.1.1751  when redrawing popups plines_win() may be called often
8.1.1752  resizing hashtable is inefficient
8.1.1753  use of popup window mask is inefficient
8.1.1754  build failure
8.1.1755  leaking memory when using a popup window mask
8.1.1756  autocommand that splits window messes up window layout
8.1.1757  text added with appendbufline() isn't displayed
8.1.1758  count of g$ not used correctly when text is not wrapped
8.1.1759  no mode char for terminal mapping from maparg()
8.1.1760  extra line break for wrapping output of :args
8.1.1761  filetype "vuejs" causes problems for some users
8.1.1762  some filetype rules are in the wrong place
8.1.1763  evalfunc.c is still too big
8.1.1764  ":browse oldfiles" is not tested
8.1.1765  get(func, dict, def) does not work properly
8.1.1766  code for writing session file is spread out
8.1.1767  FEAT_SESSION defined separately
8.1.1768  man plugin changes setting in current window
8.1.1769  'shellslash' is also used for completion
8.1.1770  cannot get the window ID of the popup preview window
8.1.1771  options test fails on MS-Windows
8.1.1772  options test still fails on MS-Windows
8.1.1773  the preview popup window may be too far to the right
8.1.1774  test is silently skipped
8.1.1775  error message may be empty in filetype test
8.1.1776  text added with a job isn't displayed
8.1.1777  useless checks for job feature in channel test
8.1.1778  not showing the popup window right border is confusing
2019-08-03 21:01:11 +00:00
morr
4cc0c1325e 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
2019-06-17 22:18:02 +00:00
rillig
a20d25368e editors/*: let pkglint fix indentation and variable alignment
pkglint -Wall -F -r editors

Manually fixed the changes in editors/nedit since the "fixed" indentation
was wrong.
2019-06-08 10:40:52 +00:00
morr
8337206386 Update to newest patchset 1004.
Changes:
8.1.0801  MinGW: no hint that tests fail because of small terminal
8.1.0802  negative index doesn't work for Blob
8.1.0803  session file has problem with single quote in file name
8.1.0804  crash when setting v:errmsg to empty list
8.1.0805  too many #ifdefs
8.1.0806  too many #ifdefs
8.1.0807  session test fails on MS-Windows
8.1.0808  MS-Windows: build error with GUI
8.1.0809  too many #ifdefs
8.1.0810  too many #ifdefs
8.1.0811  too many #ifdefs
8.1.0812  Unicode 16 feature is not useful
8.1.0813  FileChangedShell not sufficiently tested
8.1.0814  :mksession cannot handle a very long 'runtimepath'
8.1.0815  dialog for file changed outside of Vim not tested
8.1.0816  test for 'runtimepath' in session fails on MS-Windows
8.1.0817  ":=" command is not tested
8.1.0818  MS-Windows: cannot send large data with ch_sendraw()
8.1.0819  a failed assert with a long string is hard to read
8.1.0820  test for sending large data over channel sometimes fails
8.1.0821  xxd "usage" output and other arguments not tested
8.1.0822  peeking and flushing output slows down execution
8.1.0823  not sufficient testing of xxd
8.1.0824  SunOS/Solaris has a problem with ttys
8.1.0825  code for autocommands is mixed with file I/O code
8.1.0826  too many #ifdefs
8.1.0827  missing dependency in Makefile
8.1.0828  still using FEAT_VIRTUALEDIT
8.1.0829  when 'hidden' is set session creates extra buffers
8.1.0830  test leaves directory behind on MS-Windows
8.1.0831  xxd test fails if man page has dos fileformat
8.1.0832  confirm() is not tested
8.1.0833  memory leak when jumps output is filtered
8.1.0834  GUI may wait too long before dealing with messages
8.1.0835  GUI build fails on MS-Windows
8.1.0836  user completion test can fail on MS-Windows
8.1.0837  timer interrupting cursorhold and mapping not tested
8.1.0838  compiler warning for type conversion
8.1.0839  when using VTP wrong colors after a color scheme change
8.1.0840  getchar(0) never returns a character in the terminal
8.1.0841  travis config to get Lua on MacOS is too complicated
8.1.0842  getchar_zero test fails on MS-Windows
8.1.0843  memory leak when running "make test_cd"
8.1.0844  when timer fails test will hang forever
8.1.0845  having job_status() free the job causes problems
8.1.0846  not easy to recognize the system Vim runs on
8.1.0847  may use terminal after it was cleaned up
8.1.0848  cannot build with Ruby 1.8
8.1.0849  cursorline highlight is not always updated
8.1.0850  test for 'backupskip' is not correct
8.1.0851  feedkeys() with "L" does not work properly
8.1.0852  findfile() and finddir() are not properly tested
8.1.0853  options test fails on Mac
8.1.0854  xxd does not work with more than 32 bit addresses
8.1.0855  cannot build xxd with MSVC 10
8.1.0856  when scrolling a window the cursorline is not always updated
8.1.0857  indent functionality is not separated
8.1.0858  'indentkeys' and 'cinkeys' defaults are different
8.1.0859  "%v" in 'errorformat' does handle multi-byte characters
8.1.0860  debug lines left in the code
8.1.0861  building with MinGW and static libc doesn't work
8.1.0862  no verbose version of character classes
8.1.0863  cannot see what signal caused a job to end
8.1.0864  cannot have a local value for 'scrolloff' and 'sidescrolloff'
8.1.0865  when 'listchars' only contains "nbsp:X" it does not work
8.1.0866  build file dependencies are outdated
8.1.0867  cannot build Python interface with Python 2.4
8.1.0868  crash if triggering garbage collector after a function call
8.1.0869  Travis CI script is too complicated
8.1.0870  Vim doesn't use the new ConPTY support in Windows 10
8.1.0871  build error when building with Ruby 2.6.0
8.1.0872  confusing condition
8.1.0873  list if distributed files does not include matchit autoload
8.1.0874  using old style comments in new file
8.1.0875  not all errors of marks and findfile()/finddir() are tested
8.1.0876  completion match not displayed when popup menu is not shown
8.1.0877  new buffer used every time the quickfix window is opened
8.1.0878  test for has('bsd') fails on some BSD systems
8.1.0879  MS-Windows: temp name encoding can be wrong
8.1.0880  MS-Windows: inconsistent selection of winpty/conpty
8.1.0881  can execute shell commands in rvim through interfaces
8.1.0882  checking for FEAT_MBYTE which doesn't exist anymore
8.1.0883  missing some changes for Ex commands
8.1.0884  double check for bsd systems
8.1.0885  test for restricted hangs on MS-Windows GUI
8.1.0886  compiler warning for NULL pointer and condition always true
8.1.0887  the 'l' flag in :subsitute is sticky
8.1.0888  the a: dict is not immutable as documented
8.1.0889  MS-Windows: a channel write may hang
8.1.0890  pty allocation wrong if using file for out channel
8.1.0891  substitute command inssuficiently tested
8.1.0892  failure when closing a window when location list is in use
8.1.0893  terminal test is a bit flaky
8.1.0894  MS-Windows: resolve() does not return a reparse point
8.1.0895  MS-Windows: dealing with temp name encoding not quite right
8.1.0896  tests for restricted mode not run for MS-Windows GUI
8.1.0897  can modify a:000 when using a reference
8.1.0898  a messed up rgb.txt can crash Vim
8.1.0899  no need to check restricted mode for setwinvar()
8.1.0900  ConPTY many crash with 32-bit build
8.1.0901  index in getjumplist() may be wrong
8.1.0902  incomplete set of assignment operators
8.1.0903  struct uses more bytes than needed
8.1.0904  USE_LONG_FNAME never defined
8.1.0905  complicated regexp causes a crash
8.1.0906  using clumsy way to get console window handle
8.1.0907  CI tests on AppVeyor are failing
8.1.0908  can't handle large value for %{nr}v in regexp
8.1.0909  MS-Windows: using ConPTY even though it is not stable
8.1.0910  crash with tricky search pattern
8.1.0911  tag line with Ex command cannot have extra fields
8.1.0912  MS-Windows: warning for signed/unsigned
8.1.0913  CI crashes when running out of memory
8.1.0914  code related to findfile() is spread out
8.1.0915  fsync() may not work properly on Mac
8.1.0916  with Python 3.7 "find_module" is not made available
8.1.0917  double free when running out of memory
8.1.0918  MS-Windows: startup messages are not converted
8.1.0919  compiler warnings
8.1.0920  in Terminal-Normal mode job output messes up the window
8.1.0921  terminal test sometimes fails; using memory after free
8.1.0922  terminal scrollback test is flaky
8.1.0923  terminal dump diff swap does not update file names
8.1.0924  terminal scrollback test still flaky
8.1.0925  terminal scrollback test still still flaky
8.1.0926  no test for :wnext, :wNext and :wprevious
8.1.0927  USE_CR is never defined
8.1.0928  stray log function call
8.1.0929  no error when requesting ConPTY but it's not available
8.1.0930  typo in Makefile
8.1.0931  vtp_working included in GUI build but unused
8.1.0932  Farsi support is outdated and unused
8.1.0933  When using VTP scroll region isn't used properly
8.1.0934  invalid memory access in search pattern
8.1.0935  old regexp engine may use invalid buffer
8.1.0936  may leak memory when using 'vartabstop'
8.1.0937  invalid memory access in search pattern
8.1.0938  background color is wrong in MS-Windows console
8.1.0939  no completion for sign group names
8.1.0940  MS-Windows console resizing not handled properly
8.1.0941  macros for MS-Windows are inconsistent
8.1.0942  options window still checks for the multi_byte feature
8.1.0943  still a trace of Farsi support
8.1.0944  format of nbdbg() arguments is not checked
8.1.0945  internal error when using pattern with NL in the range
8.1.0946  Coveralls is not very useful
8.1.0947  using MSWIN before it is defined
8.1.0948  when built without +eval "Vim --clean" produces errors
8.1.0949  MS-windows defines GUI macros different than other systems
8.1.0950  using :python sets 'pyxversion' even when not executed
8.1.0951  using WIN64 even though it is never defined
8.1.0952  compilation warnings when building the MS-Windows installer
8.1.0953  a very long file is truncated at 2^31 lines
8.1.0954  arguments of semsg() and siemsg() are not checked
8.1.0955  matchit autoload directory not in installer
8.1.0956  using context:0 in 'diffopt' does not work well
8.1.0957  Mac: fsync fails on network share
8.1.0958  compiling weird regexp pattern is very slow
8.1.0959  sorting large numbers is not tested
8.1.0960  when using ConPTY garbage collection has undefined behavior
8.1.0961  Mac: fsync may fail sometimes
8.1.0962  building with MinGW and static libs doesn't work
8.1.0963  illegal memory access when using 'incsearch'
8.1.0964  cannot see in CI why a screenshot test failed
8.1.0965  search test fails
8.1.0966  one terminal test is flaky
8.1.0967  stray dependency in test Makefile
8.1.0968  crash when using search pattern \%Ufffffc23
8.1.0969  message written during startup is truncated
8.1.0970  text properties test fails when 'encoding' is not utf-8
8.1.0971  failure for selecting quoted text object moves cursor
8.1.0972  cannot switch from terminal window to next tabpage
8.1.0973  pattern with syntax error gives threee error messages
8.1.0974  cannot switch from terminal window to previous tabpage
8.1.0975  using STRNCPY() wrongly. Warning for uninitialized variable
8.1.0976  dosinstall still has buffer overflow problems
8.1.0977  blob not tested with Ruby
8.1.0978  blob not tested with Perl
8.1.0979  compiler warning for unused functions
8.1.0980  extend() insufficiently tested
8.1.0981  pasting in terminal insufficiently tested
8.1.0982  update_cursor() called twice in :shell
8.1.0983  checking __CYGWIN32__ unnecessarily
8.1.0984  unnecessary #ifdefs
8.1.0985  crash with large number in regexp
8.1.0986  rename() is not propertly tested
8.1.0987  unnecessary condition in #ifdef
8.1.0988  deleting location list buffer breaks location list window
8.1.0989  various small code ugliness
8.1.0990  floating point exception with "%= 0" and "/= 0"
8.1.0991  cannot build with a mix of features
8.1.0992  a :normal command resets the reg_executing() result
8.1.0993  ch_read() may return garbage if terminating NL is missing
8.1.0994  relative cursor position is not calculated correctly
8.1.0995  a getchar() call resets the reg_executing() result
8.1.0996  a few screendump tests fail because of scrolling
8.1.0997  using GUI colors in vim.exe when 'termguicolors' is off
8.1.0998  getcurpos() unexpectedly changes "curswant"
8.1.0999  use register one too often and not properly tested
8.1.1000  indenting is off
8.1.1001  Visual area not correct when using 'cursorline'
8.1.1002  "gf" does not always work when URL has a port number
8.1.1003  playing back recorded key sequence mistakes key code
8.1.1004  function "luaV_setref()" not covered with tests
2019-03-10 18:45:45 +00:00
morr
c98005a5ff Update to nice, round patchset 800.
Changes:
8.1.0552  saved last search pattern may not be restored
8.1.0553  it is not easy to edit a script that was sourced
8.1.0554  popup menu overlaps with preview window
8.1.0555  crash when last search pat is set but not last substitute pat
8.1.0556  saving/restoring search patterns share saved last_idx
8.1.0557  Termdebug: gdb may use X.Y for breakpoint number
8.1.0558  some MS-Windows instructions are outdated
8.1.0559  command line completion not sufficiently tested
8.1.0560  cannot use address type "other" with with user command
8.1.0561  MSCV error format has changed
8.1.0562  parsing of 'diffopt' is slightly wrong
8.1.0563  setting v:errors to a string give confusing error
8.1.0564  setting v:errors to wrong type still possible
8.1.0565  asan complains about reading before allocated block
8.1.0566  SGR not enabled for mintty because $TERM is "xterm"
8.1.0567  error for NUL byte in ScreenLines goes unnoticed
8.1.0568  error message for NUL byte in ScreenLines breaks Travis CI
8.1.0569  execute() always resets display column to zero
8.1.0570  'commentstring' not used when adding fold marker
8.1.0571  non-silent execute() resets display column to zero
8.1.0572  stopping a job does not work properly on OpenBSD
8.1.0573  cannot redefine user command without ! in same script
8.1.0574  'commentstring' not used when adding fold marker in C
8.1.0575  Termdebug: clearing multi-breakpoint does not work
8.1.0576  indent script tests pick up installed scripts
8.1.0577  tabpage right-click menu never shows "Close tab"
8.1.0578  cannot disable arabic, rightleft and farsi in configure
8.1.0579  cannot attach properties to text
8.1.0580  invalid memory access when using text properties
8.1.0581  double free without the text properties feature
8.1.0582  text properties are not enabled
8.1.0583  using illogical name for get_dict_number()/get_dict_string()
8.1.0584  with search CTRL-L does not pick up composing characters
8.1.0585  undo test may fail on MS-Windows
8.1.0586  :digraph output is not easy to read
8.1.0587  GvimExt: realloc() failing is not handled properly
8.1.0588  cannot define a sign with space in the text
8.1.0589  compilation error in gvimext.cpp
8.1.0590  when a job ends the closed channels are not handled
8.1.0591  channel sort test is flaky
8.1.0592  the libvterm tests are not run as part of Vim tests
8.1.0593  illegal memory access in libvterm test
8.1.0594  libvterm tests fail to run on Mac
8.1.0595  libvterm tests are not run with coverage
8.1.0596  not all parts of printf() are tested
8.1.0597  cannot run test_libvterm from the top directory
8.1.0598  indent tests may use the wrong Vim binary
8.1.0599  without the +eval feature the indent tests don't work
8.1.0600  channel test is flaky
8.1.0601  a few compiler warnings
8.1.0602  DirChanged is also triggered when directory didn't change
8.1.0603  the :stop command is not tested
8.1.0604  autocommand test fails on MS-Windows
8.1.0605  running make in the top directory echoes a comment
8.1.0606  'cryptmethod' defaults to a very old method
8.1.0607  proto files are not in sync with the source code
8.1.0608  coverals is not updating
8.1.0609  MS-Windows: unused variable, depending on the Ruby version
8.1.0610  MS-Windows ctags file list differs from Unix
8.1.0611  crash when using terminal with long composing characters
8.1.0612  cannot use two global runtime dirs with configure
8.1.0613  when executing an insecure function the secure flag is stuck
8.1.0614  placing signs can be complicated
8.1.0615  get_tv function names are not consistent
8.1.0616  NSIS installer is outdated
8.1.0617  NSIS installer gets two files from the wrong directory
8.1.0618  term_getjob() does not return v:null as documented
8.1.0619  :echomsg and :echoerr do not handle List and Dict
8.1.0620  overuling CONF_ARGS from the environment no longer works
8.1.0621  terminal debugger does not handle unexpected debugger exit
8.1.0622  adding quickfix items marks items as valid errors
8.1.0623  iterating through window frames is repeated
8.1.0624  overuling CONF_ARGS from the environment still does not work
8.1.0625  MS-Windows: terminal test fails in white console
8.1.0626  MS-Windows: no resize to fit parent when using --windowid
8.1.0627  Python cannot handle function name of script-local function
8.1.0628  Compiler warning on MS-Windows.
8.1.0629  "gn" selects the wrong text with a multi-line match
8.1.0630  "wincmd p" does not work after using an autocmd window
8.1.0631  test for :stop fails on Arch
8.1.0632  using sign group names is inefficient
8.1.0633  crash when out of memory while opening a terminal window
8.1.0634  text properties cannot cross line boundaries
8.1.0635  Coverity complains about null pointer use
8.1.0636  line2byte() gives wrong values with text properties
8.1.0637  nsis file no longer used
8.1.0638  text property highlighting is off by one column
8.1.0639  text properties test fails on MS-Windows
8.1.0640  get E14 while typing command :tab with 'incsearch' set
8.1.0641  no check for out-of-memory when converting regexp
8.1.0642  swapinfo() leaks memory
8.1.0643  computing byte offset wrong
8.1.0644  finding next sign ID is inefficient
8.1.0645  Coverity warns for possible use of NULL pointer
8.1.0646  cannot build with Ruby 2.6.0
8.1.0647  MS-Windows: balloon_show() does not handle wide characters
8.1.0648  custom operators can't act upon a forced motion
8.1.0649  setjmp() variables defined globally are used in one file
8.1.0650  command line argument -q [errorfile] is not tested
8.1.0651  :args \"foo works like :args without argument
8.1.0652  freeing memory for balloon eval too early
8.1.0653  arglist test fails on MS-windows
8.1.0654  when deleting a line text property flags are not adjusted
8.1.0655  when appending a line text property flags are not added
8.1.0656  trying to reconnect to X server may cause problems
8.1.0657  get error for using regexp recursively
8.1.0658  deleting signs and completion for :sign is insufficient
8.1.0659  (after 8.1.0658) build failure without the sign feature
8.1.0660  sign_unplace() may leak memory
8.1.0661  clipboard regexp might be used recursively
8.1.0662  needlessly searching for tilde in string
8.1.0663  text property display wrong when 'number' is set
8.1.0664  configure "fail-if-missing" does not apply to enable-gui
8.1.0665  text property display wrong when 'spell' is set
8.1.0666  (after 8.1.0665) text property test fails
8.1.0667  (after 8.1.0665) textprop test leaves file behind
8.1.0668  no test for overstrike mode in the command line
8.1.0669  the ex_sign() function is too long
8.1.0670  macro for popup menu width is unused
8.1.0671  cursor in the wrong column after auto-formatting
8.1.0672  the Lua interface doesn't know about v:null
8.1.0673  functionality for signs is spread out over several files
8.1.0674  leaking memory when updating a single line
8.1.0675  text property column in screen columns is not practical
8.1.0676  textprop screendump test fails
8.1.0677  look-behind match may use the wrong line number
8.1.0678  text properties as not adjusted for inserted text
8.1.0679  sign functions do not take buffer argument as documented
8.1.0680  not easy to see what features are unavailable
8.1.0681  text properties as not adjusted for deleted text
8.1.0682  text properties not adjusted when backspacing replaced text
8.1.0683  spell highlighting does not always end
8.1.0684  warnings from 64-bit compiler
8.1.0685  get_buf_tv() is named inconsistently
8.1.0686  when 'y' is in 'cpoptions' yanking for clipboard changes redo
8.1.0687  sentence text object in Visual mode is not tested
8.1.0688  text properties are not restored by undo
8.1.0689  undo with text properties not tested
8.1.0690  setline() and setbufline() do not clear text properties
8.1.0691  text properties are not adjusted for :substitute
8.1.0692  if a buffer was deleted a channel can't write to it
8.1.0693  channel test fails sometimes
8.1.0694  when using text props may free memory that is not allocated
8.1.0695  internal error when using :popup
8.1.0696  when test_edit fails 'insertmode' may not be reset
8.1.0697  ":sign place" requires the buffer argument
8.1.0698  clearing the window is used too often
8.1.0699  compiler warning for uninitialized variable
8.1.0700  using "gt" sometimes does not redraw a tab
8.1.0701  sign message not translated and inconsistent spacing
8.1.0702  ":sign place" only uses the current buffer
8.1.0703  compiler warnings with 64-bit compiler
8.1.0704  building with Ruby 2.6 gives compiler warnings
8.1.0705  :colorscheme isn't tested enough
8.1.0706  tabline is not always redrawn
8.1.0707  text property columns are not adjusted for changed indent
8.1.0708  third argument for redrawWinline() is always FALSE
8.1.0709  windows are updated for every added/deleted sign
8.1.0710  when using timers may wait for job exit quite long
8.1.0711  test files still use function!
8.1.0712  MS-Windows build instructions are a bit outdated
8.1.0713  images for NSIS take up too much space
8.1.0714  unessesary #if lines in GTK code
8.1.0715  superfluous call to redraw_win_later()
8.1.0716  get warning message when 'completefunc' returns nothing
8.1.0717  there is no function for the ":sign jump" command
8.1.0718  a couple compiler warnings
8.1.0719  too many #ifdefs
8.1.0720  cannot easily change the current quickfx list index
8.1.0721  conceal mode is not sufficiently tested
8.1.0722  cannot build without the virtualedit feature
8.1.0723  cannot easily run specific test when in src/testdir
8.1.0724  build for MinGW fails
8.1.0725  conceal mode is not completely tested
8.1.0726  redrawing specifically for conceal feature
8.1.0727  compiler warning for sprintf() argument
8.1.0728  cannot avoid breaking after a single space.
8.1.0729  there is a SourcePre autocommand event but not a SourcePost
8.1.0730  compiler warning for get_buf_arg() unused
8.1.0731  JS encoding does not handle negative infinity
8.1.0732  cannot build without the eval feature
8.1.0733  too many #ifdefs for the multi-byte feature
8.1.0734  the hlsearch state is not stored in a session file
8.1.0735  cannot handle binary data
8.1.0736  code for Blob not sufficiently tested
8.1.0737  compiler warning for uninitialized variable
8.1.0738  using freed memory, for loop over blob leaks memory
8.1.0739  text objects in not sufficiently tested
8.1.0740  Tcl test fails
8.1.0741  viminfo with Blob is not tested
8.1.0742  not all Blob operations are tested
8.1.0743  giving error messages is not flexible
8.1.0744  compiler warnings for signed/unsigned strings
8.1.0745  compiler warnings for signed/unsigned string
8.1.0746  highlighting not updated with conceal and 'cursorline'
8.1.0747  map() with a bad expression doesn't give an error
8.1.0748  using sprintf() instead of semsg()
8.1.0749  error message contains garbage
8.1.0750  when the last sign is deleted the signcolumn may remain
8.1.0751  some regexp errors are not tested
8.1.0752  one more compiler warning for signed/unsigned string
8.1.0753  printf format not checked for semsg()
8.1.0754  preferred column is lost when setting 'cursorcolumn'
8.1.0755  error message for get() on a Blob with invalid index
8.1.0756  copy() does not make a copy of a Blob
8.1.0757  not enough documentation for Blobs
8.1.0758  font number is always one instead of the actual
8.1.0759  showing two characters for tab is limited
8.1.0760  no proper test for using 'termencoding'
8.1.0761  default value for brief_wait is wrong
8.1.0762  compiler warning
8.1.0763  nobody is using the Sun Workshop support
8.1.0764  list of distributed files is outdated
8.1.0765  string format of a Blob can't be parsed back
8.1.0766  various problems when using Vim on VMS
8.1.0767  when deleting lines at the bottom signs are misplaced
8.1.0768  updating completions may cause the popup menu to flicker
8.1.0769  :stop is covered in two tests
8.1.0770  inconsistent use of ELAPSED_FUNC
8.1.0771  some shell filetype patterns end in a star
8.1.0772  the sign_define_by_name() function is too long
8.1.0773  not all crypt code is tested
8.1.0774  VMS build is missing the blob file
8.1.0775  matching too many files as zsh
8.1.0776  Travis does not build a version without GUI on Linux
8.1.0777  Win32: using pipes for channel does not work well
8.1.0778  terminal test fails on MS-Windows
8.1.0779  argument for message functions is inconsistent
8.1.0780  terminal test fails on Mac
8.1.0781  build error when using if_xcmdsrv.c
8.1.0782  Win32: cursor blinks when Vim is not active
8.1.0783  compiler warning for signed/unsigned
8.1.0784  messy indent in if statement
8.1.0785  depending on the configuration some functions are unused
8.1.0786  ml_get error when updating the status line
8.1.0787  compiler warning for unused function
8.1.0788  cannot build with tiny features
8.1.0789  sourcing a session sets v:errmsg
8.1.0790  code for creating tabpages in session is too complex
8.1.0791  a few compiler warnings on VMS
8.1.0792  bad display if opening cmdline window from Insert completion
8.1.0793  incorrect error messages for functions that take a Blob
8.1.0794  white space before " -Ntabmove" causes problems
8.1.0795  cannot build without popup menu
8.1.0796  MS-Windows 7: problem with named pipe on channel
8.1.0797  error E898 is used twice
8.1.0798  changing a blob while iterating over it works strangely
8.1.0799  calling deleted function; test doesn't work on Mac
8.1.0800  may use a lot of memory when a function refers itself
2019-01-24 11:17:37 +00:00
morr
25da13b5f8 Update to 8.1.0551.
ChangeLog:

8.1.0391  building in a shadow directory fails
8.1.0392  error while typing :/foo/s// with 'incsearch' enabled
8.1.0393  not all white space difference options available
8.1.0394  diffs are not always updated correctly
8.1.0395  compiler warning on 64-bit MS-Windows
8.1.0396  another compiler warning on 64-bit MS-Windows
8.1.0397  no event triggered after updating diffs
8.1.0398  no test for -o and -O command line arguments
8.1.0399  'hlsearch' highlight remains in other window
8.1.0400  using freed memory with :diffget
8.1.0401  can't get swap name of another buffer
8.1.0402  the DiffUpdate event isn't triggered for :diffput
8.1.0403  header file missing from distribution
8.1.0404  accessing invalid memory with long argument name
8.1.0405  too many #ifdefs for GTK
8.1.0406  several command line arguments are not tested
8.1.0407  quickfix code mixes using the stack and a list pointer
8.1.0408  MSVC: cannot use the "x64" native compiler option
8.1.0409  startup test fails on MS-Windows
8.1.0410  the ex_copen() function is too long
8.1.0411  renamed file missing from distribution
8.1.0412  cannot build with GTK 2.4
8.1.0413  test output is duplicated or missing
8.1.0414  v:option_old is cleared when using :set in OptionSet autocmd
8.1.0415  not actually using 16 colors with vtp
8.1.0416  sort doesn't report deleted lines
8.1.0417  several command line arguments are not tested
8.1.0418  MS-Windows: cannot separate Lua include and library dirs
8.1.0419  Cygwin: running cproto fails with -O2
8.1.0420  generating vim.lib when using ActivePerl 5.20.3 or later
8.1.0421  MS-Windows: Ruby path is wrong for Ruby 1.9 and later
8.1.0422  cannot create map file with MinGW
8.1.0423  MS-Windows: using dup-close for flushing a file
8.1.0424  test output is very verbose, loading CI log is slow
8.1.0425  ml_get error and crash with appendbufline()
8.1.0426  accessing invalid memory in SmcOpenConnection()
8.1.0427  MS-Windows GUI: using invalid encoded file name
8.1.0428  the :suspend command is not tested
8.1.0429  no test for :lcd with 'shellslash'
8.1.0430  Xargadd file left behind after running test
8.1.0431  the qf_jump() function is too long
8.1.0432  compiler warning for signed/unsigned
8.1.0433  mapping can obtain text from inputsecret()
8.1.0434  copy_loclist() is too long
8.1.0435  cursorline highlight not removed in some situation
8.1.0436  can get the text of inputsecret() with getcmdline()
8.1.0437  may access freed memory when syntax HL times out
8.1.0438  the ex_make() function is too long
8.1.0439  recursive use of getcmdline() still not protected
8.1.0440  remove() with a range not sufficiently tested
8.1.0441  build failure without command line history
8.1.0442  GUI: cursor not drawn after ":redraw | sleep"
8.1.0443  unnecessary static function prototypes
8.1.0444  unnecessary check for NULL pointer
8.1.0445  setting 'term' does not store location for termcap options
8.1.0446  options test fails in the GUI
8.1.0447  GUI scrollbar test fails with Athena and Motif
8.1.0448  cursorline not removed when using 'cursorbind'
8.1.0449  when 'rnu' is set folded lines are not displayed correctly
8.1.0450  build failure without the +fold feature
8.1.0451  Win32 console: keypad keys don't work
8.1.0452  MS-Windows: not finding intl.dll
8.1.0453  MS-Windows: executable() is not reliable
8.1.0454  resolve() was not tested with a symlink cycle
8.1.0455  checking for empty quickfix stack is not consistent
8.1.0456  running test hangs when the input file is being edited
8.1.0457  win32 console: key mappings don't work
8.1.0458  ml_get error and crash when using "do"
8.1.0459  Test_executable fails when there is a dog in the system
8.1.0460  assert_fails() does not take a message argument
8.1.0461  quickfix code uses too many /* */ comments
8.1.0462  when using ConPTY Vim can be a child process
8.1.0463  "simalt ~x" in .vimrc blocks swap file prompt
8.1.0464  MS-Windows: job_info() has cmd without backslashes
8.1.0465  client-server test fails
8.1.0466  autocmd test fails
8.1.0467  cannot build with Mac OS X 10.5
8.1.0468  MS-Windows: filter command with pipe character fails
8.1.0469  too often indexing in qf_lists[]
8.1.0470  pointer ownership around fname_expand() is unclear
8.1.0471  some tests are flaky or fail on some systems
8.1.0472  dosinst command has a few flaws
8.1.0473  user doesn't notice file does not exist when swap file does
8.1.0474  directory where if_perl.c is written is inconsistent
8.1.0475  memory not freed on exit when quit in autocmd
8.1.0476  memory leaks in test_escaped_glob
8.1.0477  tiny build fails
8.1.0478  cannot build with perl using MinGW
8.1.0479  failure when setting 'varsofttabstop' to end in a comma
8.1.0480  MinGW build file uses different -I flags than MVC
8.1.0481  when "Terminal" highlight is reverted cursor doesn't show
8.1.0482  MinGW "make clean" deletes all .exe files
8.1.0483  MinGW does not build tee.exe
8.1.0484  some file types are not recognized
8.1.0485  term_start() does not check if directory is accessible
8.1.0486  can't build in MS-Windows
8.1.0487  no menus specifically for the terminal window
8.1.0488  using freed memory in quickfix code
8.1.0489  crash when autocmd clears vimpgrep location list
8.1.0490  MS-Windows: doesn't handle missing glibwinpthread-1.dll
8.1.0491  if a terminal dump has CR it is considered corrupt
8.1.0492  "Edit with existing Vim" list can get long
8.1.0493  argv() and argc() only work on the current argument list
8.1.0494  functions do not check for a window ID in other tabs
8.1.0495  :filter only supports some commands
8.1.0496  no tests for indent files
8.1.0497  :%diffput changes order of lines
8.1.0498  /etc/gitconfig not recognized at a gitconfig file
8.1.0499  :2vimgrep causes an ml_get error
8.1.0500  cleaning up in src/tee may not always work
8.1.0501  cppcheck warns for using array index before bounds check
8.1.0502  internal diff fails when diffing a context diff
8.1.0503  missing change to diff test
8.1.0504  when CTRL-C is mapped it triggers InsertLeave
8.1.0505  filter command test may fail if helplang is not set
8.1.0506  modeline test fails when run by root
8.1.0507  .raml files not properly detected
8.1.0508  suspend test fails when run by root
8.1.0509  checking cwd not accessible fails for root
8.1.0510  filter test fails when $LANG is C.UTF-8
8.1.0511  ml_get error when calling a function with a range
8.1.0512  'helplang' default is inconsistent for C and C.UTF-8
8.1.0513  no error for set diffopt+=algorithm:
8.1.0514  CTRL-W ^ does not work when alternate buffer has no name
8.1.0515  reloading a script gives errors for existing functions
8.1.0516  :move command marks buffer modified when nothing changed
8.1.0517  Test_window_split_edit_alternate() fails on AppVeyor
8.1.0518  Test_window_split_edit_bufnr() fails on AppVeyor
8.1.0519  cannot save and restore the tag stack
8.1.0520  screen diff test sometimes fails
8.1.0521  cannot build with +eval but without +quickfix
8.1.0522  :terminal does not show trailing empty lines
8.1.0523  opening window from quickfix leaves empty buffer behind
8.1.0524  terminal test fails on Windows
8.1.0525  terminal test skips part on Windows
8.1.0526  running out of signal stack in RealWaitForChar
8.1.0527  using 'shiftwidth' from wrong buffer for folding
8.1.0528  various typos in comments
8.1.0529  flaky test sometimes fails in different ways
8.1.0530  channel and terminal tests that start a server can be flaky
8.1.0531  flaky tests often fail with a common error message
8.1.0532  cannot distinguish between quickfix and location list
8.1.0533  screendump tests can be flaky
8.1.0534  MS-Windows installer uses different $HOME than Vim
8.1.0535  increment/decrement might get interrupted by updating folds
8.1.0536  file time test fails when using NFS
8.1.0537  ui_breakcheck() may be called recursively
8.1.0538  evaluating a modeline might invoke using a shell command
8.1.0539  cannot build without the sandbox
8.1.0540  may evaluate insecure value when appending to option
8.1.0541  help message in dosinst.c is outdated
8.1.0542  shiftwidth() does not take 'vartabstop' into account
8.1.0543  Coverity warns for leaking memory and using wrong struct
8.1.0544  setting 'filetype' in a modeline causes an error
8.1.0545  when executing indent tests user preferences interfere
8.1.0546  modeline test with keymap fails
8.1.0547  modeline test with keymap still fails
8.1.0548  crash when job callback unloads a buffer
8.1.0549  netbeans test depends on README.txt contents
8.1.0550  expression evaluation may repeat an error message
8.1.0551  expression evaluation may repeat an error message
2018-11-29 08:55:10 +00:00
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.
2018-09-15 12:36:40 +00:00
wiz
93b46879c7 Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
morr
9aa8e0dab0 Update to version 8.1.0216
Changelog:

8.1.0062  popup menu broken if a callback changes the window layout
8.1.0063  Mac: NSStringPboardType is deprecated
8.1.0064  typing CTRL-W in a prompt buffer shows mode "-- --"
8.1.0065  (after 8.1.0062) balloon displayed at the wrong position
8.1.0066  nasty autocommand causes using freed memory
8.1.0067  syntax highlighting not working when re-entering a buffer
8.1.0068  nasty autocommands can still cause using freed memory
8.1.0069  cannot handle pressing CTRL-C in a prompt buffer
8.1.0070  missing part of the changes for prompt_setinterrupt()
8.1.0071  terminal debugger only works with the terminal feature
8.1.0072  use of 'termwinkey' is inconsistent
8.1.0073  crash when autocommands call setloclist()
8.1.0074  (after 8.1.0073) crash when running quickfix tests
8.1.0075  no Vim logo in README file
8.1.0076  command getting cleared with CTRL-W : in a terminal window
8.1.0077  header of README file is not nice
8.1.0078  "..." used inconsistently in messages
8.1.0079  superfluous space in messages
8.1.0080  can't see the breakpoint number in the terminal debugger
8.1.0081  the terminal debugger doesn't adjust to changed 'background'
8.1.0082  in terminal window, typing : at more prompt, inserts ':'
8.1.0083  "is" and "as" have trouble with quoted punctuation
8.1.0084  user name completion does not work on MS-Windows
8.1.0085  no test for completing user name and language
8.1.0086  no tests for libcall() and libcallnr()
8.1.0087  v:shell_error is always zero when using terminal for "!cmd"
8.1.0088  terminal test for stdout and stderr is a bit flaky
8.1.0089  error when ending the terminal debugger
8.1.0090  "..." used inconsistently in a message
8.1.0091  MS-Windows: Cannot interrupt gdb when program is running
8.1.0092  (after 8.1.0091) prompt buffer test fails
8.1.0093  non-MS-Windows: Cannot interrupt gdb when program is running
8.1.0094  help text "usage:" is not capatalized
8.1.0095  dialog for ":browse tabnew" says "new window"
8.1.0096  inconsistent use of the word autocommands
8.1.0097  superfluous space before exclamation mark
8.1.0098  segfault when pattern with \z() is very slow
8.1.0099  exclamation mark in error message not needed
8.1.0100  terminal debugger: error when setting a watch point
8.1.0101  no test for getcmdwintype()
8.1.0102  cannot build without syntax highlighting
8.1.0103  long version string cannot be translated
8.1.0104  can't build without the +eval feature
8.1.0105  all tab stops are the same
8.1.0106  build fails when HAVE_DATE_TIME is undefined
8.1.0107  Python: getting buffer option clears message
8.1.0108  no Danish translations
8.1.0109  new po makefile missing from distribution
8.1.0110  file name not displayed with ":file"
8.1.0111  .po files do not use recommended names
8.1.0112  no error when using bad arguments with searchpair()
8.1.0113  compiler warning for unused variable
8.1.0114  confusing variable name
8.1.0115  the matchparen plugin may throw an error
8.1.0116  display problem with 'vartabstop' and 'linebreak'
8.1.0117  URL in install program still points to SourceForge
8.1.0118  duplicate error message for put command
8.1.0119  failing test goes unnoticed because messages is not written
8.1.0120  buffer 'modified' set even when :sort has no changes
8.1.0121  crash when using ballooneval related to 'vartabstop'
8.1.0122  translators don't always understand the maintainer message
8.1.0123  MS-Windows: colors are wrong after setting 'notgc'
8.1.0124  has('vcon') returns true even for non-win32 terminal
8.1.0125  virtual edit replace with multi-byte fails at end of line
8.1.0126  various problems with 'vartabstop'
8.1.0127  build failure when disabling the session feature
8.1.0128  building with MinGW does not work out-of-the-box
8.1.0129  still some xterm-like terminals get a stray "p"
8.1.0130  ":profdel func" does not work if func was called already
8.1.0131  :profdel is not tested
8.1.0132  lua tests are old style
8.1.0133  tagfiles() can have duplicate entries
8.1.0134  Lua interface does not support funcref
8.1.0135  undo message delays screen update for CTRL-O u
8.1.0136  Lua tests don't cover new features
8.1.0137  CI does not run with TCL
8.1.0138  negative value of 'softtabstop' not used correctly
8.1.0139  Lua tests fail on some platforms
8.1.0140  recording into a register has focus events
8.1.0141  :cexpr no longer jumps to the first error
8.1.0142  xterm and vt320 builtin termcap missing keypad keys
8.1.0143  matchit and matchparen don't handle E363
8.1.0144  the :cd command does not have good test coverage
8.1.0145  test with grep is failing on MS-Windows
8.1.0146  when $LANG is set the compiler test may fail
8.1.0147  compiler warning when building with Python 3.7
8.1.0148  memory leak when using :tcl expr command
8.1.0149  session is wrong with multiple tabs when :lcd was used
8.1.0150  insufficient test coverage for Tcl
8.1.0151  mksession test fails on MS-Windows
8.1.0152  cannot easily run individual tests on MS-Windows
8.1.0153  (after 8.1.0152) build with SHADOWDIR fails
8.1.0154  crash with "set smarttab shiftwidth=0 softtabstop=-1"
8.1.0155  evim.man missing from the distribution
8.1.0156  MS-Windows compiler warning
8.1.0157  old iTerm2 is not recognized, resulting in stray output
8.1.0158  GUI: input() fails if CTRL-C was pressed before
8.1.0159  completion for user names does not work for a prefix.
8.1.0160  no Danish manual translations
8.1.0161  buffer not updated with 'autoread' set if file was deleted
8.1.0162  Danish and German man pages are not installed
8.1.0163  insufficient testing for Tcl
8.1.0164  luaeval('vim.buffer().name') returns an error
8.1.0165  :clist output can be very long
8.1.0166  using dict_add_nr_str() is clumsy
8.1.0167  lock flag in new dictitem is reset in many places
8.1.0168  output of :marks is too short with multi-byte chars
8.1.0169  calling message_filtered() a bit too often
8.1.0170  invalid memory use with complicated pattern
8.1.0171  typing CTRL-W n in a terminal window causes ml_get error
8.1.0172  'viminfofile' option does not behave like a file name
8.1.0173  compiler warning on MS-Windows
8.1.0174  after paging up and down fold line is wrong
8.1.0175  marks test fails in very wide window
8.1.0176  overlapping string argument for strcpy()
8.1.0177  defining function in sandbox is inconsistent
8.1.0178  warning for passing pointer to non-pointer argument
8.1.0179  redundant condition for boundary check
8.1.0180  static analysis errors in Lua interface
8.1.0181  memory leak with trailing characters in skip expression
8.1.0182  Unicode standard was updated
8.1.0183  Lua API changed, breaking the build
8.1.0184  not easy to figure out the window layout
8.1.0185  running tests writes lua.vim even though it is not used
8.1.0186  test for getwininfo() fails in GUI
8.1.0187  getwininfo() and win_screenpos() return different numbers
8.1.0188  no test for ":cscope add"
8.1.0189  function defined in sandbox not tested
8.1.0190  Perl refcounts are wrong
8.1.0191  Perl test fails in 24 line terminal
8.1.0192  executing regexp recursively fails with a crash
8.1.0193  terminal debugger buttons don't always work
8.1.0194  possibly use of NULL pointer
8.1.0195  terminal debugger commands don't always work
8.1.0196  terminal debugger error with .gdbinit file
8.1.0197  Windows GUI: title for search/replace is wrong
8.1.0198  there is no hint that syntax is disabled for 'redrawtime'
8.1.0199  spellbadword() does not check for caps error
8.1.0200  spellbadword() not tested
8.1.0201  newer Python uses "importlib" instead of "imp"
8.1.0202  :version always shows +packages
8.1.0203  building with Perl 5.28 fails on Windows
8.1.0204  inputlist() is not tested
8.1.0205  invalid memory access with invalid modeline
8.1.0206  duplicate test function name
8.1.0207  need many menu translation files to cover regions
8.1.0208  file left behind after running individual test
8.1.0209  stderr output from Ruby messes up display
8.1.0210  still a few K&R function declarations
8.1.0211  expanding a file name "~" results in $HOME
8.1.0212  preferred cursor column not set in interfaces
8.1.0213  CTRL-W CR does not work properly in a quickfix window
8.1.0214  +autochdir feature not reported by has() or :version
8.1.0215  no error if configure --with-x cannot configure X
8.1.0216  part of file not indented properly
2018-07-28 08:27:35 +00:00
jperkin
5393242c73 *: Move SUBST_STAGE from post-patch to pre-configure
Performing substitutions during post-patch breaks tools such as mkpatches,
making it very difficult to regenerate correct patches after making changes,
and often leading to substituted string replacements being committed.
2018-07-04 13:40:07 +00:00
morr
2e5ea73da7 Update to newest patchset.
Changes:

8.1.0032  BS in prompt buffer starts new line
8.1.0033  keys to stop Vim in terminal are wrong
8.1.0034  cursor not restored with ":edit #"
8.1.0035  not easy to switch between prompt buffer and other windows
8.1.0036  not restoring Insert mode if leaving prompt buffer with mouse
8.1.0037  cannot easily append lines to another buffer
8.1.0038  popup test causes Vim to exit
8.1.0039  cannot easily delete lines in another buffer
8.1.0040  warnings from 64-bit compiler
8.1.0041  attribute "width" missing from python window attribute list
8.1.0042  if omni completion opens a window Insert mode is stopped
8.1.0043  ++bad argument of :edit does not work properly
8.1.0044  if a test function exists Vim this may go unnoticed
8.1.0045  popup test isn't run completely
8.1.0046  loading a session file fails if 'winheight' is big
8.1.0047  no completion for :unlet $VAR
8.1.0048  vim_str2nr() does not handle numbers close to the maximum
8.1.0049  shell cannot tell running in a terminal window
8.1.0050  $VIM_TERMINAL is also set when not in a terminal window
8.1.0051  MS-Windows: missing #endif
8.1.0052  when mapping to <Nop> times out the next mapping is skipped
8.1.0053  first argument of 'completefunc' has inconsistent type
8.1.0054  compiler warning for using %ld for "long long"
8.1.0055  complete test has wrong order of arguments
8.1.0056  crash when using :hardcopy with illegal byte
8.1.0057  popup menu displayed wrong when using autocmd
8.1.0058  display problem with margins and scrolling
8.1.0059  displayed digraph for "ga" wrong with 'encoding' "cp1251"
8.1.0060  crash when autocommands delete the current buffer
8.1.0061  window title is wrong after resetting and setting 'title'
2018-06-16 22:46:43 +00:00
morr
8ce387e665 Welcome to Vim 8.1.
Changes:
8.0.1773  dialog messages are not translated
8.0.1774  reading very long lines can be slow
8.0.1775  MS-Windows: warning for unused variable
8.0.1776  in tests, when WaitFor() fails it doesn't say why
8.0.1777  cannot cleanup before loading another colorscheme
8.0.1778  script to check translations does not always work
8.0.1779  deleting in a block selection causes problems
8.0.1780  test fails because Vim in a terminal uses wrong 'encoding'
8.0.1781  file names in quickfix window are not shortened
8.0.1782  no simple way to label quickfix entries
8.0.1783  cannot use 256 colors in a MS-Windows console
8.0.1784  (after 8.0.1782) gvim test gets stuck in dialog
8.0.1785  (after 8.0.1783) missing symbol in Win32 small build
8.0.1786  no test for 'termwinkey'
8.0.1787  cannot insert the whole cursor line
8.0.1788  tool to check a color scheme is not installed
8.0.1789  BufWinEnter does not work well for a terminal window
8.0.1790  'winfixwidth' is not always respected by :close
8.0.1791  using uint8_t does not work everywhere
8.0.1792  MS-Windows users expect -? to work like --help
8.0.1793  no test for "vim -g"
8.0.1794  duplicate term options after renaming
8.0.1795  lose contact with jobs when :gui forks
8.0.1796  GUI: click on tab fails when the focus is in a terminal
8.0.1797  terminal window is redrawn too often
8.0.1798  MS-Windows: file considered read-only too often
8.0.1799  no test for :registers command
8.0.1800  X11: getting color is slow
8.0.1801  MS-Windows: redirecting terminal output does not work
8.0.1802  (after 8.0.1802) MS-Windows: terminal test fails
8.0.1803  warning for uninitialized variable
8.0.1804  using :normal in terminal window causes problems
8.0.1805  qf_parse_line() is too long
8.0.1806  InsertCharPre causes problems for autocomplete
8.0.1807  function to set terminal name is too long
8.0.1808  can't build without TGETENT
8.0.1809  various typos
8.0.1810  buffer of a terminal only updated in Terminal-Normal mode
8.0.1811  no test for winrestcmd()
8.0.1812  the qf_jump_to_usable_window() function is too long
8.0.1813  Windows installer doesn't install terminal debugger
8.0.1814  crash with terminal window and with 'lazyredraw' set
8.0.1815  crash with terminal window and with 'lazyredraw' set
8.0.1816  no test for setcmdpos()
8.0.1817  a timer may change v:count unexpectedly
8.0.1818  lines remove from wrong buffer when using terminal window
8.0.1819  swap file warning for file with non-existing directory
8.0.1820  terminal window redirecting stdout does not show stderr
8.0.1821  cursor in terminal window moves when pressing CTRL-W
8.0.1822  make uninstall does not remove colors/tools
8.0.1823  test for terminal stdout redirection is flaky
8.0.1824  Coverity warns for variable that may be uninitialized
8.0.1825  might use NULL pointer when out of memory
8.0.1826  configure uses old compiler flag
8.0.1827  compiler warning for signed/unsigned char pointers
8.0.1828  get no clue why :gui does not fork
8.0.1829  MS-Windows: script for vimdiff can't handle ! chars
8.0.1830  switching to Terminal-Normal mode does not redraw
8.0.1831  sometimes the quickfix title is incorrectly prefixed with ':'
8.0.1832  cannot use :unlet for an environment variable
8.0.1833  X11: ":echo 3.14" gives E806
8.0.1834  GUI: find/replace dialog does not handle some chars
8.0.1835  print document name does not support multi-byte
8.0.1836  buffer-local window options may not be recent
8.0.1837  one character cmdline abbreviation not triggered after '<,'>
8.0.1838  cursor in wrong pos when switching to Terminal-Normal mode
8.0.1839  script to check .po file doesn't check for plural header
8.0.1840  getwinpos() is not tested
8.0.1841  HP-UX does not have setenv()
8.0.1842  popup menu inside terminal window isn't cleared
8.0.1843  entry for 'wrap' in options window is wrong
8.0.1844  superfluous quickfix code, missing examples
8.0.1845  various comment updates needed, missing white space
8.0.1846  Python interface is incompatible with lldb
8.0.1847  some build options don't have an example
8.0.1848  'termwinscroll' does not work properly
8.0.1849  compiler warning for unused arguments, missing prototype
8.0.1850  todo items in source code not visible for users

8.1.0001  the netrw plugin does not work
8.1.0002  :stopinsert changes the message position
8.1.0003  the :compiler command is not tested
8.1.0004  test for :compiler command sometimes fails
8.1.0005  test for :compiler command fails on MS-Windows
8.1.0006  syn_id2cterm_bg() may be undefined
8.1.0007  no test for "o" and "O" in Visual block mode
8.1.0008  no test for strwidth()
8.1.0009  tabpages insufficiently tested
8.1.0010  efm_to_regpat() is too long
8.1.0011  maparg() and mapcheck() confuse empty and non-existing
8.1.0012  misplaced #endif
8.1.0013  using freed memory when changing terminal cursor color
8.1.0014  qf_init_ext() is too long
8.1.0015  cursor color wrong when closing a terminal window
8.1.0016  possible crash in term_wait()
8.1.0017  shell command completion has duplicates
8.1.0018  using "gn" may select wrong text when wrapping
8.1.0019  error when defining a Lambda with index of a function result
8.1.0020  cannot tell whether a register is executing or recording
8.1.0021  clang warns for undefined behavior
8.1.0022  repeating put from expression register fails
8.1.0023  gcc 8.1 warns for use of strncpy()
8.1.0024  % command not testded on #ifdef and comment
8.1.0025  no test for the undofile() function
8.1.0026  terminal test fails with very tall terminal
8.1.0027  difficult to make a plugin that feeds a line to a job
8.1.0028  prompt buffer test fails on MS-Windows
8.1.0029  terminal test fails on MS-Windows when "wc" exists
8.1.0030  stoping Vim running in a terminal may not work
8.1.0031  terminal test aucmd_on_close is flaky
2018-06-04 09:05:00 +00:00
wiz
2b68a03ae1 vim*: update to 8.0.1772
Latest bugfixes.
2018-04-29 05:50:39 +00:00
morr
d546255116 Update to newest patchset 1722.
Changes:
8.0.1429  crash when calling term_start() with empty argument
8.0.1430  crash when term_start() fails
8.0.1431  MS-Windows: vimtutor fails if %TMP% has special chars
8.0.1432  after ":copen" can't get the window-ID of the quickfix window
8.0.1433  illegal memory access after undo
8.0.1434  GTK: :promtfind does not put focus on text input
8.0.1435  memory leak in test_arabic
8.0.1436  not enough information about what Python version may work
8.0.1437  pkg-config doesn't work with cross compiling
8.0.1438  filetype detection test not updated for change
8.0.1439  if cscope fails a search Vim may hang
8.0.1440  terminal window: some vterm responses are delayed
8.0.1441  using ":undo 0" leaves undo in wrong state
8.0.1442  (after 8.0.1439) using pointer before it is set
8.0.1443  (after 8.0.1441) compiler gives uninitialized var warning
8.0.1444  missing -D_FILE_OFFSET_BITS=64 may cause problems
8.0.1445  cannot act on edits in the command line
8.0.1446  acessing freed memory after window command in auto command
8.0.1447  still too many old style tests
8.0.1448  segfault with exception inside :rubyfile command
8.0.1449  slow redrawing with DirectX
8.0.1450  GUI: endless loop when stopping cursor blinking
8.0.1451  difficult to set the python home directories properly
8.0.1452  terminal test fails on some systems
8.0.1453  terminal test fails on some slow terminals
8.0.1454  when in silent mode too much output is buffered
8.0.1455  if $SHELL contains a space then 'shell' is incorrect
8.0.1456  timer test on travis Mac is still flaky
8.0.1457  clojure now supports a shebang line
8.0.1458  filetype detection test does not check all scripts
8.0.1459  cannot handle change of directory
8.0.1460  (after 8.0.1459) missing file in patch
8.0.1461  (after 8.0.1459) missing another file in patch
8.0.1462  (after 8.0.1459) missing yet another file in patch
8.0.1463  (after 8.0.1459) test fails without 'autochdir' option
8.0.1464  completing directory after :find does not add slash
8.0.1465  python2 and python3 detection not tested
8.0.1466  older GTK versions don't have gtk_entry_get_text_length()
8.0.1467  libvterm doesn't handle illegal byte sequence correctly
8.0.1468  illegal memory access in del_bytes()
8.0.1469  when package path is a symlink 'runtimepath' is wrong
8.0.1470  integer overflow when using regexp pattern
8.0.1471  on MS-Windows CursorIM highlighting no longer works
8.0.1472  MS-Windows: nsis installer is a bit slow
8.0.1473  MS-Windows: D&D fails between 32 and 64 bit apps
8.0.1474  Visual C 2017 has multiple MSVCVER numbers
8.0.1475  invalid memory access in read_redo()
8.0.1476  screen isn't always updated right away
8.0.1477  redraw flicker when moving mouse outside of terminal window
8.0.1478  unnecessary condition
8.0.1479  insert mode completion state is confusing
8.0.1480  (after 8.0.1479) patch missing change
8.0.1481  clearing a pointer takes two lines
8.0.1482  using feedkeys() does not work to test completion
8.0.1483  searchpair() might return an invalid value on timeout
8.0.1484  reduntant conditions
8.0.1485  weird autocmd may cause arglist to be changed recursively
8.0.1486  accessing invalid memory with "it"
8.0.1487  (after 8.0.1486) test 14 fails
8.0.1488  emacs tags no longer work
8.0.1489  there is no easy way to get the global directory
8.0.1490  number of spell regions is spread out through the code
8.0.1491  the minimum width of the popup menu is hard coded
8.0.1492  memory leak in balloon_split()
8.0.1493  completion items cannot be annotated
8.0.1494  no autocmd triggered in Insert mode with visible popup menu
8.0.1495  having 'pumwidth' default to zero has no merit
8.0.1496  clearing a pointer takes two lines
8.0.1497  getting the jump list requires parsing the output of :jumps
8.0.1498  getjumplist() returns duplicate entries
8.0.1499  out-of-memory situation not correctly handled
8.0.1500  possible NULL pointer dereference
8.0.1501  out-of-memory situation not correctly handled
8.0.1502  in out-of-memory situation character is not restored
8.0.1503  access memory beyond end of string
8.0.1504  Win32: the screen may be cleared on startup
8.0.1505  debugger can't break on a condition
8.0.1506  new version of HP NonStop (Tandem) doesn't like a header
8.0.1507  timer test is a bit flaky
8.0.1508  the :drop command is not always available
8.0.1509  (after 8.0.1508) failing drag-n-drop command no longer fails
8.0.1510  cannot test if a command causes a beep
8.0.1511  some code for the debugger watch expression is clumsy
8.0.1512  warning for possibly using NULL pointer
8.0.1513  the jumplist is not always properly cleaned up
8.0.1514  getting the list of changes is not easy
8.0.1515  BufWinEnter event fired when opening hidden terminal
8.0.1516  errors for job options are not very specific
8.0.1517  invalid memory acces with pattern using look-behind match
8.0.1518  error messages suppressed after ":silent! try"
8.0.1519  getchangelist() does not use argument as bufname()
8.0.1520  cursor in wrong line when using a WinBar in Terminal window
8.0.1521  Shift-Tab does not work in a terminal window
8.0.1522  popup menu is positioned in the wrong place
8.0.1523  cannot write and read terminal screendumps
8.0.1524  (after 8.0.1523) compiler warnings for uninitialized vars
8.0.1525  using :wqa exits even if a job runs in a terminal window
8.0.1526  no test using a screen dump yet
8.0.1527  screen dump test fails on MS-Windows
8.0.1528  dead code found
8.0.1529  assert_equalfile() does not close file descriptors
8.0.1530  dump test fails when using a shadow directory
8.0.1531  cannot use 24 bit colors in MS-Windows console
8.0.1532  compiler warnings without termguicolors feature
8.0.1533  libterm doesn't support requesting fg and bg color
8.0.1534  C syntax test fails when using gvim
8.0.1535  C syntax test still fails when using gvim
8.0.1536  quotestar test is flaky when using the GUI
8.0.1537  xxd does not skip NUL lines when using ebcdic
8.0.1538  popupmenu is too far left when completion is long
8.0.1539  no test for the popup menu positioning
8.0.1540  popup menu positioning fails with longer string
8.0.1541  synpat_T is taking too much memory
8.0.1542  terminal screen dump does not include cursor position
8.0.1543  with 'termguicolors' Normal color doesn't work correctly
8.0.1544  when using 'termguicolors' SpellBad doesn't show
8.0.1545  screen dumps not included in distribution
8.0.1546  using feedkeys() in a terminal may trigger mappings
8.0.1547  undo in the options window makes it empty
8.0.1548  screen dump test script not included in distribution
8.0.1549  various small problems in test files
8.0.1550  various small problems in source files
8.0.1551  on Mac 'maxmemtot' is set to a weird value
8.0.1552  may leak file descriptors when executing job
8.0.1553  cannot see what digraph is used to insert a character
8.0.1554  custom plugins loaded with --clean
8.0.1555  build error for some combination of features
8.0.1556  may not parse the t_RS response correctly
8.0.1557  printf() does not work with only one argument
8.0.1558  no right-click menu in a terminal
8.0.1559  build failure without GUI
8.0.1560  build failure without GUI on MS-Windows
8.0.1561  crash with rust syntax highligting
8.0.1562  the terminal debugger can't set a breakpoint with the mouse
8.0.1563  timeout of getwinposx() can be too short
8.0.1564  too many #ifdefs
8.0.1565  can't build Mac version without GUI
8.0.1566  too many #ifdefs
8.0.1567  cannot build Win32 GUI without IME
8.0.1568  can't build on older Mac, header file is missing
8.0.1569  warning for uninitialized variable from gcc
8.0.1570  can't use :popup for a menu in the terminal
8.0.1571  can't build without GUI
8.0.1572  Mac: getting memory size doesn't work everywhere
8.0.1573  getwinpos(1) may cause response to be handled as command
8.0.1574  show cursor in wrong place when using popup menu
8.0.1575  crash when using virtual replace
8.0.1576  Perl VIM::Buffers() does not find every buffer
8.0.1577  virtual replace test fails on MS-Windows
8.0.1578  no test for :popup in terminal
8.0.1579  virtual replace test fails in GUI
8.0.1580  FEAT_CURSORBIND and FEAT_SCROLLBIND are unused
8.0.1581  cannot build Win32 GUI without +eval
8.0.1582  in the MS-Windows console mouse movement is not used
8.0.1583  using C99 comment
8.0.1584  using C99 in Mac file gives compiler warning messages
8.0.1585  enabling beval_term feature in Win32 GUI
8.0.1586  imactivatefunc does not work on non-GUI Mac
8.0.1587  inserting from the clipboard doesn't work literally
8.0.1588  popup menu hangs after typing CTRL-C
8.0.1589  error for setting 'modifiable' when resetting it
8.0.1590  padding in list type wastes memory
8.0.1591  MS-Windows: when reparsing the arguments 'wildignore' matters
8.0.1592  terminal windows in a session are not properly restored
8.0.1593  :qall never exits with an active terminal window
8.0.1594  :confirm qall not tested with active terminal window
8.0.1595  no autocommand triggered before exiting
8.0.1596  no autocommand specifically for opening a terminal window
8.0.1597  autocommand events are not sorted
8.0.1598  cannot select text in a terminal with the mouse
8.0.1599  no error message when gdb does not support debugger
8.0.1600  crash when setting t_Co to zero when 'termguicolors' is set
8.0.1601  highlight test fails on Win32
8.0.1602  crash in parsing JSON
8.0.1603  cannot build with +terminal but without +menu
8.0.1604  paste test may fail if $DISPLAY is not set
8.0.1605  terminal test is a bit flaky
8.0.1606  singular/plural variants not translated
8.0.1607  --clean loads user settings from .gvimrc
8.0.1608  Win32: directx not enabled by default
8.0.1609  shell commands in the GUI use a dumb terminal
8.0.1610  cannot build without GUI
8.0.1611  CTRL-W in system terminal does not go to job
8.0.1612  need to close terminal after shell stopped
8.0.1613  warning for unused variable in tiny build
8.0.1614  "make tags" doesn't include libvterm
8.0.1615  term_dumpload() does not use the right colors
8.0.1616  Win32: shell commands in the GUI open a new console
8.0.1617  Win32: :shell command in the GUI crashes
8.0.1618  color Grey50 is missing in the compiled-in table
8.0.1619  Win32 GUI: crash when winpty is not installed
8.0.1620  reading spell file has no good EOF detection
8.0.1621  using invalid default value for highlight attribute
8.0.1622  possible NULL pointer dereference
8.0.1623  terminal kill tests are flaky
8.0.1624  options for term_dumpdiff()/term_dumpload() not implemented
8.0.1625  test_quotestar is flaky when run in GTK GUI
8.0.1626  compiler warning for possible loss of data
8.0.1627  compiler warning for visibility attribute not supported
8.0.1628  channel log doesn't mention exiting
8.0.1629  Mac: getpagesize() is deprecated
8.0.1630  trimming white space is not that easy
8.0.1631  testing with Vim running in terminal is a bit flaky
8.0.1632  in a terminal dump NUL and space are different
8.0.1633  a TextChanged autocmd triggers when it is defined
8.0.1634  the ex_vimgrep() function is too long
8.0.1635  undefining _POSIX_THREADS causes problems with Python 3
8.0.1636  no test for term_dumpload() and term_dumpdiff()
8.0.1637  no test for term_dumpdiff() options argument
8.0.1638  popup test fails depending on environment variable
8.0.1639  libvterm code lags behind master
8.0.1640  Test_cwd() is flaky
8.0.1641  job in terminal can't communicate with Vim
8.0.1642  running Vim in terminal fails with two windows
8.0.1643  terminal API tests fail
8.0.1644  terminal API tests still fail
8.0.1645  test for terminal response to escape sequence may fail
8.0.1646  MS-Windows: executable contains unreferenced functions
8.0.1647  terminal API may call any user function
8.0.1648  resource fork tool doesn't work on Python 3
8.0.1649  no completion for argument list commands
8.0.1650  too many #ifdefs
8.0.1651  cannot filter :ls output for terminal buffers
8.0.1652  term_dumpwrite() does not output composing characters
8.0.1653  screen dump is made too soon
8.0.1654  warnings for conversion of void to function pointer
8.0.1655  outdated gdb message in terminal debugger unclear
8.0.1656  no option to have xxd produce upper case variable names
8.0.1657  crash when reading a channel
8.0.1658  xxd capitalize argument not available in long form
8.0.1659  scroll events not recognized for some xterm emulators
8.0.1660  the terminal API "drop" command doesn't support options
8.0.1661  warnings from 64 bit compiler
8.0.1662  showing dump diff doesn't mention both file names
8.0.1663  cannot build without multi-byte feature
8.0.1664  test failure because of not allocating enough space
8.0.1665  when running a terminal from the GUI 'term' is not useful
8.0.1666  % argument in ch_log() causes trouble
8.0.1667  terminal window tests are flaky
8.0.1668  terminal debugger: can't re-open source code window
8.0.1669  :vimgrep may add entries to the wrong quickfix list
8.0.1670  terminal window tests are still a bit flaky
8.0.1671  crash when passing non-dict argument as env to job_start()
8.0.1672  error during completion causes command to be cancelled
8.0.1673  terminal window tests are still a bit flaky
8.0.1674  libvterm can't handle an OSC string split
8.0.1675  unused macro argument in libvterm
8.0.1676  no compiler warning for wrong printf format
8.0.1677  no compiler warning for wrong format in vim_snprintf()
8.0.1678  errorformat "%r" implies "%>"
8.0.1679  compiler warning for printf format
8.0.1680  memory allocated by libvterm is not profiled
8.0.1681  the format attribute fails with MinGW
8.0.1682  auto indenting breaks inserting a block
8.0.1683  Python upgrade breaks Vim when defining PYTHON_HOME
8.0.1684  ml_get errors when using terminal window for shell command
8.0.1685  can't set ANSI colors of a terminal window
8.0.1686  Python does not work when configuring with specific dir
8.0.1687  64 bit compiler warnings
8.0.1688  some macros are used without a semicolon
8.0.1689  no tests for xxd
8.0.1690  not easy to run one test with gvim instead of vim
8.0.1691  xxd test sometimes fails
8.0.1692  Python may not work when using statically linked library
8.0.1693  xxd is excluded from coverage statistics
8.0.1694  terminal API test is a bit flaky
8.0.1695  xxd test not run on MS-Windows
8.0.1696  coverage statistics don't work
8.0.1697  various tests are still a bit flaky
8.0.1698  coverage statistics don't work on coveralls
8.0.1699  leftover stuff for Python 1.4
8.0.1700  coverage statistics still don't work on coveralls
8.0.1701  can disable COLOR_EMOJI with MSVC but not MinGW
8.0.1702  leaking memory when autocommands make quickfix list invalid
8.0.1703  in the tutor 'showcmd' is not set
8.0.1704  'backupskip' default doesn't work for Mac
8.0.1705  when making a vertical split the mode message isn't updated
8.0.1706  cannot sent CTRL-\ to a terminal window
8.0.1707  when 'wfh' is set ":bel 10new" scrolls window
8.0.1708  mkdir with 'p' flag fails on existing directory
8.0.1709  some non-C89 code may slip through
8.0.1710  building with Ruby fails
8.0.1711  term_setsize() is not implemented yet
8.0.1712  terminal scrollback is not limited
8.0.1713  terminal debugger doesn't handle arguments
8.0.1714  term_setsize() does not give an error in a normal buffer
8.0.1715  terminal buffer can be 1 more than 'terminalscroll' lines
8.0.1716  test for term_setsize() does not give a good error message
8.0.1717  C89 check causes too much trouble
8.0.1718  terminal scrollback test fails on MS-Windows
8.0.1719  cannot specify which Python executable configure should use
8.0.1720  when a timer is running a terminal window may not close
8.0.1721  no test for using the 'termsize' option
8.0.1722  cannot specify a minimal size for a terminal window
2018-04-16 10:19:37 +00:00
wiz
1aed49903a vim*: follow redirect 2018-03-04 16:26:24 +00:00
morr
65b1b012d4 Update to newest changeset.
Changes:

8.0.1380  using "vim -r swapfile" the hit-enter prompt is misplaced.
8.0.1381  ch_readraw() waits for NL if channel mode is NL
8.0.1382  get "no write since last change" message if terminal is open
8.0.1383  local additions in help skips some files
8.0.1384  not enough quickfix help; confusing winid
8.0.1385  Python 3.5 is getting old
8.0.1386  cannot select modified buffers with getbufinfo()
8.0.1387  wordcount test is old style
8.0.1388  char not overwritten with ambiguous width char
8.0.1389  getqflist() items are missing if not set
8.0.1390  DirectX scrolling can be slow, vertical positioning is off
8.0.1391  encoding empty string to JSON sometimes gives "null"
8.0.1392  build fails with --with-features=huge --disable-channel
8.0.1393  too much highlighting with 'hlsearch' and 'incsearch' set
8.0.1394  cannot intercept a yank command
8.0.1395  it is not easy to see if a colorscheme is well written
8.0.1396  memory leak when CTRL-G in search command line fails
8.0.1397  pattern with \& following nothing gives an error
8.0.1398  :packadd does not load packages from the "start" directory
8.0.1399  warnings and errors when building tiny version
8.0.1400  color scheme check script shows up as color scheme
8.0.1401  cannot build with GTK but without XIM
8.0.1402  crash with nasty autocommand
8.0.1403  using freed buffer in grep command
8.0.1404  invalid memory access on exit
8.0.1405  duplicated code for getting a typed character
8.0.1406  difficult to track changes to a quickfix list
8.0.1407  GUI: CursorHold may trigger before 'updatetime'
8.0.1408  crash in setqflist()
8.0.1409  buffer overflow in :tags command
8.0.1410  hang when using count() with an empty string
8.0.1411  reading invalid memory with CTRL-W :
8.0.1412  using free memory using setloclist()
8.0.1413  accessing freed memory in :cbuffer
8.0.1414  accessing freed memory in :lfile.
8.0.1415  warning for unused function without timers feature
8.0.1416  crash when searching for a sentence
8.0.1417  test doesn't search for a sentence
8.0.1418  no test for expanding backticks
8.0.1419  cursor column is not updated after ]s
8.0.1420  accessing freed memory in vimgrep
8.0.1421  accessing invalid memory with overlong byte sequence
8.0.1422  no fallback to underline when undercurl is not set
8.0.1423  error in return not caught by try/catch
8.0.1424  the timer_pause test is flaky on Travis
8.0.1425  execute() does not work in completion of user command
8.0.1426  "gf" and <cfile> don't accept ? and & in URL
8.0.1427  the :leftabove modifier doesn't work for :copen
8.0.1428  compiler warning on 64 bit MS-Windows system
2018-01-20 12:19:09 +00:00
adam
83bee2d2f8 vim-share: fix building with Python 3.x (PR 52742) 2017-12-10 12:39:47 +00:00
bsiegert
32ff3f2da8 Update to vim-8.0.1379
Significant change: my ChromeOS fix is now included, so I can remove the
workaround from Makefile.common :)
2017-12-08 20:12:43 +00:00
bsiegert
81db3a11b2 Disable selinux on ChromeOS.
ChromeOS userland has a libselinux but not the selinux.h header file. The
configure check passes but compilation later fails.

However, the resulting binary still does not run. It gets killed on
startup with "buffer overflow detected".
2017-12-03 19:49:03 +00:00
morr
b9cd45aa46 Update to patches 1365.
Changes:
8.0.1215  newer gcc warns for implicit fallthrough
8.0.1216  tabline is not always updated for :file command
8.0.1217  can't use remote eval to inspect vars in debug mode
8.0.1218  writing to freed memory in autocmd
8.0.1219  terminal test is flaky
8.0.1220  skipping empty statusline groups is not correct
8.0.1221  still too many old style tests
8.0.1222  test functions interfere with each other
8.0.1223  crash when using autocomplete and tab pages
8.0.1224  still interference between test functions
8.0.1225  no check for spell region being zero
8.0.1226  edit and popup tests failing
8.0.1227  undefined left shift in readfile()
8.0.1228  invalid memory access in GUI test
8.0.1229  condition in vim_str2nr() is always true
8.0.1230  CTRL-A in Visual mode uses character after selection
8.0.1231  expanding file name drops dash
8.0.1232  MS-Windows users are confused about default mapping
8.0.1233  typo in dos installer
8.0.1234  MS-Windows: composing chars are not shown properly
8.0.1235  cannot disable the terminal feature in a huge build
8.0.1236  Mac features are confusing
8.0.1237  ":set scroll&" often gives an error
8.0.1238  incremental search only shows one match
8.0.1239  cannot use a lambda for the skip argument to searchpair()
8.0.1240  MS-Windows: term_start() does not support environment
8.0.1241  popup test is flaky
8.0.1242  function argument with only dash is seen as number zero
8.0.1243  no test for what 8.0.1227 fixes
8.0.1244  search test does not work correctly on MS-Windows
8.0.1245  when WaitFor() has a wrong expression it just waits a second
8.0.1246  popup test has an arbitrary delay
8.0.1247  not easy to find Debian build info
8.0.1248  stray + in README file
8.0.1249  no error when WaitFor() gets an invalid wrong expression
8.0.1250  'hlsearch' highlighting not removed after incsearch
8.0.1251  invalid expressin passed to WaitFor()
8.0.1252  incomplete translations makefile for MinGW/Cygwin
8.0.1253  still too many old style tests
8.0.1254  undefined left shift in gethexchrs()
8.0.1255  duplicate badge README file
8.0.1256  typo in configure variable vim_cv_tgent
8.0.1257  no test for fix of undefined behavior
8.0.1258  'ttymouse' is set to "sgr" even though it's not supported
8.0.1259  search test can be flaky
8.0.1260  using global variables for WaitFor()
8.0.1261  program in terminal window gets NL instead of CR
8.0.1262  terminal redir test is flaky
8.0.1263  others can read the swap file if a user is careless
8.0.1264  terminal debugger gets stuck in small window
8.0.1265  swap test not skipped when there is one group
8.0.1266  Test_swap_directory was commented out
8.0.1267  Test_swap_group may leave file behind
8.0.1268  PC install instructions are incomplete
8.0.1269  effect of autocommands on marks is not tested
8.0.1270  mismatching file name with Filelist
8.0.1271  still too many old style tests
8.0.1272  warnings for unused variables in tiny build
8.0.1273  old test file remaining
8.0.1274  setbufline() fails when using folding
8.0.1275  CmdlineLeave autocmd prevents fold from opening
8.0.1276  key lost when window closed in exit callback
8.0.1277  terminal window CR-NL conversions may cause problems
8.0.1278  GUI window always resizes when adding scrollbar
8.0.1279  initializing menus can be slow
8.0.1280  Python None cannot be converted to a Vim type
8.0.1281  loading file type detection slows down startup
8.0.1282  script-local variable defined in the wrong script
8.0.1283  test 86 fails under ASAN
8.0.1284  loading file type detection slows down startup
8.0.1285  distributed autoload files may clash with user files
8.0.1286  occasional crash when using a channel
8.0.1287  temp file used for viminfo may have wrong permissions
8.0.1288  GUI: cannot drag the statusline of a terminal window
8.0.1289  mkview always includes the local directory
8.0.1290  seq_cur of undotree() wrong after undo
8.0.1291  C indent wrong when * immediately follows comment
8.0.1292  quick clicks in the WinBar start Visual mode
8.0.1293  setting a breakpoint in the terminal debugger sometimes fails
8.0.1294  GUI: get stuck when splitting a terminal window
8.0.1295  cannot automatically get a server name in a terminal
8.0.1296  checking the same condition twice
8.0.1297  +autoservername does not show enabled on MS-Windows
8.0.1298  missing test file
8.0.1299  bracketed paste does not work well in terminal window
8.0.1300  file permissions may end up wrong when writing
8.0.1301  generated license file for NSIS has a modeline
8.0.1302  still too many old style tests
8.0.1303  'ttymouse' is not set to "sgr" for Terminal.app and Iterm2
8.0.1304  CTRL-G/CTRL-T don't work with incsearch and empty pattern
8.0.1305  writefile() never calls fsync()
8.0.1306  ASAN error stack trace is not useful
8.0.1307  compiler warning for ignoring return value
8.0.1308  the "Reading from stdin" message may be undesired
8.0.1309  cannot use 'balloonexpr' in a terminal
8.0.1310  cproto generates errors because of missing type
8.0.1311  no test for strpart()
8.0.1312  balloon_show() only works in terminal when compiled with GUI
8.0.1313  missing dependencies cause parallel make to fail
8.0.1314  build fails on Mac
8.0.1315  build still fails on Mac
8.0.1316  build still still fails on Mac
8.0.1317  accessing freed memory in term_wait()
8.0.1318  terminal balloon only shows one line
8.0.1319  can't build GUI on MS-Windows
8.0.1320  popup test fails on GUI-only build
8.0.1321  can't build huge version with Athena
8.0.1322  textformat test isn't run
8.0.1323  mouse events in a terminal window may cause endless loop
8.0.1324  some xterm sends different mouse move codes
8.0.1325  more tests are not run
8.0.1326  largefile test fails on CI, glob test on MS-Windows
8.0.1327  new proto file missing from distribution
8.0.1328  trouble when using ":term ++close" with autocmd
8.0.1329  when a flaky test fails it also often fails the second time
8.0.1330  MS-Windows: job in terminal can't get back to Vim
8.0.1331  possible crash when window can be zero lines high
8.0.1332  highlighting in quickfix window could be better
8.0.1333  some tests are run twice
8.0.1334  splitting a window with a WinBar damages window layout
8.0.1335  writefile() using fsync() may give an error.
8.0.1336  cannot use imactivatefunc() unless compiled with +xim
8.0.1337  typo in #ifdef
8.0.1338  USE_IM_CONTROL is confusing and incomplete
8.0.1339  no test for what 8.0.1335 fixes
8.0.1340  MS-Windows: cannot build GUI without IME
8.0.1341  'imactivatefunc' test fails on MS-Windows
8.0.1342  cannot build with Motif and multi-byte
8.0.1343  MS-Windows: does not show colored emojis
8.0.1344  using 'imactivatefunc' in the GUI does not work
8.0.1345  race condition between stat() and open() for viminfo
8.0.1346  crash when passing 50 char string to balloon_split()
8.0.1347  MS-Windows: build broken by misplaced curly
8.0.1348  make testclean deletes script file on MS-Windows
8.0.1349  options test fails when using Motif or GTK GUI
8.0.1350  cannot build with +eval and -multi_byte
8.0.1351  warning for unused variables building with MinGW
8.0.1352  dead URLs in the help go unnoticed
8.0.1353  QuickFixCmdPost is not used consistently
8.0.1354  Shift-Insert doesn't always work in MS-Windows console
8.0.1355  cursor keys don't work in MS-Windows console
8.0.1356  using simalt in a GUIEnter autocommand inserts characters
8.0.1357  startup test fails on OpenBSD
8.0.1358  undercurl is not used in the terminal
8.0.1359  libvterm ANSI colors can not always be recognized
8.0.1360  the Terminal highlighting doesn't work in a terminal
8.0.1361  some users don't want to diff with hidden buffers
8.0.1362  terminal window colors wrong when using Terminal highlighting
8.0.1363  recovering does not work when swap file ends in .stz
8.0.1364  there is no easy way to get the window position
8.0.1365  when one channel test fails others fail as well
2017-12-03 17:49:14 +00:00
morr
c1bacae520 Update to patchset 1214.
Changes:
8.0.1177  in a terminal window the popup menu is not cleared
8.0.1178  using old compiler on MS-Windows
8.0.1179  Test_popup_and_window_resize() does not always pass
8.0.1180  MS-Windows testclean target deletes the color script
8.0.1181  tests using Vim command fail on MS-Windows
8.0.1182  cannot see or change mzscheme dll name
8.0.1183  MS-Windows build instructions are outdated
8.0.1184  the :marks command is not tested
8.0.1185  Ruby library includes minor version number
8.0.1186  still quite a few old style tests
8.0.1187  building with lua fails for OSX on Travis
8.0.1188  autocmd test fails on MS-Windows
8.0.1189  E172 is not actually useful
8.0.1190  unusable after opening new window in BufWritePre event
8.0.1191  MS-Windows: missing 32 and 64 bit files in installer
8.0.1192  MS-Windows: terminal feature not enabled by default
8.0.1193  crash when wiping out a buffer after using getbufinfo()
8.0.1194  actual fg and bg colors of terminal are unknown
8.0.1195  can't build on MS-Windows
8.0.1196  crash when t_RF is not set
8.0.1197  MS-Windows build instructions are not up to date
8.0.1198  older compilers don't know uint8_t
8.0.1199  when 'clipboard' is "autoselectplus" star register is set
8.0.1200  tests switch the bell off twice
8.0.1201  "yL" is affected by 'scrolloff'
8.0.1202  :wall gives an errof for a terminal window
8.0.1203  terminal window mistreats composing characters
8.0.1204  a QuitPre autocommand may get the wrong file name
8.0.1205  it is possible to unload a changed buffer
8.0.1206  no autocmd for entering or leaving the command line
8.0.1207  profiling skips the first and last script line
8.0.1208  'statusline' drops empty group with highlight change
8.0.1209  still too many old style tests
8.0.1210  CTRL-G and CTRL-T are ignored with typeahead
8.0.1211  cannot reorder tab pages with drag & drop
8.0.1212  MS-Windows: tear-off menu does not work on 64 bit
8.0.1213  setting 'mzschemedll' has no effect
8.0.1214  accessing freed memory when EXITFREE is set
2017-10-24 11:04:03 +00:00
morr
9ab0664a3e Update to patchset 8.0.1176
Changes:
8.0.1097  background color wrong if job changes background color
8.0.1098  build failure if libvterm installed
8.0.1099  warnings for GDK calls
8.0.1100  stuck in redraw loop when 'lazyredraw' is set
8.0.1101  channel write fails if writing to log fails
8.0.1102  terminal window does not use Normal colors
8.0.1103  converting cterm color fails for grey ramp
8.0.1104  the qf_jump() function is too long
8.0.1105  match() and matchend() are not tested
8.0.1106  terminal colors wrong on an MS-Windows console
8.0.1107  terminal debugger jumps to non-existing file
8.0.1108  cannot specify mappings for the terminal window
8.0.1109  timer causes error on exit from Ex mode
8.0.1110  FORTIFY_SOURCE from Perl causes problems
8.0.1111  syntax error in configure when using Perl
8.0.1112  can't get size or current index from quickfix list
8.0.1113  can go to Insert mode from Terminal-Normal mode
8.0.1114  default for 'iminsert' is annoying
8.0.1115  crash when using foldtextresult() recursively
8.0.1116  terminal test fails on MS-Windows
8.0.1117  Test_terminal_no_cmd hangs on MS-Windows with GUI
8.0.1118  FEAT_WINDOWS adds a lot of #ifdefs
8.0.1119  quitting a split terminal window kills the job
8.0.1120  :tm means :tmap instead of :tmenu
8.0.1121  can uncheck executables in MS-Windows installer
8.0.1122  vimtutor.bat doesn't work well with vim.bat
8.0.1123  cannot define a toolbar for a window
8.0.1124  use of MZSCHEME_VER is unclear
8.0.1125  wrong window height when splitting window with window toolbar
8.0.1126  endless resize when terminal showing in two buffers
8.0.1127  Test_peek_and_get_char fails on 32 bit system
8.0.1128  old xterm sends CTRL-X in response to t_RS
8.0.1129  window toolbar missing a part of the patch
8.0.1130  the qf_jump() function is still too long
8.0.1131  not easy to trigger an autocommand for new terminal window
8.0.1132  #if condition is not portable
8.0.1133  syntax timeout not used correctly
8.0.1134  superfluous call to syn_get_final_id()
8.0.1135  W_WINCOL() is always the same
8.0.1136  W_WIDTH() is always the same
8.0.1137  (after 8.0.1136) cannot build with Ruby
8.0.1138  click in window toolbar starts Visual mode
8.0.1139  using window toolbar changes state
8.0.1140  still old style tests
8.0.1141  MS-Windows build dependencies are incomplete
8.0.1142  window toolbar menu gets a tear-off item
8.0.1143  macros always expand to the same thing
8.0.1144  using wrong #ifdef for computing length
8.0.1145  warning when compiling with Perl
8.0.1146  redraw when highlight is set with same names
8.0.1147  fail to build with tiny features
8.0.1148  gN doesn't work on last match with 'wrapscan' off
8.0.1149  libvterm colors differ from xterm
8.0.1150  MS-Windows GUI: dialog font size is incorrect
8.0.1151  "vim -c startinsert!" doesn't append
8.0.1152  encoding of error message wrong in Cygwin terminal
8.0.1153  no tests for diff_hlID() and diff_filler()
8.0.1154  'indentkeys' does not work properly
8.0.1155  Ruby command triggers a warning
8.0.1156  trouble from removing one -W argument from Perl CFLAGS
8.0.1157  compiler warning on MS-Windows
8.0.1158  still old style tests
8.0.1159  typo in #ifdef
8.0.1160  getting tab-local variable fails after closing window
8.0.1161  popup menu drawing problem when resizing terminal
8.0.1162  shared script for tests cannot be included twice
8.0.1163  popup test is flaky
8.0.1164  changing StatusLine highlight does not always work
8.0.1165  popup test is still flaky
8.0.1166  :terminal doesn't work on Mac High Sierra
8.0.1167  Motif: typing in terminal window is slow
8.0.1168  wrong highlighting with combination of match and 'cursorline'
8.0.1169  highlignting one char too many with 'list' and 'cul'
8.0.1170  using termdebug results in 100% CPU time
8.0.1171  popup test is still a bit flaky
8.0.1172  when E734 is given option is still set
8.0.1173  terminal window is not redrawn after CTRL-L
8.0.1174  Mac Terminal.app has wrong color for white
8.0.1175  build failure without +termresponse
8.0.1176  job_start() does not handle quote and backslash correctly
2017-10-07 12:32:23 +00:00
wiz
9c20c13837 vim-share: add comment where changelog can be found
From morr@
2017-09-18 23:27:01 +00:00
wiz
e2ce799a56 Bump vim{,-share} to 8.0.1096.
Changes not found.
2017-09-11 21:05:00 +00:00
wiz
45819334ce Updated vim-share to 8.0.0921.
The usual bugfixes.

Add PRINT_PLIST_AWK line to make updates easier.
2017-08-15 21:00:11 +00:00
wen
e211d442a6 Update to 8.0.0702
Upstream changes:
17435  8.0.0647  syntax highlighting can cause a freeze
  1629  8.0.0648  possible use of NULL pointer
  3822  8.0.0649  when opening a help file the filetype is set several times
  2039  8.0.0650  for extra help files the filetype is set more than once
  1534  8.0.0651  build failure without the auto command feature
 10036  8.0.0652  unicode information is outdated
  2013  8.0.0653  the default highlight for QuickFixLine is not good
  5188  8.0.0654  no warning for text after :endfunction
  2677  8.0.0655  not easy to make sure a function does not exist
  2329  8.0.0656  cannot use ! after some user commands
 13104  8.0.0657  cannot get and set quickfix list items
 47863  8.0.0658  spell test is old style
  5884  8.0.0659  no test for conceal mode
  1676  8.0.0660  silent install on MS-Windows shows dialog
 10750  8.0.0661  recognizing urxvt mouse codes does not work well
  1828  8.0.0662  stray FIXME for fixed problem
  5971  8.0.0663  unexpected error message only when 'verbose' is set
  2373  8.0.0664  mouse does not work in tmux
  1517  8.0.0665  warning for uninitialized variable
  4110  8.0.0666  dead for loop
  5896  8.0.0667  memory access error when command follows :endfunc
  1689  8.0.0668  nsis installer script does not work
  2927  8.0.0669  CTRL-N at start of the buffer does not work correctly
  3607  8.0.0670  can't use input() in a timer callback
  1600  8.0.0671  hang when typing CTRL-C in confirm() in timer
  6001  8.0.0672  third item of synconcealed() changes too often
  1260  8.0.0673  build failure without conceal feature
  1751  8.0.0674  cannot build with eval but without timers
  2638  8.0.0675  'colorcolumn' has a higher priority than 'hlsearch'
  8830  8.0.0676  crash when closing quickfix window in autocmd
  4177  8.0.0677  setting 'filetype' may switch buffers
  3772  8.0.0678  closing a window does not trigger resizing
  2223  8.0.0679  using freed memory
 10068  8.0.0680  plugins in start packages are sourced twice
  2323  8.0.0681  unnamed register only contains the last deleted text
  2786  8.0.0682  no test for synIDtrans()
  4871  8.0.0683  visual bell flashes too quickly
 13990  8.0.0684  old style tests are not nice
 28918  8.0.0685  when conversion fails written file may be truncated
  1479  8.0.0686  extra redraw when using CTRL-L in second window
  6644  8.0.0687  minor issues related to quickfix
  4317  8.0.0688  cannot resize the window in a FileType autocommand
  2402  8.0.0689  ~ character not escaped when extending search pattern
  2150  8.0.0690  compiler warning on non-Unix system
  1267  8.0.0691  compiler warning without the linebreak feature
  2964  8.0.0692  CTRL-G with 'incsearch' and ? goes in the wrong direction
361923  8.0.0693  no terminal emulator support
  2396  8.0.0694  building in shadow directory does not work
  5003  8.0.0695  missing dependencies breaks parallel make
  1309  8.0.0696  .inc files missing in git
  9396  8.0.0697  recorded key sequences may become invalid
  4219  8.0.0698  crash on exit when using Python function in timer.
  1742  8.0.0699  checksum tests are not actually run
  2709  8.0.0700  segfault with QuitPre autocommand closes the window
  2900  8.0.0701  system test failing when using X11 forwarding
  5191  8.0.0702  an error in a timer can make Vim unusable
  3118  8.0.0703  illegal memory access with empty :doau command
  2145  8.0.0704  problems with autocommands when opening help
2017-07-09 23:58:24 +00:00
morr
bd5eebb4e6 Update distinfo as well 2017-06-18 18:47:37 +00:00
morr
194bfb878f Update with latest patches 2017-06-18 17:48:46 +00:00
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
2017-06-18 17:46:59 +00:00
ryoon
17cfb59fe1 Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:23:47 +00:00
jperkin
af4e67dde0 Use VIM_SUBDIR. Fixes build on systems without /bin/csh. 2017-03-14 15:15:08 +00:00
snj
0f1f379358 update vim to 8.0.0425. changes:
8.0.0342  double free with EXITFREE and setting 'ttytype'
8.0.0343  b:changedtick can be unlocked
8.0.0344  unlet command leaks memory
8.0.0345  islocked('d.changedtick') does not work
8.0.0346  Vim relies on limits.h to be included indirectly
8.0.0347  when using completion comment leader wont work
8.0.0348  using shadow dir on Mac lack +clipboard
8.0.0349  redrawing errors with GTK 3
8.0.0350  not enough test coverage for Perl
8.0.0351  no test for concatenating an empty string
8.0.0352  not easy to see when a typval needs to be cleared
8.0.0353  if [RO] is translated it may be truncated
8.0.0354  test to check that setting termcap key fails sometimes
8.0.0355  using uninitialized memory when 'isfname' is empty
8.0.0356  (after 8.0.0342) leaking memory when setting 'ttytype'
8.0.0357  crash when setting 'guicursor' to weird value
8.0.0358  invalid memory access in C-indent code
8.0.0359  'number' and 'relativenumber' are not properly tested
8.0.0360  sometimes VimL is used instead of "Vim script"
8.0.0361  GUI initialisation is not sufficiently tested
8.0.0362  (after 8.0.0361) tests fail on MS-Windows
8.0.0363  Travis is too slow to keep up with patches
8.0.0364  ]s does not move cursor with two spell errors in one line
8.0.0365  might free a dict item that wasn't allocated
8.0.0366  (after 8.0.0365) build fails with tiny features
8.0.0367  types in include files may be inconsistent
8.0.0368  not all options are tested with a range of values
8.0.0369  a few options are not defined, depending on features
8.0.0370  invalid memory access when setting wildchar empty
8.0.0371  leaking memory when setting v:completed_item
8.0.0372  more options are not always defined
8.0.0373  build fails without +folding
8.0.0374  invalid memory access when using :sc in Ex mode
8.0.0375  the "+ register is not tested
8.0.0376  size computations in spell file reading are off
8.0.0377  possible overflow when reading corrupted undo file
8.0.0378  another possible overflow when reading corrupted undo file
8.0.0379  CTRL-Z and mouse click use CTRL-O unnecessary
8.0.0380  with 'linebreak' double wide char wraps badly
8.0.0381  diff mode is not sufficiently tested
8.0.0382  (after 8.0.0380) warning in tiny build for unused variable
8.0.0383  (after 8.0.0382) misplaced #ifdef
8.0.0384  timer test failed for no apparent reason
8.0.0385  no tests for arabic
8.0.0386  tiny build has a problem with generating the options test
8.0.0387  compiler warnings
8.0.0388  filtering lines changes folds
8.0.0389  test for arabic does not check what is displayed
8.0.0390  when the window scrolls the popup menu may be garbled
8.0.0391  arabic support is verbose and not well tested
8.0.0392  GUI test fails with Athena and Motif
8.0.0393  (after 8.0.0190) order of duplicate tags is not preserved
8.0.0394  tabs are not aligned when scrolling horizontally
8.0.0395  testing the + register fails with Motif
8.0.0396  'balloonexpr' only works synchronously
8.0.0397  (after 8.0.0392) can't build with +viminfo but without +eval
8.0.0398  illegal memory access with "t"
8.0.0399  crash when using balloon_show() when not supported
8.0.0400  some tests have a one second delay
8.0.0401  test fails with missing balloon feature
8.0.0402  :map completion does not have <special>
8.0.0403  GUI tests may fail
8.0.0404  not enough testing for quickfix
8.0.0405  v:progpath may become invalid after :cd
8.0.0406  arabic shaping code is verbose
8.0.0407  filtering folds with marker method not tested
8.0.0408  updating folds does not always work properly
8.0.0409  set_progpath is defined but not always used
8.0.0410  newer gettext/iconv library has extra dll file
8.0.0411  menu translations don't match when case is changed
8.0.0412  (after 8.0.0411) menu test fails on MS-Windows
8.0.0413  (after 8.0.0412) menu test fails on MS-Windows using gvim
8.0.0414  balloon eval is not tested
8.0.0415  (after 8.0.0414) balloon test fails on MS-Windows
8.0.0416  setting v:progpath is not quite right
8.0.0417  test for the clipboard fails sometimes
8.0.0418  ASAN logs are disabled
8.0.0419  test for v:progpath fails on MS-Windows
8.0.0420  text garbled when the system encoding differs from 'encoding'
8.0.0421  diff mode wrong when adding line at end of buffer
8.0.0422  Python test fails with Python 3.6
8.0.0423  changing 'cinoptions' does not always work
8.0.0424  compiler warnings on MS-Windows
8.0.0425  build errors when building without folding
2017-03-06 06:07:53 +00:00
snj
ddb6b067e3 Update vim to 8.0.0341.
Changes:
8.0.0162  build error on Fedora 23
8.0.0163  cannot build with Ruby 2.4
8.0.0164  outdated and misplaced comments
8.0.0165  ubsan warns for integer overflow
8.0.0166  JSON with a duplicate key gives an internal error
8.0.0167  str2nr()/str2float() fail with negative values
8.0.0168  not all float functionality is tested
8.0.0169  json_decode() may run out of stack space
8.0.0170  crash in channel test
8.0.0171  JS style JSON does not support single quotes
8.0.0172  command line window does not work
8.0.0173  build fails with EBCDIC defined
8.0.0174  executing "locale -a" on MS-Windows needlessly
8.0.0175  setting language on MS-Windows does not always work
8.0.0176  cannot use :change inside a function definition
8.0.0177  BufEnter autocommand not fired for a directory
8.0.0178  command count test fails on MS-Windows
8.0.0179  cannot have a local value for 'formatprg'
8.0.0180  error E937 is used twice
8.0.0181  with cursorbind set cursor column highlighting is off
8.0.0182  cursor ilne not update when 'cursorbind' is set
8.0.0183  ubsan warns for unaligned address
8.0.0184  when an error is caught Vim still exits with non-zero result
8.0.0185  (after 8.0.0184) system() test fails on MS-Windows
8.0.0186  confusing error message from assert_notequal()
8.0.0187  cant build with new Ruby version
8.0.0188  (after 8.0.0182) redrawing for 'cursorbind' is inefficient
8.0.0189  profile commands are not tested
8.0.0190  finding duplicate tags uses a slow linear search
8.0.0191  (after 8.0.0187) can't build with Ruby on some systems
8.0.0192  (after 8.0.0190) cannot build with tiny features
8.0.0193  (after 8.0.0188) accidentally removed #ifdef
8.0.0194  (after 8.0.0189) profile test fails if times are equal
8.0.0195  (after 8.0.0190) fail to jump to static tag in current file
8.0.0196  profile test is slow and does not work on MS-Windows
8.0.0197  system() test skips some parts for MS-Windows
8.0.0198  some syntax arguments take effect even after "if 0"
8.0.0199  compiler warnings for libcall
8.0.0200  some syntax arguments are not tested
8.0.0201  completion of highlight groups includes cleared names
8.0.0202  no test for invalid syntax group name
8.0.0203  order of complication flags is sometimes wrong
8.0.0204  compiler warns for uninitialized variable
8.0.0205  wrong behavior after :undojoin
8.0.0206  test coverage for :retab insufficient
8.0.0207  leaking file descriptor when system() fails
8.0.0208  internally used commands end up in history
8.0.0209  cursor binding does not work with :substitute
8.0.0210  no support for bracketed paste
8.0.0211  (after 8.0.0210) cannot build without the multi-byte feature
8.0.0212  buffer for key name may be too small
8.0.0213  Netbeans specialKeys command does not check argument length
8.0.0214  leaking memory when syntax cluster id is unknown
8.0.0215  NULL pointer use if cscope line looks like emacs tag
8.0.0216  decoding js style json may fail
8.0.0217  (after 8.0.0215) build fails without cscope feature
8.0.0218  no completion for :cexpr and similar commands
8.0.0219  ubsan reports errors for overflow
8.0.0220  completion of highlight names misses a few values
8.0.0221  unnecessary condition on PROTO
8.0.0222  blockwise put on multi-byte character misplaced
8.0.0223  Coverity warns for an uninitialized variable
8.0.0224  change to 'fileformats' from autocmd does not take effect
8.0.0225  put in Visual block mode terminates early
8.0.0226  test for patch 8.0.0224 missing CR characters
8.0.0227  crash with ff=dos when first line in file has no CR
8.0.0228  pasting in xterm on the command line has PasteStart
8.0.0229  local 'formatprg' option value leaks
8.0.0230  bracketed paste does not support line breaks
8.0.0231  bracketed paste mode is not tested
8.0.0232  paste does not work when 'esckeys' is off
8.0.0233  (after 8.0.0231) paste test fails in the GUI
8.0.0234  (after 8.0.0225) crash when using put in Visual mode
8.0.0235  memory leak in diff mode
8.0.0236  (after 8.0.0234) gcc complains about uninitialized variable
8.0.0237  when 'wildoptions' is "tagfile" completion may not work
8.0.0238  bracketed paste does not disable autoindent
8.0.0239  no CI with an address sanitizer
8.0.0240  (after 8.0.0239) failure with one build on CI
8.0.0241  fallback implementation of mch_memmove is unused
8.0.0242  no tests for user command completion
8.0.0243  tolower() does not work if the byte count changes
8.0.0244  making t_BE empty only has an effect before startup
8.0.0245  zh_CN.cp936.po has a conversion error
8.0.0246  compiler warnings for int to pointer conversion
8.0.0247  need to type Ctrl-N twice to select a completion
8.0.0248  vim_strcat() cannot handle overlapping arguments
8.0.0249  CI failure when a submit is close to previous one
8.0.0250  virtcol() does not work well for multi-byte characters
8.0.0251  not easy to select Python 2 or 3
8.0.0252  not properly recognizing word characters between 128 and 255
8.0.0253  error when loading session if winminheight is 2
8.0.0254  error message of assert functions is sometimes incomplete
8.0.0255  setpos() does not use the buffer argument for all marks
8.0.0256  (after 8.0.0255) missing changes to one file breaks test
8.0.0257  (after 8.0.0252) test file missing in distribution
8.0.0258  (after 8.0.0252) mksession test leaves file behind
8.0.0259  tab commands do not handle count correctly
8.0.0260  build fails with tiny features
8.0.0261  not enough test coverage for eval functions
8.0.0262  Farsi support is barely tested
8.0.0263  Farsi support is not tested enough
8.0.0264  memory error reported by ubsan
8.0.0265  may get ml_get error when :pydo deletes lines
8.0.0266  compiler warning for using uninitialized variable
8.0.0267  channel test sometimes fails on Mac
8.0.0268  may get ml_get error when :luado deletes lines
8.0.0269  may get ml_get error when :perldo deletes lines
8.0.0270  may get ml_get error when :rubydo deletes lines
8.0.0271  may get ml_get error when :tcldo deletes lines
8.0.0272  crash on exit is not detected when running tests
8.0.0273  dead code detected by Coverity
8.0.0274  possible recursive screen updating causes trouble
8.0.0275  the screen may be updated at the wrong time
8.0.0276  unnecessary #ifdefs
8.0.0277  the GUI test may trigger fontconfig and take a long time
8.0.0278  (after 8.0.0277) GUI test fails on MS-Windows
8.0.0279  MSVC 2015 uses a different dll name
8.0.0280  problem setting multi-byte environment var on MS-Windows
8.0.0281  some files are still using ARGSUSED instead of UNUSED
8.0.0282  need to use CTRL-O twice when in Visual-Insert mode
8.0.0283  mode() does not indicate Insert mode completion
8.0.0284  collapse buffers test failed once
8.0.0285  (after 8.0.0277) tests fail with tiny build on Unix
8.0.0286  not always redrawing after screen resize
8.0.0287  debug mode: cannot access function arguments
8.0.0288  (after 8.0.0284) errors reported while running tests
8.0.0289  no test for "ga" and :ascii
8.0.0290  cursor positioning wrong if wide character wraps
8.0.0291  (after 8.0.0282) Visual block insert does not do all lines
8.0.0292  the stat test is a bit slow
8.0.0293  some tests have a one or three second wait
8.0.0294  argument list is not stored correctly in a session file
8.0.0295  (after 8.0.0293) test_viml hangs
8.0.0296  bracketed paste can only append, not insert
8.0.0297  double free on exit when using a closure
8.0.0298  Ex command range with repeated search does not work
8.0.0299  a window resize is sometimes not taking effect
8.0.0300  cannot stop diffing hidden buffers
8.0.0301  not enough testing for setting options
8.0.0302  cannot set terminal key codes with :let
8.0.0303  bracketed paste does not work in Visual mode
8.0.0304  assign test fails in the GUI
8.0.0305  invalid memory access when option has duplicate flag
8.0.0306  mode() not sufficiently tested
8.0.0307  asan detects a memory error when EXITFREE is defined
8.0.0308 'runtimepath' not updated correctly when using symbolic link
8.0.0309  cannot use an empty key in json
8.0.0310  not enough testing for GUI functionality
8.0.0311  linebreak tests are old style
8.0.0312  failure when a channel receives a split json message
8.0.0313  (after 8.0.0310) not enough testing for GUI functionality
8.0.0314  getcmd*() functions are not tested
8.0.0315  :help :[range] does not work
8.0.0316  :help z? does not work
8.0.0317  no test for setting 'guifont'
8.0.0318  small mistake in 7x13 font name
8.0.0319  insert mode completion does not respect 'backspace'
8.0.0320  warning for unused variable with small build
8.0.0321  errors when trying to use scripts in tiny version
8.0.0322  possible overflow with corrupted spell file
8.0.0323  one second pause when running cmdline test
8.0.0324  illegal memory access with a wrong yank range
8.0.0325  packadd test does not clean up symlink
8.0.0326  packadd test uses wrong directory name
8.0.0327  error message in cmdline window is not translated
8.0.0328  the "zero count" error doesn't have a number
8.0.0329  xfontset and guifontwide are not tested
8.0.0330  illegal memory access after "vapo"
8.0.0331  restoring help snapshot accesses freed memory
8.0.0332  GUI test fails on some systems
8.0.0333  illegal memory access when 'complete' ends in a backslash
8.0.0334  can't access b:changedtick from a dict reference
8.0.0335  (after 8.0.0335) functions test fails
8.0.0336  flags of :substitute not sufficiently tested
8.0.0337  invalid memory access in :recover command
8.0.0338  (after 8.0.0337) :recover test fails on MS-Windows
8.0.0339  illegal memory access with vi'
8.0.0340  not checking return valud of dict_add()
8.0.0341  undo does not work properly when using completion
2017-02-19 19:13:34 +00:00
markd
713749f4f2 Allow system-wide vimrc in PKG_SYSCONFDIR 2017-01-19 09:54:56 +00:00
morr
bfe26a29b2 Update to newest snapshot.
Changes:
8.0.0087  channel callback may get job info after it was deleted
8.0.0088  when a test fails in Setup/Teardown problem is not reported
8.0.0089  various problems with GTK 3.22.2
8.0.0090  cursor moved after last character when using 'breakindent'
8.0.0091  test_help_complete sometimes fails in MS-Windows console
8.0.0092  C indent does not support nested namespaces that C++ 17 has
8.0.0093  not using multiprocess build feature
8.0.0094  if vimrun.exe not found error message is not properly encoded
8.0.0095  problems with GTK 3.22.2 fixed in 3.22.4
8.0.0096  when the input or output is not a tty Vim appears to hang
8.0.0097  if channel callback takes a lot of time Vim is unresponsive
8.0.0098  (after 8.0.0097) can't build on MS-Windows
8.0.0099  popup menu appears above the cursor too often
8.0.0100  file name options may contain non-filename characters
8.0.0101  some options are not strictly checked
8.0.0102  (after 8.0.0101) cannot set 'dictionary' to a path
8.0.0103  may not process channel readahead
8.0.0104  value of 'thesaurus' option not checked properly
8.0.0105  can't tell difference between reading empty line or nothing
8.0.0106  (after 8.0.0100) cannot use a semicolon in 'backupext'
8.0.0107  when reading channel output in timer messages may be missing
8.0.0108  (after 8.0.0107) the channel "drop" option is not tested
8.0.0109  still checking if memcmp() exists, should be everywhere now
8.0.0110  drop command doesn't use existing window
8.0.0111  the :history command is not tested
8.0.0112  tests 92 and 93 are old style
8.0.0113  MS-Windows: dialog for saving changes on the wrong monitor
8.0.0114  coding style not optimal
8.0.0115  when building with Cygwin libwinpthread isn't found
8.0.0116  using CTRl-] in English help language from 'helplang' is used
8.0.0117  parallel make fails
8.0.0118  "make proto" adds extra function prototype
8.0.0119  no test for using CTRL-R on the command line
8.0.0120  channel test is still flaky on OS X
8.0.0121  setting 'cursorline' changes the curswant column
8.0.0122  channel test is still flaky on OS X
8.0.0123  modern Sun compilers define "__sun" instead of "sun"
8.0.0124  internal error for assert_inrange(1, 1)
8.0.0125  not enough testing for entering Ex commands
8.0.0126  display problem with 'foldcolumn' and a wide character
8.0.0127  cancelling completion still formats text
8.0.0128  (after 8.0.0126) display test fails on MS-Windows
8.0.0129  parallel make still doesn't work
8.0.0130  configure uses "ushort" while the Vim code doesn't
8.0.0131  not enough test coverage for syntax commands
8.0.0132  (after 8.0.0131) test fails because of using :finish
8.0.0133  "2;'(" causes ml_get errors in an empty buffer
8.0.0134  null pointer access reported by UBsan
8.0.0135  relative address does not work with closed fold
8.0.0136  when changing indent the wrong fold is opened
8.0.0137  when 'maxfuncdepth' set above 200 nesting is limited to 200
8.0.0138  (after 8.0.0137) small build fails
8.0.0139  (after 8.0.0135) warning for unused argument
8.0.0140  pasting inserted text in Visual mode does not work properly
8.0.0141  (after 8.0.0137) nested function test fails on AppVeyor
8.0.0142  normal colors are wrong with 'termguicolors'
8.0.0143  line number of current buffer in getbufinfo() is wrong
8.0.0144  when using MSVC the GvimExt directory is cleaned twice
8.0.0145  running tests on MS-Windows is noisy
8.0.0146  termguicolors uses wrong colors on MS-Windows with ConEmu
8.0.0147  searchpair() fails when 'magic' is off
8.0.0148  wrong indent in C preprocessor with line continuation
8.0.0149  :earlier does not work after reading the undo file
8.0.0150  completion for :filter does not skip the pattern
8.0.0151  passing buffer content to system() is clumsy
8.0.0152  stray channellog created when running tests
8.0.0153  (after 8.0.0151) system() test fails on MS-Windows
8.0.0154  (after 8.0.0151) system() test fails on OS/X
8.0.0155  ubsan complains about NULL pointer
8.0.0156  not enough test coverage for float functions
8.0.0157  no completion for :syntax spell and :syntax sync
8.0.0158  (after 8.0.0156) float function test fails on MS-Windows
8.0.0159  crash on startup when updating tabline
8.0.0160  EMSG() is sometimes used where it should be IEMSG()
8.0.0161  (after 8.0.0159) can't build with small features
2017-01-09 19:26:14 +00:00
wiz
cbf7ab5e66 Update vim* to 8.0.0086.
Changes not found, but I assume bug fixes.
2016-11-16 10:38:35 +00:00
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
2016-10-03 20:04:46 +00:00
jperkin
a9d607fa34 Move USE_LANGUAGES to Makefile.common, fixes non-share builds. 2016-07-25 10:51:37 +00:00
jperkin
c8974b9b10 Uses C99 (isinf). 2016-07-22 10:33:31 +00:00
morr
acd623dcea Add src to patch and regerate distinfo 2016-07-05 07:26:35 +00:00
morr
7a48cf920b Regenerate distinfo 2016-07-05 05:48:02 +00:00
morr
0ba7d22b7a Unbreak linking on Mac OS X when bootstrap is build with full option. 2016-07-04 21:07:02 +00:00