- update to 9.0.2181:
* Vim9: missing error messages * update helptags * POSIX function name in exarg causes issues * no filetype detection for execline scripts * reg_executing() wrong for :normal with range * Wrong cursor position when dragging out of window * Update Serbian messages translation * runtime(netrw): prevent E11 on FocusGained autocommand * Update Japanese translation * runtime(8th): updated 8th syntax * change dependabot prefix to "CI" * Update change.txt * Compile error with Motif UI + mouse support * Create Changelog until v9.0.2175 * Update Italian translations * Update tmux syntax rules * Update Turkish translations * Compiler warning for uninitialized var * update fortran syntax rules and doc notes * Vim9: segfault when assigning to type * remove deprecation warning for gdefault * Vim9: crash when compiling for statement and non-existing type * Vim9: compiling :defer may fail * Updated Irish translation * Update Logtalk runtime files for the latest language spec * update Racket runtime files * Update colorschemes * The options[] array is still not sorted alphabetically * Vim9: no support for const/final class/objects vars OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=834
This commit is contained in:
parent
b641f13449
commit
84142c30e5
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0dc87eeb61ea842fc4d0f34e3a9d15cc30db94f4ba5d43ac69f5f653b1aab58a
|
||||
size 17398079
|
3
vim-9.0.2181.tar.gz
Normal file
3
vim-9.0.2181.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:06f1e18823e39a63d9f627961d9c14eab66c6216ee1790789f3623bfa3c6351e
|
||||
size 17532846
|
80
vim.changes
80
vim.changes
@ -1,3 +1,83 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 20 13:54:00 UTC 2023 - Ondřej Súkup <mimi.vx@gmail.com>
|
||||
|
||||
- update to 9.0.2181:
|
||||
* Vim9: missing error messages
|
||||
* update helptags
|
||||
* POSIX function name in exarg causes issues
|
||||
* no filetype detection for execline scripts
|
||||
* reg_executing() wrong for :normal with range
|
||||
* Wrong cursor position when dragging out of window
|
||||
* Update Serbian messages translation
|
||||
* runtime(netrw): prevent E11 on FocusGained autocommand
|
||||
* Update Japanese translation
|
||||
* runtime(8th): updated 8th syntax
|
||||
* change dependabot prefix to "CI"
|
||||
* Update change.txt
|
||||
* Compile error with Motif UI + mouse support
|
||||
* Create Changelog until v9.0.2175
|
||||
* Update Italian translations
|
||||
* Update tmux syntax rules
|
||||
* Update Turkish translations
|
||||
* Compiler warning for uninitialized var
|
||||
* update fortran syntax rules and doc notes
|
||||
* Vim9: segfault when assigning to type
|
||||
* remove deprecation warning for gdefault
|
||||
* Vim9: crash when compiling for statement and non-existing type
|
||||
* Vim9: compiling :defer may fail
|
||||
* Updated Irish translation
|
||||
* Update Logtalk runtime files for the latest language spec
|
||||
* update Racket runtime files
|
||||
* Update colorschemes
|
||||
* The options[] array is still not sorted alphabetically
|
||||
* Vim9: no support for const/final class/objects vars
|
||||
* Vim9: builtin funcs may accept a non-value
|
||||
* Moving tabpages on :drop may cause an endless loop
|
||||
* sync runtime files with upstream
|
||||
* grammar & typo fixes
|
||||
* add Tbreak command
|
||||
* Vim9: not consistently using :var for declarations
|
||||
* Memory leak in Configure Script when checking GTK
|
||||
* Vim9: can simplify arg type checking code
|
||||
* Vim9: can use type a func arg/return value
|
||||
* escape curdir in BrowseUpDir
|
||||
* Vim9: type can be assigned to list/dict
|
||||
* Vim9: type documentation out-dated
|
||||
* Vim9: not able to use imported interfaces and classes
|
||||
* instanceof() should use varargs as second arg
|
||||
* Update syntax file, fix missing for highlight
|
||||
* screenpos() may crash with neg. column
|
||||
* [security]: use-after-free in check_argument_type
|
||||
* Vim9: incorrectly parses :def func definitions
|
||||
* Vim9: can use typealias in assignment
|
||||
* ft detection maybe wrong if 'fic' set for *.[CH]
|
||||
* re-generate helptags
|
||||
* do not set b:did_ftplugin before sourcing scala ftplugin(#13657)
|
||||
* Fix `w:netrw_bannercnt` ref error with `netrw_fastbrowse=2`
|
||||
* fix examples in comments for JSON formatting
|
||||
* Add json formating plugin (Issue #11426)
|
||||
* Update syntax file
|
||||
* link cmdline completion to to |wildcards| and fix typos
|
||||
* Update eval.txt
|
||||
* Vim9: type not kept when assigning vars
|
||||
* The option[] array is not sorted
|
||||
* unlet b:filetype_in_cpp_family for cpp & squirrel
|
||||
* fix typo in change.txt
|
||||
* update syntax and ftplugins
|
||||
* Update syntax file and syntax test
|
||||
* Sort options.txt alphabetically
|
||||
* update todo items
|
||||
* sort option-list alphabetically
|
||||
* no support to build on OpenVMS
|
||||
* Using type unknown for List/Dict containers
|
||||
* 'breakindent' is not drawn after diff filler lines
|
||||
* remove non-existent parameter in shift-command
|
||||
* Using int for errbuflen in option funcs
|
||||
* [security]: use-after-free in exec_instructions()
|
||||
* Vim does not detect pacman.log file
|
||||
* reference 'go-!' inside os_win32.txt for !start
|
||||
* Type check tests fail without the channel feature
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 4 12:00:43 UTC 2023 - Ondřej Súkup <mimi.vx@gmail.com>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user