Path to this page:
./
editors/vim-share,
Data files for the vim editor (vi clone)
Branch: CURRENT,
Version: 8.2.2127,
Package name: vim-share-8.2.2127,
Maintainer: morrVim is an almost compatible version of the UNIX editor Vi. Many new features
have been added: multi level undo, syntax highlighting, command line history,
on-line help, filename completion, block operations, etc.
This package is only a shared data-package for the `actual' vim packages.
You also have to install one of vim, vim-xaw, vim-gtk, vim-gtk2 or vim-motif
to get a working editor.
Required to build:[
pkgtools/cwrappers]
Master sites:
SHA1: 83edca8174b9134e2bbb92a2f51aff4f9681f32f
RMD160: e42107820f2fa94e961e8257e5fc7bdb00ef8317
Filesize: 14973.815 KB
Version history: (Expand)
- (2020-12-11) Updated to version: vim-share-8.2.2127
- (2020-11-01) Updated to version: vim-share-8.2.1933
- (2020-09-19) Updated to version: vim-share-8.2.1709
- (2020-09-01) Updated to version: vim-share-8.2.1033nb1
- (2020-06-22) Updated to version: vim-share-8.2.1033
- (2020-05-03) Updated to version: vim-share-8.2.0683
CVS history: (Expand)
2020-12-11 19:06:25 by Daniel Horecki | Files touched by this commit (4) |  |
Log message:
Update to version 8.2.2127.
ChangeLog:
8.2.1934 Vim9: command modifiers in :def function not tested
8.2.1935 sort test fails on Mac
8.2.1936 session sets the local 'scrolloff' value to the global value
8.2.1937 Vim9: test for confirm modifier fails in some situations
8.2.1938 wiping out a terminal buffer makes some tests fail
8.2.1939 invalid memory access in Ex mode with global command
8.2.1940 Vim9: browse modifier test fails on Mac
8.2.1941 Ex mode test fails on MS-Windows with GUI
8.2.1942 insufficient test coverage for the Netbeans interface
8.2.1943 Vim9: wrong error message when colon is missing
8.2.1944 Netbeans test is flaky
8.2.1945 crash when passing NULL function to reduce()
8.2.1946 sort() with NULL string not tested
8.2.1947 crash when using "zj" without folds
8.2.1948 GUI: crash when handling message while closing a window
8.2.1949 Vim9: using extend() on null dict is silently ignored
8.2.1950 Vim9: crash when compiling function fails when getting type
8.2.1951 test for list and dict fails
8.2.1952 Vim9: crash when using a NULL dict key
8.2.1953 Vim9: extra "unknown" error after other error
8.2.1954 Vim9: not all command modifiers are tested
8.2.1955 Vim9: not all command modifiers are tested
8.2.1956 Vim9: cannot specify argument types for lambda
8.2.1957 diff and cursorcolumn highlighting don't mix
8.2.1958 build failure with timers
8.2.1959 crash when terminal buffer name is made empty
8.2.1960 warning for uninitialized variable
8.2.1961 various comments can be improved
8.2.1962 netbeans may access freed memory
8.2.1963 crash when using a popup window with "latin1" encoding
8.2.1964 not all ConTeXt files are recognized
8.2.1965 Vim9: tests fail without the channel feature
8.2.1966 popup becomes current window after closing a terminal window
8.2.1967 the session file does not restore the alternate file
8.2.1968 Vim9: has() assumes a feature does not change dynamically
8.2.1969 Vim9: map() may change the list or dict item type
8.2.1970 it is easy to make mistakes when cleaning up swap files
8.2.1971 memory leak when map() fails
8.2.1972 crash when recreating nested fold
8.2.1973 finding a patch number can be a bit slow
8.2.1974 Vim9: test for has('gui_running') fails with VIMDLL
8.2.1975 Win32: memory leak when encoding conversion fails
8.2.1976 cannot backspace in prompt buffer after using cursor-left
8.2.1977 Vim9: error for using a string in a condition is confusing
8.2.1978 making a mapping work in all modes is complicated
8.2.1979 "term_opencmd" option of term_start() is truncated
8.2.1980 Vim9: some tests are not done at the script level
8.2.1981 MinGW: parallel compilation might fail
8.2.1982 quickfix window not updated when adding invalid entries
8.2.1983 ml_get error when using <Cmd> to open a terminal
8.2.1984 cannot use :vimgrep in omni completion
8.2.1985 crash when closing terminal popup with <Cmd> mapping
8.2.1986 expression test is flaky on Appveyor
8.2.1987 MS-Windows: Win32.mak is no longer needed
8.2.1988 still in Insert mode when opening terminal popup
8.2.1989 info popup triggers WinEnter and WinLeave autocommands
8.2.1990 cursor position wrong in terminal popup with finished job
8.2.1991 Coverity warns for not using the ga_grow() return value
8.2.1992 build fails with small features
8.2.1993 occasional failure of the netbeans test
8.2.1994 MS-Windows: MinGW always does a full build
8.2.1995 the popup menu can cause too much redrawing
8.2.1996 Vim9: invalid error for argument of extend()
8.2.1997 window changes when using bufload() while in a terminal popup
8.2.1998 terminal Cmd test sometimes fails to close popup
8.2.1999 terminal popup test sometimes fails
8.2.2000 Vim9: dict.key assignment not implemented yet
8.2.2001 Vim9: :def function does not apply 'maxfuncdepth'
8.2.2002 Vim9: lambda argument shadowed by function name
8.2.2003 build error with +conceal but without +popupwin
8.2.2004 compiler warning for uninitialized variable
8.2.2005 redoing a mapping with <Cmd> doesn't work properly
8.2.2006 .pbtxt files are not recognized
8.2.2007 test for insert mode in popup is not reliable
8.2.2008 MS-Windows GUI: handling channel messages lags
8.2.2009 MS-Windows: setting $LANG in gvimext only causes problems
8.2.2010 Vim9: compiling fails for unreachable return statement
8.2.2011 "syn sync" reports a very large number
8.2.2012 Vim9: confusing error message when using bool wrongly
8.2.2013 Vim9: not skipping white space after unary minus
8.2.2014 using CTRL-O in a prompt buffer moves cursor to start
8.2.2015 Vim9: literal dict #{} is not like any other language
8.2.2016 swap file test is a little flaky
8.2.2017 missing part of the dict change
8.2.2018 Vim9: script variable not found from lambda
8.2.2019 swap file test fails on MS-Windows
8.2.2020 some compilers do not like the "namespace" argument
8.2.2021 Vim9: get E1099 when autocommand resets did_emsg
8.2.2022 Vim9: star command recognized errornously
8.2.2023 Vim: memory leak when :execute fails
8.2.2024 flicker when redrawing a popup with a title and border
8.2.2025 Amiga: Not all colors are used on OS4
8.2.2026 Coverity warns for possibly using not NUL terminated string
8.2.2027 Coverity warns for uninitialized field
8.2.2028 Coverity warns for using an uninitialized variable
8.2.2029 Coverity warns for not checking return value
8.2.2030 some tests fail on Mac
8.2.2031 some tests fail when run under valgrind
8.2.2032 cabalconfig and cabalproject filetypes not recognized
8.2.2033 Vim9: :def without argument gives compilation error
8.2.2034 Vim9: list unpack in for statement not compiled yet
8.2.2035 MS-Windows: some tests may fail
8.2.2036 buffer messed up if creating the quickfix window fails
8.2.2037 compiler test depends on list of compiler plugins
8.2.2038 compiler test fails on MS-Windows
8.2.2039 viminfo is not written when creating a new file
8.2.2040 terminal buffer disappears even when 'bufhidden' is "hide"
8.2.2041 haskell filetype not optimally recognized
8.2.2042 build failure with +profile but without +reltime
8.2.2043 GTK3: white border around text stands out
8.2.2044 MS-Windows: swap file test sometimes fails
8.2.2045 highlighting a character too much with incsearch
8.2.2046 some test failures don't give a clear error
8.2.2047 Amiga: FEAT_ARP defined when it should not
8.2.2048 Amiga: obsolete code
8.2.2049 Amiga: obsolete function
8.2.2050 search test contains unneeded sleeps
8.2.2051 Vim9: crash when aborting a user function call
8.2.2052 Vim9: "edit +4 fname" gives an error
8.2.2053 Vim9: lamba doesn't accept argument types
8.2.2054 Amiga: FEAT_ARP defined when it should not
8.2.2055 MS-Windows: two Vim instances may use the same temp file
8.2.2056 configure fails if building with implicit-function-declaration
8.2.2057 getting the selection may trigger TextYankPost autocmd
8.2.2058 using mkview/loadview changes the jumplist
8.2.2059 Amiga: can't find plugins
8.2.2060 check for features implemented with "if"
8.2.2061 Vim9: E1030 error when using empty string for term_sendkeys()
8.2.2062 <Cmd> does not handle CTRL-V
8.2.2063 Vim9: only one level of indexing supported
8.2.2064 terminal: cursor is on while redrawing, causing flicker
8.2.2065 using map() and filter() on a range() is inefficient
8.2.2066 Vim9: assignment with += doesn't work
8.2.2067 cursor position in popup terminal is wrong
8.2.2068 transparent syntax item uses start/end of containing region
8.2.2069 the quickfix window is not updated after setqflist()
8.2.2070 can't get the exit value in VimLeave(Pre) autocommands
8.2.2071 Vim9: list assign doesn't except empty remainder list
8.2.2072 Vim9: list assign not well tested
8.2.2073 Vim9: for with unpack only works for local variables
8.2.2074 Vim9: using :normal from Vim9 script can't handle range
8.2.2075 error for const argument to mapnew()
8.2.2076 MS-Windows console: sometimes drops typed characters
8.2.2077 build failure with small features
8.2.2078 illegal memory access when using :print on invalid text
8.2.2079 Vim9: cannot put a linebreak before or after "in" of \
":for"
8.2.2080 Vim9: no proper error message for using s:var in for loop
8.2.2081 Vim9: cannot handle a linebreak after "=" in assignment
8.2.2082 Vim9: can still use the depricated #{} dict syntax
8.2.2083 Vim9: crash when using ":silent!" and getting member fails
8.2.2084 CTRL-V U doesn't work to enter a Unicode character
8.2.2085 Qt translation file is recognized as typescript
8.2.2086 libvterm tests are only run on Linux
8.2.2087 Vim9: memory leak when statement is truncated
8.2.2088 Vim9: script test sometimes fails
8.2.2089 libvterm test fails to build on Mac
8.2.2090 Vim9: dict does not accept a key in quotes
8.2.2091 MS-Windows: build warnings
8.2.2092 Vim9: unpredictable errors for script tests
8.2.2093 Vim9: script test sometimes fails
8.2.2094 when an expression fails getting next command may be wrong
8.2.2095 Vim9: crash when failed dict member is followed by concat
8.2.2096 Vim9: command modifiers not restored after assignment
8.2.2097 Vim9: using :silent! when calling a function prevents abort
8.2.2098 Vim9: function argument of sort() and map() not tested
8.2.2099 Vim9: some checks are not tested
8.2.2100 insufficient testing for function range and dict
8.2.2101 Vim9: memory leak when literal dict has an error
8.2.2102 Vim9: not all error messages tested
8.2.2103 Vim9: unreachable code
8.2.2104 build problem with Ruby 2.7
8.2.2105 sound test is a bit flaky
8.2.2106 TOML files are not recognized
8.2.2107 Vim9: some errors not tested
8.2.2108 Vim9: no test to check for :let error
8.2.2109 "vim -" does not work well when modifyOtherKeys is enabled
8.2.2110 cannot use ":shell" when reading from stdin
8.2.2111 GTK: menu background is the same color as the main window
8.2.2112 running tests may leave some files behind
8.2.2113 MS-Windows GUI: crash after using ":set guifont=" four times
8.2.2114 Vim9: unreachable code in assignment
8.2.2115 Vim9: some errors not tested for; dead code
8.2.2116 MS-Windows GUI: test for 'guifont' is incomplete
8.2.2117 some functions use any value as a string
8.2.2118 dead code in the job support
8.2.2119 GTK3: status line background color is wrong
8.2.2120 not all Perl functionality is tested
8.2.2121 internal error when using \ze before \zs in a pattern
8.2.2122 Vim9: crash when sourcing vim9script early
8.2.2123 after using a complete popup the buffer is listed
8.2.2124 Vim9: a range cannot be computed at runtime
8.2.2125 Vim9: leaking memory
8.2.2126 Ruby: missing function prototype
8.2.2127 Vim9: executing user command from Vim9 script not tested
|
2020-11-01 15:53:00 by Daniel Horecki | Files touched by this commit (3) |  |
Log message:
Update to version 8.2.1933.
Changelog:
8.2.1710 Vim9: list of list type can be wrong
8.2.1711 Vim9: leaking memory when using partial
8.2.1712 Vim9: leaking memory when calling a lambda
8.2.1713 Motif GUI: crash when setting menu colors
8.2.1714 text properties corrupted with substitute command
8.2.1715 Motif GUI: commented out code missed {}
8.2.1716 options window has duplicate translations
8.2.1717 MS-Windows installer doesn't have Russian translations
8.2.1718 Vim9: :def function disallows "firstline" for no good reason
8.2.1719 Vim9: no error if comma is missing in between arguments
8.2.1720 Vim9: memory leak with heredoc that isn't executed
8.2.1721 MS-Windows installer doesn't work
8.2.1722 Vim9: cannot assign a lambda to a variable of type function
8.2.1723 Vim9: Variable argument name cannot start with underscore
8.2.1724 Vim9: assignment tests spread out
8.2.1725 not all Pascal files are recognized
8.2.1726 fuzzy matching only works on strings
8.2.1727 a popup created with "cursorline" will ignore \
"firstline"
8.2.1728 compiler warning for using uninitialized variable
8.2.1729 endless loop when ":normal" feeds popup window filter
8.2.1730 Vim9: cannot use member of unknown type
8.2.1731 Vim9: cannot use += to append to empty NULL list
8.2.1732 stuck when win_execute() for a popup causes an error
8.2.1733 Vim9: memory leaks when using nested function
8.2.1734 Vim9: cannot use a funcref for a closure twice
8.2.1735 Github actions appear to timeout too soon
8.2.1736 failure to compile a pattern not tested much
8.2.1737 cursor line highlight in popup window is not always updated
8.2.1738 Mac: str2float() recognizes comma instead of decimal point
8.2.1739 Vim9: crash when compiling a manually defined function
8.2.1740 test fails without the terminal feature
8.2.1741 pathshorten() only supports using one character
8.2.1742 test still fails without the terminal feature
8.2.1743 cannot build without the eval feature
8.2.1744 Vim9: using ":const!" is weird
8.2.1745 tiny version doesn't build
8.2.1746 Vim9: cannot use "fina" for "finally"
8.2.1747 result of expand() unexpectedly depends on 'completeslash'
8.2.1748 closing split window in other tab may cause a crash
8.2.1749 Vim9: crash when closure fails in nested function
8.2.1750 popup_setoptions() setting firstline fails if cursorline set
8.2.1751 using 2 where bool is expected may throw an error
8.2.1752 GTK GUI: cannot map alt-? with <A-?>
8.2.1753 Vim9: crash when using import at script level
8.2.1754 completion with spell checking not tested
8.2.1755 Vim9: crash when using invalid heredoc marker
8.2.1756 Vim9: :let will soon be disallowed
8.2.1757 Mac: default locale is lacking the encoding
8.2.1758 Vim9: type of unmaterialized list is wrong
8.2.1759 Vim9: Some tests are still using :let
8.2.1760 Vim9: crash when end marker is missing
8.2.1761 Vim9: Some tests are still using :let
8.2.1762 when a timer uses :stopinsert completion isn't stopped
8.2.1763 Vim9: cannot use "true" for popup window scrollbar option
8.2.1764 Vim9: no error when assigning to script var with wrong type
8.2.1765 Vim9: some tests use "var var"
8.2.1766 Vim9: Some tests are still using :let
8.2.1767 Vim9: test fails with python support
8.2.1768 cannot use the help menu from a terminal window
8.2.1769 popup filter interferes with using :normal to move the cursor
8.2.1770 invalid memory use when using SpellFileMissing autocmd
8.2.1771 synIDattr() cannot get the value of ctermul
8.2.1772 cannot use CTRL-W <Down> to move out of a terminal window
8.2.1773 crash when calling mapset() with a list as first argument
8.2.1774 GTK: hang when forced to exit
8.2.1775 MS-Windows: adding a long quickfix list is slow
8.2.1776 filetype.vim may be loaded twice
8.2.1777 Vim9: some assignment tests in the wrong file
8.2.1778 Vim9: returning from a partial call clears outer context
8.2.1779 some debian changelog files are not recognized
8.2.1780 statusline not updated when splitting windows
8.2.1781 writing to prompt buffer interferes with insert mode
8.2.1782 Vim9: cannot pass boolean to mapset()
8.2.1783 try-catch test fails
8.2.1784 commits are not scanned for security problems
8.2.1785 compiler warning for strcp() out of bounds
8.2.1786 various Normal mode commands not fully tested
8.2.1787 crash with 'incsearch' and very long line
8.2.1788 Vim9: still allows :let for declarations
8.2.1789 Vim9: crash with invalid list constant
8.2.1790 MS-Windows with Python: crash when executed from Vifm
8.2.1791 Vim9: debugger test fails
8.2.1792 Configure does not recognize Racket 6.1+
8.2.1793 not consistently giving the "is a directory" warning
8.2.1794 no falsy Coalescing operator
8.2.1795 Vim9: operators && and || have a confusing result
8.2.1796 Vim9: invalid memory access with weird function name
8.2.1797 Vim9: some parts of the code not tested
8.2.1798 Vim9: trinary operator condition is too permissive
8.2.1799 some Normal mode commands not fully tested
8.2.1800 Vim9: memory leak if "if" condition is invalid
8.2.1801 undo file not found when using ":args" or ":next"
8.2.1802 Vim9: crash with unterminated dict
8.2.1803 a few failures are not tested
8.2.1804 resolve('/') returns an empty string
8.2.1805 Unix: terminal mode changed when using ":shell"
8.2.1806 MS-Windows with Python: Vim freezes after import command
8.2.1807 can use :help in a terminal popup window
8.2.1808 no test coverage for ":spelldump!"
8.2.1809 mapping some keys with Ctrl does not work properly
8.2.1810 some code in normal.c not covered by tests
8.2.1811 mapping Ctrl-key does not work for '{', '}' and '|'
8.2.1812 Vim9: nested closure throws an internal error
8.2.1813 Vim9: can assign wrong type to script dict
8.2.1814 missing change to remove "static"
8.2.1815 Vim9: memory leak when using function reference
8.2.1816 Vim9: another memory leak when using function reference
8.2.1817 Vim9: wrong instruction when reusing a local variable spot
8.2.1818 SE Linux: deprecation warning for security_context_t
8.2.1819 Vim9: Memory leak when using a closure
8.2.1820 Vim9: crash when error happens in timer callback
8.2.1821 Vim9: concatenating to a NULL list doesn't work
8.2.1822 list test doesn't fail
8.2.1823 "gN" does not select the matched string
8.2.1824 Vim9: variables at the script level escape their scope
8.2.1825 Vim9: accessing freed memory
8.2.1826 Vim9: cannot use a {} block at script level
8.2.1827 filetype detection does not test enough file names
8.2.1828 build failure without the +eval feature
8.2.1829 warnings when executing Github actions
8.2.1830 MS-Windows: Python3 issue with stdin
8.2.1831 file missing from distribution
8.2.1832 readdirex() error is displayed as a message
8.2.1833 when reading from stdin dup() is called twice
8.2.1834 PyEval_InitThreads() is deprecated in Python 3.9
8.2.1835 ":help ??" finds the "!!" tag
8.2.1836 autocmd test fails on pacifist systems
8.2.1837 using "gn" after "gN" does not work
8.2.1838 Vim9: cannot insert a comment line in an expression
8.2.1839 Vim9: memory leaks reported in assign test
8.2.1840 Vim9: error message is not clear about compilation error
8.2.1841 Vim9: test for compilation error fails in normal build
8.2.1842 crash when USE_FNAME_CASE is defined and using :browse
8.2.1843 Netbeans: with huge buffer number memory allocation may fail
8.2.1844 using "q" at the more prompt doesn't stop a long message
8.2.1845 Vim9: function defined in a block can't use block variables
8.2.1846 Vim9: block variables are not found in compiled function
8.2.1847 Vim9: using negative value for unsigned type
8.2.1848 crash when passing a NULL string or list to popup_settext()
8.2.1849 Vim9: garbage collection frees block-local variables
8.2.1850 "vat" does not select tags correctly over line break
8.2.1851 Vim9: "!" followed by space incorrectly used
8.2.1852 map() returing zero for NULL list is unexpected
8.2.1853 "to_f" is recognized at "topleft" modifier
8.2.1854 Vim9: crash when throwing exception for NULL string
8.2.1855 Vim9: get error message when nothing is wrong
8.2.1856 "2resize" uses size of current window
8.2.1857 Vim9: using job_status() on an unused var gives an error
8.2.1858 Vim9: filter functions return number instead of bool
8.2.1859 Vim9: crash in unpack assignment
8.2.1860 Vim9: memory leak when throwing empty string
8.2.1861 Vim9: no specific error when parsing lambda fails
8.2.1862 vim9: memory leak when compiling lambda fails
8.2.1863 json code not sufficiently tested
8.2.1864 Vim9: no error for wrong list type
8.2.1865 Vim9: add() does not check type of argument
8.2.1866 Vim9: appending to pushed blob gives wrong result
8.2.1867 Vim9: argument to add() not checked for blob
8.2.1868 Vim9: no error for missing space after comma in dict
8.2.1869 Vim9: memory leak when using add()
8.2.1870 Vim9: no need to keep all script variables
8.2.1871 using %v in 'errorformat' may fail before %Z
8.2.1872 matchfuzzy() does not prefer sequential matches
8.2.1873 Vim9: missing white space when using <f-args>
8.2.1874 can't do something just before leaving Insert mode
8.2.1875 warning when building GTK gui
8.2.1876 Vim9: argument types are not checked at compile time
8.2.1877 test for function list fails
8.2.1878 GTK: error for redefining function
8.2.1879 Vim9: argument types of insert() not checked when compiling
8.2.1880 Vim9: asan complains about adding zero to NULL
8.2.1881 cannot build with GTK3
8.2.1882 Vim9: v:disallow_let is no longer needed
8.2.1883 compiler warnings when using Python
8.2.1884 compiler warning for uninitialized variable
8.2.1885 filetype tests unnessarily creates swap files
8.2.1886 using ":silent!" in a popup filter has unexpected effect
8.2.1887 Github actions not optimally configured
8.2.1888 Vim9: getbufline(-1, 1, '$') gives an error
8.2.1889 Vim9: errornous error for missing white space after {}
8.2.1890 Vim9: strange error for subtracting from a list
8.2.1891 Vim9: skipping over expression doesn't handle line breaks
8.2.1892 valgrind warns for using uninitialized access in tests
8.2.1893 fuzzy matching does not support multiple words
8.2.1894 Vim9: command modifiers are not supported
8.2.1895 Vim9: silent command modifier test fails
8.2.1896 valgrind warns for using uninitialized memory
8.2.1897 command modifiers are saved and set inconsistently
8.2.1898 command modifier parsing always uses global cmdmod
8.2.1899 crash in out-of-memory situation
8.2.1900 Vim9: command modifiers do not work
8.2.1901 variable completion does not work in command line window
8.2.1902 default option values changed with :badd for existing buffer
8.2.1903 buffer test fails with normal features
8.2.1904 still using default option values after using ":badd +1"
8.2.1905 the wininfo list may contain stale entries
8.2.1906 warning for signed/unsigned
8.2.1907 complete_info().selected may be wrong
8.2.1908 Lua is initialized even when not used
8.2.1909 number of status line items is limited to 80
8.2.1910 reading past the end of the command line
8.2.1911 tiny build fails
8.2.1912 with Python 3.9 some tests fail
8.2.1913 GTK GUI: rounding for the cell height is too strict
8.2.1914 Vim9: cannot put line break in expression for '=' register
8.2.1915 Vim9: error for wrong number of arguments is not useful
8.2.1916 Vim9: function call is aborted even when "silent!" is used
8.2.1917 no test for improved Man command
8.2.1918 Vim9: E1100 mentions :let
8.2.1919 assert_fails() setting emsg_silent changes normal execution
8.2.1920 listlbr test fails when run after another test
8.2.1921 fuzzy matching does not recognize path separators
8.2.1922 Win32: scrolling problems when part of window is off-screen
8.2.1923 Vim9: "filter" command modifier doesn't work
8.2.1924 Vim9: crash when indexing dict with NULL key
8.2.1925 list/dict test fails
8.2.1926 cannot use a space in 'spellfile'
8.2.1927 Vim9: get unknown error with an error in a timer function
8.2.1928 Vim9: "silent!" not effective when list index is wrong
8.2.1929 MS-Windows: problem loading Perl 5.32
8.2.1930 wrong input if removing shift results in special key code
8.2.1931 Vim9: arguments of extend() not checked at compile time
8.2.1932 compiler warnings when building with Athena GUI
8.2.1933 cannot sort using locale ordering
|
2020-09-19 01:55:51 by Daniel Horecki | Files touched by this commit (4) |  |
Log message:
Update to version 8.2.1709.
Changelog:
8.2.1034 compiler warning for uninitialized variables
8.2.1035 setreg() does not always clear the register
8.2.1036 popupwin test fails sometimes
8.2.1037 Vim9: crash when using line continuation inside :def
8.2.1038 popupwin test fails
8.2.1039 cannot put NUL byte on clipboard
8.2.1040 not enough testing for movement commands
8.2.1041 test summary is missing executed count
8.2.1042 Vim9: cannot put an operator on the next line
8.2.1043 %a item in 'statusline' not tested
8.2.1044 not all systemd file types are recognized
8.2.1045 Vim9: line break before operator does not work
8.2.1046 insufficient tests for src/buffer.c
8.2.1047 Vim9: script cannot use line continuation like :def function
8.2.1048 build failure without the eval feature
8.2.1049 Vim9: leaking memory when using continuation line
8.2.1050 missing change in struct
8.2.1051 crash when changing a list while using reduce() on it
8.2.1052 build failure with older compilers
8.2.1053 insufficient testing for 'statusline' and 'tabline'
8.2.1054 not so easy to pass a lua function to Vim
8.2.1055 no filetype set for pacman config files
8.2.1056 wrong display when mixing match conceal and syntax conceal
8.2.1057 cannot build with dynamic Lua
8.2.1058 multiline conceal causes display errors
8.2.1059 crash when using :tabonly in an autocommand
8.2.1060 not all elinks files are recognized
8.2.1061 insufficient testing for src/window.c
8.2.1062 Vim9: no line break allowed inside "cond ? val1 : val2"
8.2.1063 Vim9: no line break allowed before || or &&
8.2.1064 Vim9: no line break allowed before comperators
8.2.1065 Vim9: no line break allowed inside a list
8.2.1066 Lua arrays are zero based
8.2.1067 expression "!expr->func()" does not work
8.2.1068 Vim9: no line break allowed inside a dict
8.2.1069 Vim9: fail to check for white space in list
8.2.1070 Vim9: leaking memory when lacking white space in dict
8.2.1071 Vim9: no line break allowed inside a lambda
8.2.1072 missing libvterm test
8.2.1073 Vim9: no line break allowed in () expression
8.2.1074 Vim9: no line break allowed after some operators
8.2.1075 Vim9: no line break allowed in :echo expression
8.2.1076 Vim9: no line break allowed in :if expression
8.2.1077 not enough test coverage for highlighting
8.2.1078 highlight and match functionality together in one file
8.2.1079 Vim9: no line break allowed in a while loop
8.2.1080 Vim9: no line break allowed in a for loop
8.2.1081 Lua: cannot use table.insert() and table.remove()
8.2.1082 Coverity complains about ignoring dict_add() return value
8.2.1083 crash when using reduce() on a NULL list
8.2.1084 Lua: registering function has useless code
8.2.1085 Coverity complains about ignoring dict_add() return value
8.2.1086 possibly using freed memory when text properties used
8.2.1087 possible memory leak when file expansion fails
8.2.1088 a very long translation might cause a buffer overflow
8.2.1089 Coverity warns for pointer computation
8.2.1090 may use NULL pointer when skipping over name
8.2.1091 no check if opening a pty works
8.2.1092 not checking if saving for undo succeeds
8.2.1093 Python: double free when adding item to dict fails
8.2.1094 dead code in libvterm
8.2.1095 may use pointer after freeing it
8.2.1096 Vim9: return type of getqflist() is wrong
8.2.1097 highlight code not sufficiently tested
8.2.1098 Vim9: cannot use line break in :throw argument
8.2.1099 Vim9: cannot use line break in :cexpr argument
8.2.1100 Vim9: cannot use line break in :execute argument
8.2.1101 no error when using wrong arguments for setqflist()
8.2.1102 Coverity gets confused by an unnecessary NULL check
8.2.1103 Coverity reports an unnecessary NULL check
8.2.1104 Coverity warns for possible NULL pointer use
8.2.1105 insufficient test coverage for Lua
8.2.1106 crash when trying to use s: variable in typed command
8.2.1107 'imactivatefunc' and 'imstatusfunc' are not used in the GUI
8.2.1108 mouse left-right scroll is not supported in terminal window
8.2.1109 still crashing when using s:variable
8.2.1110 Vim9: line continuation does not work in function arguments
8.2.1111 inconsistent naming of get_list_tv() and eval_dict()
8.2.1112 Vim9: no line continuation allowed in method call
8.2.1113 no test for verbose output of :call
8.2.1114 terminal test sometimes times out
8.2.1115 iminsert test fails when compiled with VIMDLL
8.2.1116 Vim9: parsing command checks for list twice
8.2.1117 Coverity warns for unsing unitialized field
8.2.1118 condition can never be true, dead code
8.2.1119 configure fails with Xcode 12 beta
8.2.1120 Python code not tested properly
8.2.1121 command completion not working after ++arg
8.2.1122 Vim9: line continuation in dict member not recognized
8.2.1123 Python 3 test is old style
8.2.1124 Vim9: no line break allowed in :import command
8.2.1125 Vim9: double quote can be a string or a comment
8.2.1126 Vim9: using :copen causes an error
8.2.1127 Vim9: getting a dict member may not work
8.2.1128 the write message mentions characters, but it's bytes
8.2.1129 Vim9: bar not recognized after not compiled command
8.2.1130 Vim9: bar not recognized after function call
8.2.1131 Vim9: error message for returning a value is not clear
8.2.1132 Vim9: return type of repeat() is not specific enough
8.2.1133 Vim9: return type of add() is not specific enough
8.2.1134 Vim9: getting a list member may not work
8.2.1135 Vim9: getting a dict member may not work
8.2.1136 Vim9: return type of argv() is always any
8.2.1137 Vim9: modifiers not cleared after compiling function
8.2.1138 Vim9: return type of copy() and deepcopy() is any
8.2.1139 Vim9: test for silent echo fails in some environments
8.2.1140 Vim9: return type of extend() is any
8.2.1141 Vim9: return type of filter() is any
8.2.1142 Vim9: return type of insert() is any
8.2.1143 Vim9: return type of remove() is any
8.2.1144 Vim9: return type of reverse() is any
8.2.1145 Vim9: "for" only accepts a list at compile time
8.2.1146 not enough testing for Python
8.2.1147 :confirm may happen in cooked mode
8.2.1148 warning for using int instead of size_t
8.2.1149 Vim9: :eval command not handled properly
8.2.1150 ml_get error when using Python
8.2.1151 insufficient test coverage for Python
8.2.1152 Vim9: function reference is missing script prefix
8.2.1153 Vim9: script test fails on some systems
8.2.1154 Vim9: crash when using imported function
8.2.1155 Vim9: cannot handle line break inside lambda
8.2.1156 Vim9: No error for invalid command in compiled function
8.2.1157 Vim9: dict.name is not recognized as an expression
8.2.1158 build error
8.2.1159 Vim9: no error for missing space after a comma
8.2.1160 Vim9: memory leak in allocated types
8.2.1161 Vim9: using freed memory
8.2.1162 crash when using a lambda
8.2.1163 build error
8.2.1164 text cleared by checking terminal properties not redrawn
8.2.1165 insufficient testing for the Tcl interface
8.2.1166 once mouse move events are enabled getchar() returns them
8.2.1167 Vim9: builtin function method call only supports first arg
8.2.1168 wrong method argument for appendbufline()
8.2.1169 write NUL past allocated space using corrupted spell file
8.2.1170 cursor off by one with block paste while 'virtualedit' "all"
8.2.1171 possible crash when out of memory
8.2.1172 error messages when doing "make clean" in doc or tee
8.2.1173 tee doesn't build on some systems
8.2.1174 no test for the "recording @x" message
8.2.1175 Vim9: cannot split a line before ".member"
8.2.1176 Vim9: not enough type checking in Vim9 script
8.2.1177 terminal2 test sometimes hangs in the GUI
8.2.1178 Vim9: filter function recognized as command modifier
8.2.1179 Test_termwinscroll() sometimes hangs in the GUI
8.2.1180 build failure in small version
8.2.1181 json code not fully tested
8.2.1182 Vim9: no check for whitespace after comma in lambda
8.2.1183 assert_fails() checks the last error message
8.2.1184 some tests fail
8.2.1185 some other tests fail
8.2.1186 with SGR mouse codes balloon doesn't show up after click
8.2.1187 terminal2 test sometimes hangs in the GUI on Travis
8.2.1188 memory leak with invalid json input
8.2.1189 Vim9: line continuation in lambda doesn't always work
8.2.1190 Vim9: checking for Vim9 syntax is spread out
8.2.1191 Vim9: crash when function calls itself
8.2.1192 Lua test fails with older Lua version
8.2.1193 terminal window not redrawn when dragging a popup window
8.2.1194 test failure because shell prompt differs
8.2.1195 clientserver test fails on MS-Windows
8.2.1196 build failure with normal features
8.2.1197 clientserver test still fails on MS-Windows
8.2.1198 terminal2 test sometimes hangs in the GUI on Travis
8.2.1199 not all assert functions are fully tested
8.2.1200 Vim9: cannot disassemble a lambda function
8.2.1201 Vim9: crash when passing number as dict key
8.2.1202 Vim9: crash when calling a closure from a builtin function
8.2.1203 unused assignments in expression evaluation
8.2.1204 Vim9: true and false not recognized in Vim9 script
8.2.1205 Vim9: && and || work different when not compiled
8.2.1206 Vim9: crash in expr test when run in the GUI
8.2.1207 Vim9: crash in expr test when run in the GUI
8.2.1208 build failure
8.2.1209 Vim9: test failure
8.2.1210 using ht_used when looping through a hashtab is less reliable
8.2.1211 removed more than dead code
8.2.1212 cannot build with Lua 5.4
8.2.1213 mouse codes not tested sufficiently
8.2.1214 MS-Windows: default _vimrc not correct in silent install mode
8.2.1215 Atari MiNT support is outdated
8.2.1216 startup test fails
8.2.1217 startup test depends on random source file
8.2.1218 Vim9: cannot use 'text'->func()
8.2.1219 symlink not followed if dirname ends in //
8.2.1220 memory access error when dragging a popup window
8.2.1221 memory leak when updating popup window
8.2.1222 using valgrind in Vim command started by test doesn't work
8.2.1223 Vim9: invalid type error for function default value
8.2.1224 Vim9: arguments from partial are not used
8.2.1225 linker errors when building with dynamic Python 3.9
8.2.1226 MS-Windows: windows positioning wrong depending on taskbar
8.2.1227 Vim9: allowing both quoted and # comments is confusing
8.2.1228 scrollbars not flush against the window edges when maximised
8.2.1229 build error without the eval feature
8.2.1230 Vim9: list index error not caught by try/catch
8.2.1231 MS-Windows: GUI code can be cleaned up
8.2.1232 MS-Windows GUI: Snap cancelled by split command
8.2.1233 Vim9: various errors not caught by try/catch
8.2.1234 Lua build problem with old compiler
8.2.1235 Not all mouse codes covered by tests
8.2.1236 Vim9: a few errors not caught by try/catch
8.2.1237 changing 'completepopup' after opening popup has no effect
8.2.1238 Vim9: a few remaining errors not caught by try/catch
8.2.1239 "maxwidth" in 'completepopup' not obeyed
8.2.1240 GUI tests sometimes fail because of translations
8.2.1241 cannot use getbufinfo() as a method
8.2.1242 Vim9: no error if calling a function with wrong type
8.2.1243 Vim9: cannot have a comment line halfway a list
8.2.1244 Vim9: in lambda index assumes a list
8.2.1245 build failure in tiny version
8.2.1246 Vim9: comment after assignment doesn't work
8.2.1247 Vim9: cannot index a character in a string
8.2.1248 Netbeans test is flaky in the GUI
8.2.1249 Vim9: disassemble test fails
8.2.1250 Vim9: cannot use the g:, b:, t: and w: namespaces
8.2.1251 Vim9: warning for pointer usage, test failure undetected
8.2.1252 ":marks" may show '< and '> mixed up
8.2.1253 CTRL-K in Insert mode gets <CursorHold> inserted
8.2.1254 MS-Windows: regexp test may fail if 'iskeyword' set wrongly
8.2.1255 cannot use a lambda with quickfix functions
8.2.1256 Vim9: type wrong after getting dict item in lambda
8.2.1257 Vim9: list unpack doesn't work at the script level
8.2.1258 CursorHold does not work well
8.2.1259 empty group in 'tabline' may cause using an invalid pointer
8.2.1260 there is no good test for CursorHold
8.2.1261 Vim9: common type of function not tested
8.2.1262 src/ex_cmds.c file is too big
8.2.1263 Vim9: comperators use 'ignorecase' in Vim9 script
8.2.1264 terminal getwinpos() test is a bit flaky
8.2.1265 crash with EXITFREE when split() fails
8.2.1266 Makefile preference were accidentally included
8.2.1267 MS-Windows: tests may fail due to $PROMPT value
8.2.1268 Vim9: no error for using double quote comment
8.2.1269 language and locale code spread out
8.2.1270 Vim9: not skipping over function type declaration
8.2.1271 Vim9: Error for Funcref function argument type
8.2.1272 Vim9: type not checked if declaration also assigns value
8.2.1273 MS-Windows: terminal test may leave file behind
8.2.1274 Vim9: no error for missing white space at script level
8.2.1275 Vim9: compiler warning for buffer size
8.2.1276 MS-Windows: system test may fail if more.exe is installed
8.2.1277 tests on Travis do not run with EXITFREE
8.2.1278 Vim9: line break after "->" only allowed in :def function
8.2.1279 some tests on Travis have EXITFREE duplicated
8.2.1280 Ex command error cannot contain an argument
8.2.1281 the "trailing characters" error can be hard to understand
8.2.1282 Vim9: crash when using CheckScriptFailure()
8.2.1283 Vim9: error for misplaced -> lacks argument
8.2.1284 Vim9: skipping over type includes following white space
8.2.1285 Vim9: argument types are not checked on assignment
8.2.1286 Vim9: No error when using a type on a window variable
8.2.1287 Vim9: crash when using an imported function
8.2.1288 Vim9: cannot use mark in range
8.2.1289 crash when using a custom completion function
8.2.1290 Vim9: cannot replace a global function
8.2.1291 Vim9: type of varargs items is not checked
8.2.1292 AIDL filetype not recognized
8.2.1293 Vim9: :execute mixes up () expression and function call
8.2.1294 Vim9: error when using vim9script in TextYankPost
8.2.1295 tests 44 and 99 are old style
8.2.1296 some part of using 'smarcase' was not tested
8.2.1297 when a test fails it's often not easy to see where
8.2.1298 compiler warning for unused argument in small version
8.2.1299 compiler warning for using size_t for int and void pointer
8.2.1300 Vim9: optional argument type not parsed properly
8.2.1301 Vim9: varargs argument type not parsed properly
8.2.1302 Vim9: varargs arg after optional arg does not work
8.2.1303 calling popup_setoptions() resets 'signcolumn'
8.2.1304 debug backtrace isn't tested much
8.2.1305 some tests are still old style
8.2.1306 checking for first character of dict key is inconsistent
8.2.1307 popup window width does not include number of sign columns
8.2.1308 Vim9: accidentally using "x" causes Vim to exit
8.2.1309 build failure with tiny version
8.2.1310 configure with Xcode 12 fails to check for tgetent
8.2.1311 test failures with legacy Vim script
8.2.1312 MS-Windows: terminal test may fail if dir.exe exists
8.2.1313 Vim9 script: cannot assign to environment variable
8.2.1314 Vim9: rule for comment after :function is confusing
8.2.1315 MS-Windows: test log contains escape sequences
8.2.1316 test 42 is still old style
8.2.1317 MS-Windows tests on AppVeyor are slow
8.2.1318 no status badge for Github CI
8.2.1319 status badge for Github CI has wrong link
8.2.1320 Vim9: cannot declare some single letter variables
8.2.1321 GitHub CI also runs on tag push
8.2.1322 Vim9: method on double quoted string doesn't work
8.2.1323 Vim9: invalid operators only rejected in :def function
8.2.1324 Vim9: line break after "=" does not work
8.2.1325 Vim9: using Vim9 script for autaload not tested
8.2.1326 Vim9: skipping over white space after list
8.2.1327 Mac: configure can't find Tcl libraries
8.2.1328 no space allowed before comma in list
8.2.1329 Vim9: cannot define global function inside :def function
8.2.1330 Github workflow takes longer than needed
8.2.1331 Vim9: :echo with two lists doesn't work
8.2.1332 Vim9: memory leak when using nested global function
8.2.1333 Vim9: memory leak when using nested global function
8.2.1334 Github workflow timeout needs tuning
8.2.1335 CTRL-C in the GUI doesn't interrupt
8.2.1336 build failure on non-Unix systems
8.2.1337 Vim9: cannot use empty key in dict assignment
8.2.1338 Vim9: assigning to script-local variable doesn't check type
8.2.1339 Vim9: assigning to global dict variable doesn't work
8.2.1340 some tests fail on Cirrus CI and/or with FreeBSD
8.2.1341 build failures
8.2.1342 Vim9: accidentally using "t" gives a confusing error
8.2.1343 Vim9: cannot find global function when using g:
8.2.1344 Vim9: No test for trying to redefine global function
8.2.1345 Redraw error when using visual block and scroll
8.2.1346 small build fails
8.2.1347 cannot easily get the script ID
8.2.1348 build failure without the eval feature
8.2.1349 Vim9: can define a function with the name of an import
8.2.1350 Vim9: no test for error message when redefining function
8.2.1351 Vim9: no proper error if using namespace for nested function
8.2.1352 Vim9: no error for shadowing a script-local function
8.2.1353 crash when drawing double-wide character in terminal window
8.2.1354 test 59 is old style
8.2.1355 Vim9: no error using :let for options and registers
8.2.1356 Vim9: cannot get the percent register
8.2.1357 Vim9: cannot assign to / register
8.2.1358 Vim9: test fails with +dnd is not available
8.2.1359 Vim9: cannot assign to / register in Vim9 script
8.2.1360 stray error for white space after expression
8.2.1361 error for white space after expression in assignment
8.2.1362 last entry of ":set term=xxx" overwritten by error message
8.2.1363 test trying to run terminal when it is not supported
8.2.1364 invalid memory access when searching for raw string
8.2.1365 Vim9: no error for missing white space around operator
8.2.1366 test 49 is old style
8.2.1367 Vim9: no error for missing white space around operator
8.2.1368 Vim9: no error for missing white space around operator
8.2.1369 MS-Windows: autocommand test sometimes fails
8.2.1370 MS-Windows: warning for using fstat() with stat_T
8.2.1371 Vim9: no error for missing white space around operator
8.2.1372 Vim9: no error for missing white space around operator
8.2.1373 Vim9: no error for assigning to non-existing script var
8.2.1374 Vim9: error for assigning empty list to script variable
8.2.1375 Vim9: method name with digit not accepted
8.2.1376 Vim9: expression mapping causes error for using :import
8.2.1377 triggering the ATTENTION prompt causes typeahead mess up
8.2.1378 cannot put space between function name and paren
8.2.1379 curly braces expression ending in " }" does not work
8.2.1380 Vim9: return type of getreg() is always a string
8.2.1381 MS-Windows: crash with Python 3.5 when stdin is redirected
8.2.1382 Vim9: using :import in filetype plugin gives an error
8.2.1383 test 49 is old style
8.2.1384 no ATTENTION prompt for :vimgrep first match file
8.2.1385 no testing on ARM
8.2.1386 backslash not removed afer space with space in 'isfname'
8.2.1387 Vim9: cannot assign to single letter variable with type
8.2.1388 Vim9: += only works for numbers
8.2.1389 file missing from the distribution
8.2.1390 Vim9: type error after storing an option value
8.2.1391 Vim9: no error for shadowing a script function
8.2.1392 Vim9: line number incorrect after skipping over comment lines
8.2.1393 insufficient testing for script debugging
8.2.1394 Vim9: compiling a function interferes with command modifiers
8.2.1395 Vim9: no error if declaring a funcref with lower case letter
8.2.1396 Vim9: no error for unexpectedly returning a value
8.2.1397 Vim9: return type of maparg() not adjusted for fourth arg
8.2.1398 autoload script sourced twice if sourced directly
8.2.1399 Vim9: may find imported item in wrong script
8.2.1400 Vim9: test does not delete written files
8.2.1401 cannot jump to the last used tabpage
8.2.1402 s390x tests always fail
8.2.1403 Vim9: Vim highlighting may fail in cmdline window
8.2.1404 Vim9: script test fails in the GUI
8.2.1405 Vim9: vim9compile.c is getting too big
8.2.1406 popupwindow lacks scrollbar if no "maxheight" is used
8.2.1407 Vim9: type of list and dict only depends on first item
8.2.1408 Vim9: type casting not supported
8.2.1409 nmpmrc and php.ini filetypes not recognized
8.2.1410 adding compiler plugin requires test change
8.2.1411 when splitting a window localdir is copied but prevdir is not
8.2.1412 Vim: not operator does not result in boolean
8.2.1413 previous tab page not usable from an Ex command
8.2.1414 popupwindow missing last couple of lines
8.2.1415 closing a popup window with CTRL-C interrupts 'statusline'
8.2.1416 Vim9: boolean evaluation does not work as intended
8.2.1417 test 49 is old style
8.2.1418 Vim9: invalid error for missing white space
8.2.1419 Vim9: not operator applied too early
8.2.1420 test 49 is old style
8.2.1421 Vim9: handling "+" and "-" before number differs \
from script
8.2.1422 the Mac GUI implementation is outdated
8.2.1423 Vim9: find global function when looking for script-local
8.2.1424 Mac build fails
8.2.1425 Vim9: cannot use call() without :call
8.2.1426 Vim9: cannot call autoload function in :def function
8.2.1427 Vim9: cannot use a range with marks in :def function
8.2.1428 Vim9: :def function does not abort on nested function error
8.2.1429 Vim9: no error for missing white after : in dict
8.2.1430 Vim9: error for missing comma instead of extra white space
8.2.1431 Vim9: no error for white space before comma in dict
8.2.1432 various inconsistencies in test files
8.2.1433 Vim9: cannot mingle comments in multi-line lambda
8.2.1434 Vim9: crash when lambda uses outer function argument
8.2.1435 Vim9: always converting to string for ".." leads to mistakes
8.2.1436 function implementing :substitute has unexpected name
8.2.1437 Vim9: 'statusline' is evaluated using Vim9 script syntax
8.2.1438 missing tests for interrupting script execution from debugger
8.2.1439 tiny and small builds have no test coverage
8.2.1440 debugger code insufficiently tested
8.2.1441 running tests in tiny version gives error for summarize.vim
8.2.1442 outdated references to the Mac Carbon GUI
8.2.1443 Vim9: crash when interrupting a nested :def function
8.2.1444 error messages are spread out and names can be confusing
8.2.1445 Vim9: function expanded name is cleared when sourcing again
8.2.1446 Vim9: line number in error message is not correct
8.2.1447 Vim9: return type of keys() is list<any>
8.2.1448 test 77a for VMS depends on small.vim which does not exist
8.2.1449 some test makefiles delete files that are not generated
8.2.1450 Vim9: no check that script-local items don't become global
8.2.1451 Vim9: list type at script level only uses first item
8.2.1452 Vim9: dead code in to_name_end()
8.2.1453 Vim9: failure to compile lambda not tested
8.2.1454 Vim9: failure invoking lambda with wrong arguments
8.2.1455 Vim9: crash when using typecast before constant
8.2.1456 MS-Windows: test files are not deleted
8.2.1457 Vim9: the output of :disassemble cannot be interrupted
8.2.1458 .gawk files not recognized
8.2.1459 Vim9: declaring script var in script does not infer the type
8.2.1460 error messages are spread out
8.2.1461 Vim9: string indexes are counted in bytes
8.2.1462 Vim9: string slice not supported yet
8.2.1463 Vim9: list slice not supported yet
8.2.1464 Vim9: build warning for unused variable
8.2.1465 Vim9: subscript not handled properly
8.2.1466 Vim9: cannot index or slice a variable with type "any"
8.2.1467 Vim9: :echomsg doesn't like a dict argument
8.2.1468 Vim9: invalid error for missing white space
8.2.1469 Vim9: cannot assign string to string option
8.2.1470 errors in spell file not tested
8.2.1471 :const only locks the variable, not the value
8.2.1472 ":argdel" does not work like ":.argdel" as documented
8.2.1473 items in a list given to :const can still be modified
8.2.1474 /usr/lib/udef/rules.d not recognized as udevrules
8.2.1475 Vim9: can't use v:true for option flags
8.2.1476 filetype test fails on MS-Windows
8.2.1477 Vim9: error when using bufnr('%')
8.2.1478 Vim9: cannot use "true" for some popup options
8.2.1479 Vim9: error for list index uses wrong line number
8.2.1480 Vim9: skip expression in search() gives error
8.2.1481 Vim9: line number reported with error may be wrong
8.2.1482 Vim9: crash when using a nested lambda
8.2.1483 Vim9: error for using special as number
8.2.1484 flaky failure in assert_fails()
8.2.1485 Vim9: readdirex() expression doesn't accept bool
8.2.1486 Vim9: readdir() expression doesn't accept bool
8.2.1487 Travis: installing snd-dummy is not always useful
8.2.1488 text does not scroll when inserting above first line
8.2.1489 Vim9: error when setting an option with setbufvar()
8.2.1490 Vim9: using /= with float and number doesn't work
8.2.1491 Vim9: crash when compiling heredoc lines start with comment
8.2.1492 build failures
8.2.1493 not enough test coverage for the spell file handling
8.2.1494 missing change to calling eval_getline()
8.2.1495 "make clean" may delete too many files
8.2.1496 Vim9: cannot use " #" in a mapping
8.2.1497 CursorHold test is flaky
8.2.1498 on slow systems tests can be flaky
8.2.1499 Vim9: error when using "$" with col()
8.2.1500 Vim9: error when using address without a command
8.2.1501 Vim9: concatenating to constant reverses order
8.2.1502 Vim9: can use += with a :let command at script level
8.2.1503 Vim9: error for autocmd defined in :def in legacy script
8.2.1504 Vim9: white space checks are only done for a :def function
8.2.1505 not all file read and writecode is tested
8.2.1506 Vim9: no error when using a number other than 0 or 1 as bool
8.2.1507 using malloc() directly
8.2.1508 not all debugger commands covered by tests
8.2.1509 vertical separator is cleared when dragging a popup window
8.2.1510 using "var" in :def function may refer to legacy script var
8.2.1511 putting a string in Visual block mode ignores multi-byte
8.2.1512 failure after trinary expression fails
8.2.1513 cannot interrupt shell used for filename expansion
8.2.1514 multibyte vertical separator is cleared when dragging popup
8.2.1515 Vim9: can create s:var in legacy script but cannot unlet
8.2.1516 Vim9: error for :exe has wrong line number
8.2.1517 cannot easily get the character under the cursor
8.2.1518 Vim9: cannot assign to local option
8.2.1519 Vim9: Ex command default range is not set
8.2.1520 Vim9: CTRL-] used in :def function does not work
8.2.1521 reading past end of buffer when reading spellfile
8.2.1522 not enough test coverage for the spell file handling
8.2.1523 still not enough test coverage for the spell file handling
8.2.1524 no longer get an error for string concatenation with float
8.2.1525 messages from tests were not always displayed
8.2.1526 line in testdir Makefile got commented out
8.2.1527 Vim9: cannot use a function name at script level
8.2.1528 Vim9: :endif not found after "if false"
8.2.1529 Vim9: :elseif may be compiled when not needed
8.2.1530 Vim9: test fails on MS-Windows
8.2.1531 Vim9: test still fails on MS-Windows
8.2.1532 compiler warning for conversion of size_t to long
8.2.1533 Vim9: error when passing getreginfo() result to setreg()
8.2.1534 Vim9: type error for argument type is not at call position
8.2.1535 it is not possible to specify cell widths of characters
8.2.1536 cannot get the class of a character; emoji widths are wrong
8.2.1537 memory acccess error when using setcellwidths()
8.2.1538 Python: iteration over vim objects fails to keep reference
8.2.1539 using invalid script ID causes a crash
8.2.1540 the user cannot try out emoji character widths
8.2.1541 Vim9: cannot find function reference for s:Func
8.2.1542 Vim9: test with invalid SID does not work in the GUI
8.2.1543 Vim9: test with invalid SID is skipped in the GUI
8.2.1544 cannot translate messages in a Vim script
8.2.1545 ch_logfile() is unclear about closing when forking
8.2.1546 build rule for Vim.app is unused
8.2.1547 various comment problems
8.2.1548 cannot move position of "%%" in message translations
8.2.1549 "r" fails if 'esckeys' is off and modifyOtherKeys is used
8.2.1550 Vim9: bufname('%') gives an error
8.2.1551 Vim9: error for argument type does not mention the number
8.2.1552 warnings from asan with clang-11
8.2.1553 crash in edit test
8.2.1554 crash in normal test
8.2.1555 not all tests are executed on Github Actions
8.2.1556 cursorline highlighting always overrules sign highlighting
8.2.1557 crash in :vimgrep when started as "vim -n"
8.2.1558 signs test fails
8.2.1559 s390x tests work again
8.2.1560 using NULL pointers in some code
8.2.1561 using NULL pointers in fold code
8.2.1562 Vim9: error when using "%" where a buffer is expected
8.2.1563 Vim9: error when using '%" with setbufvar() r getbufvar()
8.2.1564 a few remaining errors from ubsan
8.2.1565 spellfile test sometimes fails
8.2.1566 not all Bazel files are recognized
8.2.1567 no example to use ubsan with clang
8.2.1568 prop_find() skips properties in the same line
8.2.1569 Vim9: fixes not tested; failure in getchangelist()
8.2.1570 configure check for dirfd() does not work on HPUX
8.2.1571 Vim9: count() third argument cannot be "true"
8.2.1572 Vim9: expand() does not take "true" as argument
8.2.1573 Vim9: getreg() does not take "true" as argument
8.2.1574 Vim9: glob() doesnot take "true" as argument
8.2.1575 Vim9: globpath() doesnot take "true" as argument
8.2.1576 Vim9: index() does not take "true" as argument
8.2.1577 Vim9: hasmapto()/mapcheck()/maparg() do nottake "true" arg
8.2.1578 Vim9: popup_clear() does not take "true" as argument
8.2.1579 reports from asan are not optimal
8.2.1580 wildmenu does not work properly
8.2.1581 using line() for global popup window doesn't work
8.2.1582 the channel log does not show typed text
8.2.1583 MS-Windows: cannot easily measure code coverage
8.2.1584 Vim9: cannot use "true" for "skipstart" in prop_find()
8.2.1585 messages in globals.h not translated
8.2.1586 :resize command not fully tested
8.2.1587 loop for handling keys for the command line is too long
8.2.1588 cannot read back the prompt of a prompt buffer
8.2.1589 term_start() options for size are overruled by 'termwinsize'
8.2.1590 Vim9: bufnr() doesn't take "true" argument
8.2.1591 using winheight('.') in tests works but is wrong
8.2.1592 Vim9: passing "true" to char2nr() fails
8.2.1593 tests do not check the error number properly
8.2.1594 pull requests on github do not notify a maintainer
8.2.1595 cannot easily see what Vim sends to the terminal
8.2.1596 using win_screenpos('.') in tests works but is wrong
8.2.1597 the channel source file is too big
8.2.1598 starting a hidden terminal resizes the current window
8.2.1599 missing line end when skipping a long line with :cgetfile
8.2.1600 Vim9: cannot use "true" with deepcopy()
8.2.1601 Vim9: cannot use 'true" with garbagecollect()
8.2.1602 Vim9: cannot use 'true" with getbufinfo()
8.2.1603 Vim9: cannot use "true" with getchar()
8.2.1604 Vim9: cannot use "true" with getcompletion()
8.2.1605 default maintainer on github is wrong
8.2.1606 Vim9: cannot use "true" with has()
8.2.1607 Vim9: getchar() test fails on MS-Windows
8.2.1608 Vim9: getchar() test fails with GUI
8.2.1609 Vim9: test fails when build without +channel
8.2.1610 Vim9: cannot pass "true" to list2str() and str2list()
8.2.1611 Vim9: cannot pass "true" to nr2char()
8.2.1612 Vim9: cannot pass "true" to prop_remove()
8.2.1613 Vim9: cannot pass "true" to prop_type_add()
8.2.1614 Vim9: cannot pass "true" to searchcount()
8.2.1615 Vim9: cannot pass "true" to searchdecl()
8.2.1616 Vim9: cannot pass "true" to synID()
8.2.1617 Vim9: cannot pass "true" to win_splitmove()
8.2.1618 Vim9: cannot pass "true" to setloclist()
8.2.1619 Vim9: cannot pass "true" to spellsuggest()
8.2.1620 searchcount() test fails
8.2.1621 crash when using submatch(0, 1) in substitute()
8.2.1622 loop to handle keys for the command line is too long
8.2.1623 Vim9: using :call where it is not needed
8.2.1624 Vim9: cannot pass "true" to split(), str2nr() and strchars()
8.2.1625 compiler warning for use of fptr_T
8.2.1626 test for strchars() fails with different error number
8.2.1627 Vim9: cannot pass "true" to submatch/term_gettty/term_start
8.2.1628 Vim9: cannot pass "true" to timer_paused()
8.2.1629 test fails without terminal feature
8.2.1630 terminal test fails
8.2.1631 test_fails() does not check the context of the line number
8.2.1632 not checking the context of test_fails()
8.2.1633 some error messages are internal but do not use iemsg()
8.2.1634 loop to handle keys for the command line is too long
8.2.1635 no digraph for 0x2022 BULLET
8.2.1636 get stuck if a popup filter causes an error
8.2.1637 Vim9: :put ={expr} does not work inside :def function
8.2.1638 leaking memory when popup filter function can't be called
8.2.1639 options window cannot be translated
8.2.1640 Amiga: missing header for getgrgid()
8.2.1641 Vim9: cannot use 0 or 1 where a bool is expected
8.2.1642 options test fails
8.2.1643 Vim9: :defcompile compiles dead functions
8.2.1644 Vim9: cannot assign 1 and 0 to bool at script level
8.2.1645 GTK3: icons become broken images when resized
8.2.1646 Amiga: Unnecessary #include
8.2.1647 Vim9: result of expression with && and || is not a bool
8.2.1648 Amiga: no common build file for Amiga (-like) systems
8.2.1649 GTK3: using old file chooser
8.2.1650 Vim9: result of && and || expression is not bool in script
8.2.1651 spellfile code not completely tested
8.2.1652 cannot translate lines in the options window
8.2.1653 expand('<stack>') does not include the final line number
8.2.1654 when job writes to hidden buffer current window is wrong
8.2.1655 cannot build with Strawberry Perl 5.32.0
8.2.1656 Vim9: callstack wrong if :def function calls :def function
8.2.1657 Vim9: no proper error for nested ":def!"
8.2.1658 expand('<stack>') has trailing ".."
8.2.1659 spellfile code not completely tested
8.2.1660 assert functions require passing expected as first argument
8.2.1661 cannot connect to 127.0.0.1 for host with only IPv6 addresses
8.2.1662 :mksession does not restore shared terminal buffer properly
8.2.1663 options window entries cannot be translated
8.2.1664 memory leak when using :mkview with a terminal buffer
8.2.1665 cannot do fuzzy string matching
8.2.1666 the initial value of 'backupskip' can have duplicate items
8.2.1667 local function name cannot shadow a global function name
8.2.1668 Vim9: not accepting 0 or 1 as bool when type is any
8.2.1669 Vim9: memory leak when storing a value fails
8.2.1670 a couple of gcc compiler warnings
8.2.1671 Vim9: stray error for missing white space
8.2.1672 v_lock is used when it is not initialized
8.2.1673 complete_info() selected index has an invalid value
8.2.1674 Vim9: internal error when using variable that was not set
8.2.1675 MinGW: testdir makefile deletes non-existing file
8.2.1676 compiler warnings for function typecast
8.2.1677 memory access errors when calling setloclist() in autocommand
8.2.1678 crash when using ":set" after ":ownsyntax"
8.2.1679 Vim9: ":*" is not recognized as a range
8.2.1680 Vim9: line number for compare error is wrong
8.2.1681 Vim9: unnessary :call commands in tests
8.2.1682 Vim9: const works in an unexpected way
8.2.1683 Vim9: assignment test fails
8.2.1684 "gF" does not use line number after file in Visual mode
8.2.1685 Vim9: cannot declare a constant value
8.2.1686 Vim9: "const!" not sufficiently tested
8.2.1687 Vim9: out of bounds error
8.2.1688 increment/decrement removes text property
8.2.1689 'colorcolumn' doesn't show in indent
8.2.1690 text properties not adjusted for "I" in Visual block mode
8.2.1691 Vim9: list<any> is not accepted where \
list<number> is expected
8.2.1692 build fails because TTFLAG_STATIC is missing
8.2.1693 "hi def" does not work for cleared highlight
8.2.1694 compiler warning for loss if data
8.2.1695 Vim9: crash when using varargs type "any"
8.2.1696 unused (duplicate) macros
8.2.1697 inconsistent capitalization of error messages
8.2.1698 cannot lock a variable in legacy Vim script like in Vim9
8.2.1699 build failure due to missing error message
8.2.1700 Vim9: try/catch causes wrong value to be returned
8.2.1701 Vim9: sort("i") does not work
8.2.1702 crash when using undo after deleting folded lines
8.2.1703 ":highlight clear" does not restore default link
8.2.1704 Vim9: crash in for loop when autoload script has an error
8.2.1705 "verbose hi Name" reports incorrect info after ":hi \
clear"
8.2.1706 Vim9: crash after running into the "Multiple closures" error
8.2.1707 small inconsitency in highlight test
8.2.1708 Vim9: error message for function has unpritable characters
8.2.1709 Vim9: memory leak when using multiple closures
|
2020-08-31 20:13:29 by Thomas Klausner | Files touched by this commit (3631) |  |
Log message:
*: bump PKGREVISION for perl-5.32.
|
2020-06-30 20:49:56 by Nia Alarie | Files touched by this commit (1) |
Log message:
vim-share: Fix lua option.
Instead of the first unversioned lua interpreter being detected
(on NetBSD usually /usr/bin/lua), make sure the correct version
as selected by pkgsrc infrastructure gets used.
|
2020-06-21 21:53:01 by Daniel Horecki | Files touched by this commit (5) |  |
Log message:
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 &lt;&gt; 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 &lt;C-bslash&gt; doesn't work in the GUI
8.2.0834 :drop command in terminal popup causes problems
8.2.0835 Motif: mapping &lt;C-bslash&gt; 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 &lt;M-a&gt; 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 &lt;M-S-a&gt; 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 "-&gt;"
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 -&gt; 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-05-03 15:14:21 by Daniel Horecki | Files touched by this commit (4) |  |
Log message:
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-02-23 11:39:33 by Daniel Horecki | Files touched by this commit (5) |  |
Log message:
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
|