SHA256
1
0
forked from pool/vim

- Updated to version 9.0.1270, fixes the following problems

* The code style has to be checked manually.
  * MS-Windows console: not flushing termguicolors.
  * Code in same_leader() can be simplified.
  * Code is indented more than necessary.
  * :runtime completion can be further improved.
  * Cannot have a line break before an object member access.
  * Cannot access a private object member in a lambda defined inside the class.
  * Coverity warns for not checking function return value.
  * Code for :runtime completion is not consistent.
  * :setglobal cannot use script-local function for "expr" option.
  * Cursor briefly displayed in a wrong position when pressing Esc in Insert
  mode after autoindent was used.
  * Code is indented more than necessary.
  * Code is indented more than necessary.
  * Divide by zero with 'smoothscroll' set and a narrow window.
  * Cannot export an interface. (Ernie Rael)
  * Cannot export an abstract class. (Ernie Rael)
  * Cannot use an object method with :defer. (Ernie Rael)
  * Checking returned value of ga_grow() is inconsistent.
  * MS-Windows: scrollback cropped off on Vim exit.
  * Calling a method on an interface does not work.
  * Changing 'virtualedit' does not have immediate effect.
  * NetworkManager connection files are not recognized.
  * Code style is not check in test scripts.
  * Code style test fails.
  * Diffmode test fails.
  * Coverity warns for possible NULL pointer usage.
  * Elsa files are not recognized.
  * The did_set_string_option function is too long.

OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=780
This commit is contained in:
Ondřej Súkup 2023-02-01 10:56:32 +00:00 committed by Git OBS Bridge
parent 6029d7529d
commit a268eae1cc
4 changed files with 44 additions and 4 deletions

View File

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

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

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

View File

@ -1,3 +1,43 @@
-------------------------------------------------------------------
Wed Feb 1 10:54:56 UTC 2023 - Ondřej Súkup <mimi.vx@gmail.com>
- Updated to version 9.0.1270, fixes the following problems
* The code style has to be checked manually.
* MS-Windows console: not flushing termguicolors.
* Code in same_leader() can be simplified.
* Code is indented more than necessary.
* :runtime completion can be further improved.
* Cannot have a line break before an object member access.
* Cannot access a private object member in a lambda defined inside the class.
* Coverity warns for not checking function return value.
* Code for :runtime completion is not consistent.
* :setglobal cannot use script-local function for "expr" option.
* Cursor briefly displayed in a wrong position when pressing Esc in Insert
mode after autoindent was used.
* Code is indented more than necessary.
* Code is indented more than necessary.
* Divide by zero with 'smoothscroll' set and a narrow window.
* Cannot export an interface. (Ernie Rael)
* Cannot export an abstract class. (Ernie Rael)
* Cannot use an object method with :defer. (Ernie Rael)
* Checking returned value of ga_grow() is inconsistent.
* MS-Windows: scrollback cropped off on Vim exit.
* Calling a method on an interface does not work.
* Changing 'virtualedit' does not have immediate effect.
* NetworkManager connection files are not recognized.
* Code style is not check in test scripts.
* Code style test fails.
* Diffmode test fails.
* Coverity warns for possible NULL pointer usage.
* Elsa files are not recognized.
* The did_set_string_option function is too long.
* KDL files are not recognized.
* Motif: compiler warning for unused argument.
* Using an interface method may give a compilation error.
* Error for space before ": type" is inconsistent.
* The did_set_string_option function is too long.
* .clangd and .stylelintrc files don't get a filetype.
-------------------------------------------------------------------
Thu Jan 26 07:49:28 UTC 2023 - Jiri Slaby <jslaby@suse.cz>

View File

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