- Update to version 9.0.2078
* several problems with type aliases * Vim9: No support for type aliases * TextChangedI may not always trigger * Completion menu may be wrong * don't echo empty lines (#13431) * typo in quickfix.c comments * update debian related runtime files (#13423) * Vim9: no nr2str conversion in list-unpack * objdump files not recognized * [security] disallow setting env in restricted mode * possible to escape bracketed paste mode with Ctrl-C * [security] overflow in :history * clarify bracketed paste mode * missing code formatting in if_pyth.txt * xxd: coloring was disabled on Cygwin * xxd: corrupting files when reversing bit dumps * EXPAND flag set for filetype option * cannot use buffer-number for errorformat * Fix typos in several documents (#13420) * pacman hooks are detected as conf filetype * Janet files are not recognised * not able to detect xkb filetypes * *.{gn,gni} files are not recognized * small updates to the documentation for varargs * Update ftplugin - comment motions (#13412) * outstanding exceptions may be skipped * tests: avoid error when no swap files exist * Vim9: no strict type checks for funcrefs varargs * do not use hard-coded match id (#13393) OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=824
This commit is contained in:
parent
2a6f168e21
commit
5ecbb131cc
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9f839eec2146a5cf043c74c58d1298a01c54eb2cfca761da14607f772aaff031
|
||||
size 17345694
|
3
vim-9.0.2078.tar.gz
Normal file
3
vim-9.0.2078.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ce29f8735616e15dc72fdab6850ff19cf5d4db00c397d95b28bc73867a2ead1f
|
||||
size 17357582
|
51
vim.changes
51
vim.changes
@ -1,3 +1,52 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Oct 28 14:45:34 UTC 2023 - Ondřej Súkup <mimi.vx@gmail.com>
|
||||
|
||||
- Update to version 9.0.2078
|
||||
* several problems with type aliases
|
||||
* Vim9: No support for type aliases
|
||||
* TextChangedI may not always trigger
|
||||
* Completion menu may be wrong
|
||||
* don't echo empty lines (#13431)
|
||||
* typo in quickfix.c comments
|
||||
* update debian related runtime files (#13423)
|
||||
* Vim9: no nr2str conversion in list-unpack
|
||||
* objdump files not recognized
|
||||
* [security] disallow setting env in restricted mode
|
||||
* possible to escape bracketed paste mode with Ctrl-C
|
||||
* [security] overflow in :history
|
||||
* clarify bracketed paste mode
|
||||
* missing code formatting in if_pyth.txt
|
||||
* xxd: coloring was disabled on Cygwin
|
||||
* xxd: corrupting files when reversing bit dumps
|
||||
* EXPAND flag set for filetype option
|
||||
* cannot use buffer-number for errorformat
|
||||
* Fix typos in several documents (#13420)
|
||||
* pacman hooks are detected as conf filetype
|
||||
* Janet files are not recognised
|
||||
* not able to detect xkb filetypes
|
||||
* *.{gn,gni} files are not recognized
|
||||
* small updates to the documentation for varargs
|
||||
* Update ftplugin - comment motions (#13412)
|
||||
* outstanding exceptions may be skipped
|
||||
* tests: avoid error when no swap files exist
|
||||
* Vim9: no strict type checks for funcrefs varargs
|
||||
* do not use hard-coded match id (#13393)
|
||||
* no digraph for quadruple prime
|
||||
* Vim9: non-consistent error messages
|
||||
* win32: iscygpty needs update
|
||||
* Add new ftplugin (#13385)
|
||||
* zig filetype detection test wrong
|
||||
* win32: using deprecated wsock32 api
|
||||
* Vim9: wrong error for non-existing object var
|
||||
* Update Zig runtime files (#13388)
|
||||
* Vim9: crash with deferred function call and exception
|
||||
* Vim9: not recognizing qualified class vars for infix ops
|
||||
* python: uninitialized warning
|
||||
* perl: warning about inconsistent dll linkage
|
||||
* tests: checking for swap files takes time
|
||||
* Vim9: exceptions confuse defered functions
|
||||
* allow for overriding systemd ftplugin settings (#13373)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 18 09:13:44 UTC 2023 - Ondřej Súkup <mimi.vx@gmail.com>
|
||||
|
||||
@ -196,7 +245,7 @@ Wed Oct 18 09:13:44 UTC 2023 - Ondřej Súkup <mimi.vx@gmail.com>
|
||||
* "below" virtual text doesn't work with 'rightleft'
|
||||
* Vim9: finding object method/member is inefficient
|
||||
* Add g:c_syntax_for_h to filetype-overrule docs
|
||||
*
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 11 14:51:02 UTC 2023 - Ondřej Súkup <mimi.vx@gmail.com>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user