- update to 9.1.0111:
* filetype: no support for bats files * filetype: add 'Config.in' filetype detection * runtime(asciidoc): include basic ftplugin * filetype: no support for its files * runtime(vim): Update base-syntax, remove unused vimString region * runtime(vim): Update base-syntax, fix :behave highlighting * runtime(vim): update Vim Syntax generator * filetype: no support for dtso files * Visual highlight hard to read with 'termguicolors' * runtime(vim): include Vim Syntax generator * Style: typos found * Linking fails with -lto because of PERL_CFLAGS * 'breakindentopt' "min" not correct with 'signcolumn' * settabvar() may change the last accessed tabpage * upper-case of German sharp s should be U+1E9E * Redrawing can be improved with undo and 'spell' * Not able to use diff() with 'diffexpr' * runtime(gpg): Mark dangerous use-embedded-filename with WarningMsg * CompletionChanged not triggered when new leader added without matches * 'breakindent' behaves inconsistently with 'list' and splits * runtime(vim): Update syntax file * diff() function uses 'diffexpr' * tests: test_restricted() fails * xxd: buffer-overflow when writing color output * Still a qsort() comparison function that returns result of subtraction * Compiler warning for missing type in scroll_event() * Syntax test fails when run with non C locale * Assigning wrong colors when parsing terminal OSC response * runtime(vim): Fix indent after line with literal dict OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=839
This commit is contained in:
parent
3d05f554e4
commit
1b0c2d73a1
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1531eb2f9a42e3e5a0c5579e26d9a376bd85f7062701c727af482d8597c59592
|
||||
size 17631251
|
BIN
vim-9.1.0111.tar.gz
(Stored with Git LFS)
Normal file
BIN
vim-9.1.0111.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
119
vim.changes
119
vim.changes
@ -1,3 +1,122 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 15 09:35:46 UTC 2024 - Ondřej Súkup <mimi.vx@gmail.com>
|
||||
|
||||
- update to 9.1.0111:
|
||||
* filetype: no support for bats files
|
||||
* filetype: add 'Config.in' filetype detection
|
||||
* runtime(asciidoc): include basic ftplugin
|
||||
* filetype: no support for its files
|
||||
* runtime(vim): Update base-syntax, remove unused vimString region
|
||||
* runtime(vim): Update base-syntax, fix :behave highlighting
|
||||
* runtime(vim): update Vim Syntax generator
|
||||
* filetype: no support for dtso files
|
||||
* Visual highlight hard to read with 'termguicolors'
|
||||
* runtime(vim): include Vim Syntax generator
|
||||
* Style: typos found
|
||||
* Linking fails with -lto because of PERL_CFLAGS
|
||||
* 'breakindentopt' "min" not correct with 'signcolumn'
|
||||
* settabvar() may change the last accessed tabpage
|
||||
* upper-case of German sharp s should be U+1E9E
|
||||
* Redrawing can be improved with undo and 'spell'
|
||||
* Not able to use diff() with 'diffexpr'
|
||||
* runtime(gpg): Mark dangerous use-embedded-filename with WarningMsg
|
||||
* CompletionChanged not triggered when new leader added without matches
|
||||
* 'breakindent' behaves inconsistently with 'list' and splits
|
||||
* runtime(vim): Update syntax file
|
||||
* diff() function uses 'diffexpr'
|
||||
* tests: test_restricted() fails
|
||||
* xxd: buffer-overflow when writing color output
|
||||
* Still a qsort() comparison function that returns result of subtraction
|
||||
* Compiler warning for missing type in scroll_event()
|
||||
* Syntax test fails when run with non C locale
|
||||
* Assigning wrong colors when parsing terminal OSC response
|
||||
* runtime(vim): Fix indent after line with literal dict
|
||||
* qsort() comparison functions should be transitive
|
||||
* TextChanged not triggered for :norm! commands
|
||||
* Restoring lastused_tabpage too early in do_arg_all()
|
||||
* Problem when scrolling using slow touchpads scroll event
|
||||
* X11 scroll size changes after accessing clipboard
|
||||
* Visual hl wrong when it ends before multibyte 'showbreak'
|
||||
* Redrawing can be improved when deleting lines with 'number'
|
||||
* Redrawing can be improved when deleting lines with 'cursorline'
|
||||
* runtime(doc): further improve docs about List/Blob += operator
|
||||
* X11 mouse-scrolling stutters
|
||||
* runtime(doc): Clarify list-concatenation a bit more
|
||||
* unexpected error for modifying final list using +=
|
||||
* LineNrAbove/Below highlighting wrong on wrapped lines
|
||||
* runtime(dosbatch): improve '::' comment highlighting
|
||||
* GTK3: using wrong style for pre-edit area
|
||||
* Unnecessary call to redraw_for_cursorline() in nv_mousescroll()
|
||||
* runtime(colors): color names in the v:colornames dict should be lower cased
|
||||
* luau config file not detected
|
||||
* runtime(vim): Update syntax file
|
||||
* insert completion not correct when adding new leader
|
||||
* did_set_breakat() should be in optionstr.c
|
||||
* Looping over modifier_keys_table unnecessarily
|
||||
* Not able to build without FEAT_DIFF
|
||||
* translation(ca): Fixe typos in Catalan translation
|
||||
* Need a diff() Vim script function
|
||||
* translation(ru): Updated Russian translation of messages
|
||||
* runtime(vim): Update syntax file
|
||||
* runtime(fortran): update syntax
|
||||
* ScreenLines may not be correctly initialized, causing hang
|
||||
* Visual highlighting can still be improved
|
||||
* gcc still complains about use of uninitialized var
|
||||
* runtime(racket): add missing space to b:undo_indent var
|
||||
* runtime(Filelist): include README_vimlogo.txt
|
||||
* gcc complains about use of uninitialized var
|
||||
* runtime(vimlogo): Include and modernize vimlogo.svg
|
||||
* runtime(netrw): fixing remote file removal via ssh
|
||||
* runtime(doc): correct Vim patch for Wayland support
|
||||
* runtime(racket): undo some indent options only when vim9script is available
|
||||
* runtime(doc): Update help for Wayland support
|
||||
* Segfault with CompleteChanged autocommand
|
||||
* No Wayland support
|
||||
* GTK code can be improved
|
||||
* Internal error when :luado/perldo/pydo etc delete lines
|
||||
* UX of visual highlighting can be improved
|
||||
* runtime(netrw): Use :exec norm! <leftmouse> before :call mapping in netrw
|
||||
* Recorded register cannot be translated using keytrans()
|
||||
* runtime(vim): Highlight string interpolation
|
||||
* runtime(vim): Update syntax and ftplugin files
|
||||
* runtime(ant): Update syntax file
|
||||
* runtime(hurl): add hurl filetype plugin
|
||||
* runtime(vim): Update syntax file
|
||||
* runtime(doc): style fixes in vim9.txt
|
||||
* No event triggered before creating a window
|
||||
* Cannot map Super Keys in GTK UI
|
||||
* wrong number of trailing spaces inserted after blockwise put
|
||||
* formatting long lines is slow
|
||||
* 'linebreak' may still apply to leading whitespace
|
||||
* Patch 9.1.0041 causes regressions for users
|
||||
* runtime(mail): fix #13913
|
||||
* runtime(netrw): Don't change global options
|
||||
* runtime(fortran): update syntax and documentation
|
||||
* Win32 Keyboard handling is sub-optimal
|
||||
* Make "[Command Line]" a special buffer name
|
||||
* Abort opening cmdwin if autocmds screw things up
|
||||
* issues with temp curwin/buf while cmdwin is open
|
||||
* runtime(c): Highlight user defined functions
|
||||
* :drop does not re-use empty buffer
|
||||
* --remote-* does not ignore `wilidignore`
|
||||
* runtime(doc): change "VIsual mode" to "Visual mode" in :h SafeState
|
||||
* translation(hu): use correct encoding in header of hu po file
|
||||
* runtime(vim): Update syntax file
|
||||
* runtime(qml): Use shiftwidth() in indent plugin
|
||||
* translation(it): Update Italian translation
|
||||
* runtime(mail): updated syntax file
|
||||
* runtime(doc): improve doc makefiles, add clean rule
|
||||
* runtime(lang): improve makefiles, add clean rule, fix typo
|
||||
* po Makefiles can be improved
|
||||
* runtime(tutor): simplify tutor makefiles
|
||||
* runtime(sh): Add handling for ksh93 shared-state comsubs and mksh valsubs
|
||||
* ml_get: invalid lnum when :s replaces visual selection
|
||||
* runtime(chuck): include ChucK syntax file
|
||||
* runtime(go): update Go syntax file
|
||||
* Missing test for Chuck Filetype
|
||||
* translation(sr): Update Serbian messages translation
|
||||
* runtime(filetype): detect *.ck files as Chuck filetype
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 22 09:39:37 UTC 2024 - Ondřej Súkup <mimi.vx@gmail.com>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user