SHA256
1
0
forked from pool/vim

- Updated to version 9.0.1307, fixes the following problems

* Crash when using search stat in narrow screen.
  * Using sizeof() and subtract array size is tricky.
  * Typo in pattern for filetype detection.
  * "1v" may select block with wrong size. (Evgeni Chasnovski)
  * FIRRTL files are not recognized.
  * The code for setting options is too complicated.
  * Some mappings with Meta and Shift do not work.
  * Cursor may move with autocmd in Visual mode.
  * go.work.sum files are not recognized.
  * Display shows lines scrolled down erroneously. (Yishai Lerner)
  * Inssufficient testing for what 9.0.1265 fixes.
  * Cadence files are not recognized.
  * Ron files are not recognized.
  * The code for setting options is too complicated.
  * Compiler warnings for uninitialized variables. (Tony Mechelynck)
  * Various small problems.
  * Coverity warns for using a NULL pointer.
  * With the Kitty key protocl Esc with NumLock cannot be mapped.
  * FunC files are not recognized.
  * A newer version of clang can be used for CI.
  * CTRL-N and -P on cmdline don't trigger CmdlineChanged.
  * Move language files are not recognized.
  * :defer may call the wrong method for an object. (Ernie Rael)
  * The set_num_option() is too long.
  * The set_bool_option() function is too long.
  * The option initialization function is too long.
  * Calling an object method with arguments does not work. (Ernie Rael)
  * Wrong value for $LC_CTYPE makes the environ test fail.
  * Inserting a register on the command line does not trigger incsearch or

OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=782
This commit is contained in:
Ondřej Súkup 2023-02-13 17:23:33 +00:00 committed by Git OBS Bridge
parent a268eae1cc
commit 860d57a7f5
4 changed files with 49 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3364418ff51da23149d725c59fa8c88d2f254d59e0210af9b787bc92994b147a
size 16948033

3
vim-9.0.1307.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:20398ba474a9be754deab79f306a33161da181b69cf555b76499de3ea9234d9c
size 16959240

View File

@ -1,3 +1,48 @@
-------------------------------------------------------------------
Mon Feb 13 17:22:09 UTC 2023 - Ondřej Súkup <mimi.vx@gmail.com>
- Updated to version 9.0.1307, fixes the following problems
* Crash when using search stat in narrow screen.
* Using sizeof() and subtract array size is tricky.
* Typo in pattern for filetype detection.
* "1v" may select block with wrong size. (Evgeni Chasnovski)
* FIRRTL files are not recognized.
* The code for setting options is too complicated.
* Some mappings with Meta and Shift do not work.
* Cursor may move with autocmd in Visual mode.
* go.work.sum files are not recognized.
* Display shows lines scrolled down erroneously. (Yishai Lerner)
* Inssufficient testing for what 9.0.1265 fixes.
* Cadence files are not recognized.
* Ron files are not recognized.
* The code for setting options is too complicated.
* Compiler warnings for uninitialized variables. (Tony Mechelynck)
* Various small problems.
* Coverity warns for using a NULL pointer.
* With the Kitty key protocl Esc with NumLock cannot be mapped.
* FunC files are not recognized.
* A newer version of clang can be used for CI.
* CTRL-N and -P on cmdline don't trigger CmdlineChanged.
* Move language files are not recognized.
* :defer may call the wrong method for an object. (Ernie Rael)
* The set_num_option() is too long.
* The set_bool_option() function is too long.
* The option initialization function is too long.
* Calling an object method with arguments does not work. (Ernie Rael)
* Wrong value for $LC_CTYPE makes the environ test fail.
* Inserting a register on the command line does not trigger incsearch or
update hlsearch.
* Change for triggering incsearch not sufficiently tested.
* 'statusline' only supports one "%=" item.
* Virtual text below empty line not displayed.
* On a Belgian keyboard CTRL-] does not work.
* Motif: scrollbar width/height wrong when maximized.
* "$" for 'list' option displayed in wrong position when there are text
properties.
* Cursor in wrong line with virtual text above.
* No regression test for solved problem of #11959.
* Setting 'formatoptions' with :let doesn't check for errors.
-------------------------------------------------------------------
Wed Feb 1 10:54:56 UTC 2023 - Ondřej Súkup <mimi.vx@gmail.com>

View File

@ -17,7 +17,7 @@
%define pkg_version 9.0
%define patchlevel 1270
%define patchlevel 1307
%define patchlevel_compact %{patchlevel}
%define VIM_SUBDIR vim90
%define site_runtimepath %{_datadir}/vim/site