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
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
The package lowers it to weaker fortify, but this doesn't work in some
circumstances, like PR pkg/54464.
Must be done before including bsd.prefs.mk.
Bump PKGREVISION.
Changes:
8.0.1429 crash when calling term_start() with empty argument
8.0.1430 crash when term_start() fails
8.0.1431 MS-Windows: vimtutor fails if %TMP% has special chars
8.0.1432 after ":copen" can't get the window-ID of the quickfix window
8.0.1433 illegal memory access after undo
8.0.1434 GTK: :promtfind does not put focus on text input
8.0.1435 memory leak in test_arabic
8.0.1436 not enough information about what Python version may work
8.0.1437 pkg-config doesn't work with cross compiling
8.0.1438 filetype detection test not updated for change
8.0.1439 if cscope fails a search Vim may hang
8.0.1440 terminal window: some vterm responses are delayed
8.0.1441 using ":undo 0" leaves undo in wrong state
8.0.1442 (after 8.0.1439) using pointer before it is set
8.0.1443 (after 8.0.1441) compiler gives uninitialized var warning
8.0.1444 missing -D_FILE_OFFSET_BITS=64 may cause problems
8.0.1445 cannot act on edits in the command line
8.0.1446 acessing freed memory after window command in auto command
8.0.1447 still too many old style tests
8.0.1448 segfault with exception inside :rubyfile command
8.0.1449 slow redrawing with DirectX
8.0.1450 GUI: endless loop when stopping cursor blinking
8.0.1451 difficult to set the python home directories properly
8.0.1452 terminal test fails on some systems
8.0.1453 terminal test fails on some slow terminals
8.0.1454 when in silent mode too much output is buffered
8.0.1455 if $SHELL contains a space then 'shell' is incorrect
8.0.1456 timer test on travis Mac is still flaky
8.0.1457 clojure now supports a shebang line
8.0.1458 filetype detection test does not check all scripts
8.0.1459 cannot handle change of directory
8.0.1460 (after 8.0.1459) missing file in patch
8.0.1461 (after 8.0.1459) missing another file in patch
8.0.1462 (after 8.0.1459) missing yet another file in patch
8.0.1463 (after 8.0.1459) test fails without 'autochdir' option
8.0.1464 completing directory after :find does not add slash
8.0.1465 python2 and python3 detection not tested
8.0.1466 older GTK versions don't have gtk_entry_get_text_length()
8.0.1467 libvterm doesn't handle illegal byte sequence correctly
8.0.1468 illegal memory access in del_bytes()
8.0.1469 when package path is a symlink 'runtimepath' is wrong
8.0.1470 integer overflow when using regexp pattern
8.0.1471 on MS-Windows CursorIM highlighting no longer works
8.0.1472 MS-Windows: nsis installer is a bit slow
8.0.1473 MS-Windows: D&D fails between 32 and 64 bit apps
8.0.1474 Visual C 2017 has multiple MSVCVER numbers
8.0.1475 invalid memory access in read_redo()
8.0.1476 screen isn't always updated right away
8.0.1477 redraw flicker when moving mouse outside of terminal window
8.0.1478 unnecessary condition
8.0.1479 insert mode completion state is confusing
8.0.1480 (after 8.0.1479) patch missing change
8.0.1481 clearing a pointer takes two lines
8.0.1482 using feedkeys() does not work to test completion
8.0.1483 searchpair() might return an invalid value on timeout
8.0.1484 reduntant conditions
8.0.1485 weird autocmd may cause arglist to be changed recursively
8.0.1486 accessing invalid memory with "it"
8.0.1487 (after 8.0.1486) test 14 fails
8.0.1488 emacs tags no longer work
8.0.1489 there is no easy way to get the global directory
8.0.1490 number of spell regions is spread out through the code
8.0.1491 the minimum width of the popup menu is hard coded
8.0.1492 memory leak in balloon_split()
8.0.1493 completion items cannot be annotated
8.0.1494 no autocmd triggered in Insert mode with visible popup menu
8.0.1495 having 'pumwidth' default to zero has no merit
8.0.1496 clearing a pointer takes two lines
8.0.1497 getting the jump list requires parsing the output of :jumps
8.0.1498 getjumplist() returns duplicate entries
8.0.1499 out-of-memory situation not correctly handled
8.0.1500 possible NULL pointer dereference
8.0.1501 out-of-memory situation not correctly handled
8.0.1502 in out-of-memory situation character is not restored
8.0.1503 access memory beyond end of string
8.0.1504 Win32: the screen may be cleared on startup
8.0.1505 debugger can't break on a condition
8.0.1506 new version of HP NonStop (Tandem) doesn't like a header
8.0.1507 timer test is a bit flaky
8.0.1508 the :drop command is not always available
8.0.1509 (after 8.0.1508) failing drag-n-drop command no longer fails
8.0.1510 cannot test if a command causes a beep
8.0.1511 some code for the debugger watch expression is clumsy
8.0.1512 warning for possibly using NULL pointer
8.0.1513 the jumplist is not always properly cleaned up
8.0.1514 getting the list of changes is not easy
8.0.1515 BufWinEnter event fired when opening hidden terminal
8.0.1516 errors for job options are not very specific
8.0.1517 invalid memory acces with pattern using look-behind match
8.0.1518 error messages suppressed after ":silent! try"
8.0.1519 getchangelist() does not use argument as bufname()
8.0.1520 cursor in wrong line when using a WinBar in Terminal window
8.0.1521 Shift-Tab does not work in a terminal window
8.0.1522 popup menu is positioned in the wrong place
8.0.1523 cannot write and read terminal screendumps
8.0.1524 (after 8.0.1523) compiler warnings for uninitialized vars
8.0.1525 using :wqa exits even if a job runs in a terminal window
8.0.1526 no test using a screen dump yet
8.0.1527 screen dump test fails on MS-Windows
8.0.1528 dead code found
8.0.1529 assert_equalfile() does not close file descriptors
8.0.1530 dump test fails when using a shadow directory
8.0.1531 cannot use 24 bit colors in MS-Windows console
8.0.1532 compiler warnings without termguicolors feature
8.0.1533 libterm doesn't support requesting fg and bg color
8.0.1534 C syntax test fails when using gvim
8.0.1535 C syntax test still fails when using gvim
8.0.1536 quotestar test is flaky when using the GUI
8.0.1537 xxd does not skip NUL lines when using ebcdic
8.0.1538 popupmenu is too far left when completion is long
8.0.1539 no test for the popup menu positioning
8.0.1540 popup menu positioning fails with longer string
8.0.1541 synpat_T is taking too much memory
8.0.1542 terminal screen dump does not include cursor position
8.0.1543 with 'termguicolors' Normal color doesn't work correctly
8.0.1544 when using 'termguicolors' SpellBad doesn't show
8.0.1545 screen dumps not included in distribution
8.0.1546 using feedkeys() in a terminal may trigger mappings
8.0.1547 undo in the options window makes it empty
8.0.1548 screen dump test script not included in distribution
8.0.1549 various small problems in test files
8.0.1550 various small problems in source files
8.0.1551 on Mac 'maxmemtot' is set to a weird value
8.0.1552 may leak file descriptors when executing job
8.0.1553 cannot see what digraph is used to insert a character
8.0.1554 custom plugins loaded with --clean
8.0.1555 build error for some combination of features
8.0.1556 may not parse the t_RS response correctly
8.0.1557 printf() does not work with only one argument
8.0.1558 no right-click menu in a terminal
8.0.1559 build failure without GUI
8.0.1560 build failure without GUI on MS-Windows
8.0.1561 crash with rust syntax highligting
8.0.1562 the terminal debugger can't set a breakpoint with the mouse
8.0.1563 timeout of getwinposx() can be too short
8.0.1564 too many #ifdefs
8.0.1565 can't build Mac version without GUI
8.0.1566 too many #ifdefs
8.0.1567 cannot build Win32 GUI without IME
8.0.1568 can't build on older Mac, header file is missing
8.0.1569 warning for uninitialized variable from gcc
8.0.1570 can't use :popup for a menu in the terminal
8.0.1571 can't build without GUI
8.0.1572 Mac: getting memory size doesn't work everywhere
8.0.1573 getwinpos(1) may cause response to be handled as command
8.0.1574 show cursor in wrong place when using popup menu
8.0.1575 crash when using virtual replace
8.0.1576 Perl VIM::Buffers() does not find every buffer
8.0.1577 virtual replace test fails on MS-Windows
8.0.1578 no test for :popup in terminal
8.0.1579 virtual replace test fails in GUI
8.0.1580 FEAT_CURSORBIND and FEAT_SCROLLBIND are unused
8.0.1581 cannot build Win32 GUI without +eval
8.0.1582 in the MS-Windows console mouse movement is not used
8.0.1583 using C99 comment
8.0.1584 using C99 in Mac file gives compiler warning messages
8.0.1585 enabling beval_term feature in Win32 GUI
8.0.1586 imactivatefunc does not work on non-GUI Mac
8.0.1587 inserting from the clipboard doesn't work literally
8.0.1588 popup menu hangs after typing CTRL-C
8.0.1589 error for setting 'modifiable' when resetting it
8.0.1590 padding in list type wastes memory
8.0.1591 MS-Windows: when reparsing the arguments 'wildignore' matters
8.0.1592 terminal windows in a session are not properly restored
8.0.1593 :qall never exits with an active terminal window
8.0.1594 :confirm qall not tested with active terminal window
8.0.1595 no autocommand triggered before exiting
8.0.1596 no autocommand specifically for opening a terminal window
8.0.1597 autocommand events are not sorted
8.0.1598 cannot select text in a terminal with the mouse
8.0.1599 no error message when gdb does not support debugger
8.0.1600 crash when setting t_Co to zero when 'termguicolors' is set
8.0.1601 highlight test fails on Win32
8.0.1602 crash in parsing JSON
8.0.1603 cannot build with +terminal but without +menu
8.0.1604 paste test may fail if $DISPLAY is not set
8.0.1605 terminal test is a bit flaky
8.0.1606 singular/plural variants not translated
8.0.1607 --clean loads user settings from .gvimrc
8.0.1608 Win32: directx not enabled by default
8.0.1609 shell commands in the GUI use a dumb terminal
8.0.1610 cannot build without GUI
8.0.1611 CTRL-W in system terminal does not go to job
8.0.1612 need to close terminal after shell stopped
8.0.1613 warning for unused variable in tiny build
8.0.1614 "make tags" doesn't include libvterm
8.0.1615 term_dumpload() does not use the right colors
8.0.1616 Win32: shell commands in the GUI open a new console
8.0.1617 Win32: :shell command in the GUI crashes
8.0.1618 color Grey50 is missing in the compiled-in table
8.0.1619 Win32 GUI: crash when winpty is not installed
8.0.1620 reading spell file has no good EOF detection
8.0.1621 using invalid default value for highlight attribute
8.0.1622 possible NULL pointer dereference
8.0.1623 terminal kill tests are flaky
8.0.1624 options for term_dumpdiff()/term_dumpload() not implemented
8.0.1625 test_quotestar is flaky when run in GTK GUI
8.0.1626 compiler warning for possible loss of data
8.0.1627 compiler warning for visibility attribute not supported
8.0.1628 channel log doesn't mention exiting
8.0.1629 Mac: getpagesize() is deprecated
8.0.1630 trimming white space is not that easy
8.0.1631 testing with Vim running in terminal is a bit flaky
8.0.1632 in a terminal dump NUL and space are different
8.0.1633 a TextChanged autocmd triggers when it is defined
8.0.1634 the ex_vimgrep() function is too long
8.0.1635 undefining _POSIX_THREADS causes problems with Python 3
8.0.1636 no test for term_dumpload() and term_dumpdiff()
8.0.1637 no test for term_dumpdiff() options argument
8.0.1638 popup test fails depending on environment variable
8.0.1639 libvterm code lags behind master
8.0.1640 Test_cwd() is flaky
8.0.1641 job in terminal can't communicate with Vim
8.0.1642 running Vim in terminal fails with two windows
8.0.1643 terminal API tests fail
8.0.1644 terminal API tests still fail
8.0.1645 test for terminal response to escape sequence may fail
8.0.1646 MS-Windows: executable contains unreferenced functions
8.0.1647 terminal API may call any user function
8.0.1648 resource fork tool doesn't work on Python 3
8.0.1649 no completion for argument list commands
8.0.1650 too many #ifdefs
8.0.1651 cannot filter :ls output for terminal buffers
8.0.1652 term_dumpwrite() does not output composing characters
8.0.1653 screen dump is made too soon
8.0.1654 warnings for conversion of void to function pointer
8.0.1655 outdated gdb message in terminal debugger unclear
8.0.1656 no option to have xxd produce upper case variable names
8.0.1657 crash when reading a channel
8.0.1658 xxd capitalize argument not available in long form
8.0.1659 scroll events not recognized for some xterm emulators
8.0.1660 the terminal API "drop" command doesn't support options
8.0.1661 warnings from 64 bit compiler
8.0.1662 showing dump diff doesn't mention both file names
8.0.1663 cannot build without multi-byte feature
8.0.1664 test failure because of not allocating enough space
8.0.1665 when running a terminal from the GUI 'term' is not useful
8.0.1666 % argument in ch_log() causes trouble
8.0.1667 terminal window tests are flaky
8.0.1668 terminal debugger: can't re-open source code window
8.0.1669 :vimgrep may add entries to the wrong quickfix list
8.0.1670 terminal window tests are still a bit flaky
8.0.1671 crash when passing non-dict argument as env to job_start()
8.0.1672 error during completion causes command to be cancelled
8.0.1673 terminal window tests are still a bit flaky
8.0.1674 libvterm can't handle an OSC string split
8.0.1675 unused macro argument in libvterm
8.0.1676 no compiler warning for wrong printf format
8.0.1677 no compiler warning for wrong format in vim_snprintf()
8.0.1678 errorformat "%r" implies "%>"
8.0.1679 compiler warning for printf format
8.0.1680 memory allocated by libvterm is not profiled
8.0.1681 the format attribute fails with MinGW
8.0.1682 auto indenting breaks inserting a block
8.0.1683 Python upgrade breaks Vim when defining PYTHON_HOME
8.0.1684 ml_get errors when using terminal window for shell command
8.0.1685 can't set ANSI colors of a terminal window
8.0.1686 Python does not work when configuring with specific dir
8.0.1687 64 bit compiler warnings
8.0.1688 some macros are used without a semicolon
8.0.1689 no tests for xxd
8.0.1690 not easy to run one test with gvim instead of vim
8.0.1691 xxd test sometimes fails
8.0.1692 Python may not work when using statically linked library
8.0.1693 xxd is excluded from coverage statistics
8.0.1694 terminal API test is a bit flaky
8.0.1695 xxd test not run on MS-Windows
8.0.1696 coverage statistics don't work
8.0.1697 various tests are still a bit flaky
8.0.1698 coverage statistics don't work on coveralls
8.0.1699 leftover stuff for Python 1.4
8.0.1700 coverage statistics still don't work on coveralls
8.0.1701 can disable COLOR_EMOJI with MSVC but not MinGW
8.0.1702 leaking memory when autocommands make quickfix list invalid
8.0.1703 in the tutor 'showcmd' is not set
8.0.1704 'backupskip' default doesn't work for Mac
8.0.1705 when making a vertical split the mode message isn't updated
8.0.1706 cannot sent CTRL-\ to a terminal window
8.0.1707 when 'wfh' is set ":bel 10new" scrolls window
8.0.1708 mkdir with 'p' flag fails on existing directory
8.0.1709 some non-C89 code may slip through
8.0.1710 building with Ruby fails
8.0.1711 term_setsize() is not implemented yet
8.0.1712 terminal scrollback is not limited
8.0.1713 terminal debugger doesn't handle arguments
8.0.1714 term_setsize() does not give an error in a normal buffer
8.0.1715 terminal buffer can be 1 more than 'terminalscroll' lines
8.0.1716 test for term_setsize() does not give a good error message
8.0.1717 C89 check causes too much trouble
8.0.1718 terminal scrollback test fails on MS-Windows
8.0.1719 cannot specify which Python executable configure should use
8.0.1720 when a timer is running a terminal window may not close
8.0.1721 no test for using the 'termsize' option
8.0.1722 cannot specify a minimal size for a terminal window
Patches for vim 7.4:
7.4.001 'ic' doesn't work for patterns such as [a-z]
7.4.002 pattern with two alternative look-behind matches doesn't match
7.4.003 memory access error in Ruby syntax highlighting
7.4.004 when closing a window fails ":bwipe" may hang
7.4.005 "vaB" while 'virtualedit' is set selects the wrong area
7.4.006 mkdir("foo/bar/", "p") gives an error message
7.4.007 creating a preview window on startup messes up the screen
7.4.008 new regexp engine can't be interrupted
7.4.009 too easy to write a file was not decrypted (yet)
7.4.010 (after 7.4.006) crash with invalid argument to mkdir()
7.4.011 cannot find out if "acl" and "xpm" features are supported
7.4.012 MS-Windows: resolving multi-bye shortcut does not work
7.4.013 MS-Windows: File name buffer too small for utf-8
7.4.014 MS-Windows: check for writing to device does not work
7.4.015 MS-Windows: Detecting node type fails for multi-byte chars
7.4.016 MS-Windows: File name completion has problem with Chinese
7.4.017 ":help !!" does not find the "!!" tag in the help file
7.4.018 when completing item becomes unselected
7.4.019 file name completion fails with Chinese characters
7.4.020 NFA engine matches too much with \@>
7.4.021 NFA regexp: Using \ze may result in wrong end
7.4.022 deadlock while exiting, because of allocating memory
7.4.023 MS-Windows: warning for 64 bit type
7.4.024 current user cannot always use the undo file he created
7.4.025 reading before start of a string
7.4.026 clang warning for int shift overflow
7.4.027 valgrind error when using CTRL-X CTRL-F at start of the line
7.4.028 equivalence classes are not working for multi-byte characters
7.4.029 an error in a pattern is reported twice
7.4.030 the -mno-cygwin argument is no longer supported by Cygwin
7.4.031 ":diffoff!" resets options even when 'diff' is not set
7.4.032 NFA engine does not match the NUL character
7.4.033 if terminal has 20 lines test 92 and 93 overwrite input file
7.4.034 using "p" in Visual block mode only changes the first line
7.4.035 MS-Windows: mouse pointer flickers when going to Normal mode
7.4.036 NFA engine does not capture group correctly when using \@>
7.4.037 "\ze" in a sub-pattern does set the end of the match
7.4.038 Using "zw" and "zg" when 'spell' is off give confusing error
7.4.039 MS-Windows: < MSCV10 can't handle symlinks to a directory
7.4.040 error on exit when variable holds reference to a script scope
7.4.041 Visual selection does not remain after being copied over
7.4.042 after ":setlocal" 'spell'/'spellang' :spelldump doesn't work
7.4.043 VMS can't handle long function names
7.4.044 can't build with old MSVC
7.4.045 substitute() has a problem with pattern starting with "\ze".
7.4.046 can't use Tcl 8.6
7.4.047 input() does not work in a function invoked by a mapping
7.4.048 recent clang version complains about -fno-strength-reduce
7.4.049 in Ex mode substitute prompt is wrong with line numbers
7.4.050 "gn" may select too much when there are two matching lines
7.4.051 syntax highlighting a Yaml file causes a crash
7.4.052 cursor may end up in the wrong position when auto-formatting
Patches:
7.3.713 printf() can only align to bytes, not characters
7.3.714 :setlocal and :setglobal do not work in the sandbox
7.3.715 crash when calling setloclist() in BufUnload autocmd
7.3.716 error on exit when using Python 3
7.3.717 when changing font size only MS-Windows limits window size
7.3.718 when re-using the current buffer the buffer-local options stay
7.3.719 cannot run new version of cproto
7.3.720 proto files are outdated
7.3.721 Ruby interface defines local functions globally
7.3.722 Perl flags may contain "-g", which breaks "make proto"
7.3.723 various tiny problem.
7.3.724 building with Ruby and Tcl on MS-Windows 64 bit does not work
7.3.725 :aboveleft and :belowright have no effect on :copen
7.3.726 typos and duplicate info in README
7.3.727 can't always find Win32.mak when building GvimExt
7.3.728 cannot compile with MzScheme interface on Ubuntu 12.10
7.3.729 building with Ruby fails on some systems
7.3.730 crash in PHP file when using syntastic
7.3.731 Py3Init_vim() is exported uneccessarily
7.3.732 compiler warnings for function arguments
7.3.733 tests fail when including MzScheme
7.3.734 cannot put help files in a sub-directory
7.3.735 cannot build Ruby 1.9 with MingW or Cygwin
7.3.736 file name completion in input() escapes white space
7.3.737 when using do_cmdline() recursively did_endif is not reset
7.3.738 (after 7.3.730) unused function argument
7.3.739 computing number of lines may have an integer overflow
7.3.740 IOC tool complains about undefined behavior for int
7.3.741 (after 7.3.737) tiny build fails
7.3.742 leaking memory when :vimgrep restores the directory
7.3.743 (after 7.3.741) tiny build still fails
7.3.744 64 bit compiler warning
7.3.745 automatically setting 'ttymouse' doesn't work
7.3.746 memory leaks when using location lists
7.3.747 tab alignment does not work when characters are concealed
7.3.748 no tests for conceal mode
7.3.749 cannot build Python interface without multi-byte feature
7.3.750 the justify macro does not always work correctly
7.3.751 test 61 is flaky, it fails once in a while
7.3.752 test 49 script file doesn't fold properly
7.3.753 ":q" twice does not work when there is a QuitPre autocommand
7.3.754 latest nmake is not recognized
7.3.755 autoconf doesn't find Python 3 if it's called "python"
7.3.756 a location list can get a wrong count in :lvimgrep
7.3.757 issue 96: access freed memory if put command triggers autocmd
7.3.758 matchit plugin does not handle space in #ifdef
7.3.759 MS-Windows: Updating tabline is slow when there are many tabs
7.3.760 dv_ deletes the white space before the line
7.3.761 in Visual mode a "-p does not work
7.3.762 (after 7.3.759) on some systems the tabline is not redraw.
pkgsrc changes:
- cleanup vim-xaw by adding -lXaw first, so --as-needed will work now
- remove some old entries in vim-xaw
Will fix PR 47281.
Changes:
7.3.654 creating Vim dictionary from Python an empty key might be used
7.3.655 64 bit MingW xpm .a file is missing
7.3.656 internal error in :pyeval
7.3.657 Python bindings silently truncate string values containing NUL
7.3.658 NUL bytes truncate strings when converted from Python
7.3.659 recent Python changes are not tested
7.3.660 ":help !" jumps to help for ":!"
7.3.661 (after 7.3.652) SEGV in Python code
7.3.662 can't build Ruby interface with Ruby 1.9.3
7.3.663 end of color scheme name not clear in E185
7.3.664 buffer overflow in unescaping multi-byte characters
7.3.665 MSVC 11 is not supported
7.3.666 Win32.mak can't be found
7.3.667 unused variables in Perl interface
7.3.668 loading Perl dynamically still uses static library
7.3.669 when building with Cygwin loading Python dynamically fails
7.3.670 tiny memory leak when throwing exception in Python
7.3.671 more Python code can be shared between Python 2 and 3
7.3.672 not possible to lock/unlock lists in Python interface
7.3.673 "gN" while 'selection' is "exclusive" misses one character
7.3.674 can't compile with Lua/dyn on Cygwin
7.3.675 accessing uninitialized memory with a very long file name
7.3.676 Ruby compilation on Windows 32 bit doesn't work
7.3.677 buf_spname() is used inconsistently
7.3.678 Ruby .so name may not be correct
7.3.679 Ruby detection uses Config, newer Ruby versions use RbConfig
7.3.680 some files missing in the list of distributed files
7.3.681 list of distributed files picks up backup files
7.3.682 (after 7.3.677) compiler complains about incompatible types
7.3.683 ":python" may crash when vimbindeval() returns None
7.3.684 "make test" does not delete lua.vim
7.3.685 no test for what patch 7.3.673 fixes
7.3.686 cannot use CTRL-\ e mapping when entering an expression
7.3.687 test 16 fails when $DISPLAY is not set
7.3.688 Python 3.3 is not supported
7.3.689 MzScheme and Lua may use a NULL string
7.3.690 crash with directory name equal to maximum path length
7.3.691 state specific to the Python thread is discarded
7.3.692 can't build GTK version with GTK 2.0
7.3.693 can't make 'softtabstop' follow 'shiftwidth'
7.3.694 'shiftwidth' is not so easy to use in indent files
7.3.695 balloon cannot show multi-byte text
7.3.696 message about added spell language can be wrong
7.3.697 leaking resources when setting GUI font
7.3.698 Python 3 does not preserve state beween commands
7.3.699 manually set 'ttymouse' is overruled by automatic detection
7.3.700 cannot detect URXVT and SGR mouse support
7.3.701 MS-Windows: Crash with stack overflow when setting 'encoding'
7.3.702 nmake from VS6 service pack 6 is not recognized
7.3.703 when 'undofile' is reset the hash is computed unnecessarily
7.3.704 repeating "cgn" does not always work correctly
7.3.705 mouse features are not in alphabetical order
7.3.706 (after 7.3.697) can't build Motif version
7.3.707 (after 7.3.701) library name with non-latin characters fails
7.3.708 filler lines above the first line may be hidden
7.3.709 compiler warning for unused argument
7.3.710 (after 7.3.704) "fn" is broken
7.3.711 (after 7.3.688) vim.current.buffer is not available
7.3.712 nmake from VS2010 SP1 is not recognized
pkgsrc changes:
- take maintainership of package
- switch to single tarball, created from vim's hg, instead of downloading > 700 files
- which resulted in changes in PLIST in vim-share
- some minor changes to DESCR files (add more vim guis)
- reset PKGREVISION on vim-gtk2
- add new files to vim-lang
The most notable additions since 7.2:
- Persistent undo and undo for reload
- Blowfish encryption, encryption of the swap file
- Conceal text
- Lua interface
- Python 3 interface
Once you have installed Vim 7.3 you can find all the details about the
changes since Vim 7.2 with:
:help version-7.3
This is a minor release of Vim. In the 15 months since Vim 7.1 many
bugs were fixed and runtime files have been added and updated. There
are also security improvements, therefore it's a good idea to upgrade.
The main new feature since 7.1 is floating point support. You can use
it in the Vim script language to add up a list of amounts, for example.
Once you have installed Vim 7.2 you can find details about the changes
since Vim 7.1 with ":help version-7.2".
1529 7.1.003 (extra) Win32: menu entries end up in message history
2481 7.1.004 crash when editing a directory
3841 7.1.005 "cit" used on <foo></foo> deletes <foo>
2941 7.1.006 when reading from stdin 'modified' can't be reset in autocmd
6458 7.1.007 (extra) Mac: context menu does not work, scrollbars not dimmed
2631 7.1.008 getfsize() returns an invalid number for very big files
1881 7.1.009 diff mode: tab to spaces change not highlighted correctly
2796 7.1.010 Gnome: tab pages are not included in the saved session
1934 7.1.011 buffer overflow when $VIMRUNTIME is very long
1904 7.1.012 ":let &tw = 'asdf'" does not give an error message
2139 7.1.013 ":syn include" only loads the first file
1479 7.1.014 crash in C-indenting
3743 7.1.015 MzScheme interface doesn't build on Mac; init problem
2368 7.1.016 (after 7.1.012) error message when using ":cwindow"
6729 7.1.017 ":confirm w" does not give a prompt when file is read-only
1771 7.1.018 "p" at end of line doesn't work right when 've' is set
This fixes the vim-motif build.
* Update to 7.0.39
3990 7.0.036 can't compile with small features and syntax HL
1880 7.0.037 crash when resizing Vim window when a line doesn't fit
3236 7.0.038 complete() can be used from expr. mapping after inserting text
3240 7.0.039 third argument for inputdialog() doesn't work in the console
SIZE NAME FIXES
1627 7.0.001 'spellsuggest' could not be added to
2007 7.0.002 C omni complete has problem with % and # in tags file path
1876 7.0.003 GUI: click in tab pages label may warp mouse pointer
1596 7.0.004 Compiler warning for debug_saved used before set
1579 7.0.005 (extra) Win32: uninstall didn't delete spell and autoload dirs
1347 7.0.006 Mac: "make shadow" didn't link infplist.xml
1919 7.0.007 AIX: compiling failed for message.c
2081 7.0.008 Can't call a function that uses both <SID> and {expr}
1625 7.0.009 ml_get errors when 'spell' is set
3705 7.0.010 spellfile plugin required typing login name and password
1989 7.0.011 can't compile with eval feature without folding feature
2532 7.0.012 matchparen plugin changed cursor column in Insert mode
4614 7.0.013 Insert mode completion: CTRL-L jumped back to original text
5712 7.0.014 Motif: doesn't compile with Motif 1.2 and earlier
4485 7.0.015 Athena: type casts for lvalues
1810 7.0.016 recognize encodings "mac-roman", "dec-mcs" and "hp-roman8"
2302 7.0.017 (after 7.0.014) Motif: doesn't link with Motif 1.2 and earlier
Since Vim 6.4 many new features have been added. To mention a few:
- Spell checking support for about 50 languages
- Intelligent completion for C, HTML, Ruby, Python, PHP, etc.
- Tab pages, each containing multiple windows
- Undo branches: never accidentally lose text again
- Vim script supports Lists and Dictionaries (similar to Python)
- Vim script profiling
- Improved Unicode support
- Highlighting of cursor line, cursor column and matching braces
- Translated manual pages support.
- Internal grep; works on all platforms, searches compressed files
- Browsing remote directories, zip and tar archives
- Printing multi-byte text
Once you have installed Vim 7.0 you can find details about the changes
since Vim 6.4 with ":help version7".
This is a bugfix release of Vim. Since Vim 6.3 dozens of reported
problems have been fixed. Also included are new and updated syntax
files, translated menus and messages.
There are no new features. This release is only fixing bugs.