2023-09-16 14:43:14 by Olaf Seibert | Files touched by this commit (10) |
Log message:
editors/vim-xaw: remove, because upstream removed Athena GUI support
in Vim 8.2.4677 of Sun Apr 3 18:02:37 2022 +0100.
|
2023-09-16 14:21:19 by Olaf Seibert | Files touched by this commit (7) | |
Log message:
editors/vim*: update to 9.0.1900
Upstream changes: see http://ftp.vim.org/pub/vim/patches/9.0/
(from .1599 to .1678; I didn't find an overview for the rest, apart from
the git repository https://github.com/vim/vim/commits/master)
Package changes: the :help command works again.
|
2022-04-09 17:17:43 by Daniel Horecki | Files touched by this commit (1) |
Log message:
Update PLIST
|
2021-05-14 16:19:45 by Nia Alarie | Files touched by this commit (1) |
Log message:
vim-lang: needs termcap
|
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-09-19 01:58:29 by Daniel Horecki | Files touched by this commit (1) |
Log message:
Update PLIST for new version of vim.
|
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-02-23 11:40:07 by Daniel Horecki | Files touched by this commit (1) |
Log message:
Update to version 8.2.0303
|
2019-10-23 09:32:59 by Daniel Horecki | Files touched by this commit (5) |
Log message:
Reset PKGREVISION
|
2019-08-27 11:26:02 by Maya Rashish | Files touched by this commit (7) |
Log message:
vim*: disable fortify
The package lowers it to weaker fortify, but this doesn't work in some
circumstances, like PR pkg/54464.
Must be done before including bsd.prefs.mk.
Bump PKGREVISION.
|