diff --git a/vim-9.0.1307.tar.gz b/vim-9.0.1307.tar.gz deleted file mode 100644 index cb38816..0000000 --- a/vim-9.0.1307.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:20398ba474a9be754deab79f306a33161da181b69cf555b76499de3ea9234d9c -size 16959240 diff --git a/vim-9.0.1357.tar.gz b/vim-9.0.1357.tar.gz new file mode 100644 index 0000000..f1520a1 --- /dev/null +++ b/vim-9.0.1357.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa98cf211abdfb122c5d3bbcf26122411afb3291dd99f8cf40efa7b8fee898fa +size 16967796 diff --git a/vim.changes b/vim.changes index 30237da..85a6b47 100644 --- a/vim.changes +++ b/vim.changes @@ -1,3 +1,58 @@ +------------------------------------------------------------------- +Sun Feb 26 19:30:47 UTC 2023 - Ondřej Súkup + +- Updated to version 9.0.1357, fixes the following problems + * Setting 'formatoptions' with :let doesn't check for errors. + * The code for setting options is too complicated. + * Scrolling two lines with even line count and 'scrolloff' set. + * 'splitkeep' test has failures. + * Coverity warns for using a NULL pointer. + * Cursor position wrong when splitting window in insert mode. + * Some settings use the current codepage instead of 'encoding'. + * :messages behavior depends on 'fileformat' of current buffer. + * Escaping for completion of map command not properly tested. + * Crash when using an unset object variable. + * Code style test fails. + * PRQL files are not recognized. + * Checking the type of a null object causes a crash. + * vimscript test fails where using {expr} syntax. + * Crash when indexing "any" which is an object. + * Build failure with +eval feature. + * "gj" and "gk" do not move correctly over a closed fold. + * 'colorcolumn' highlight wrong with virtual text above. + * Relative line number not updated with virtual text above. + * Cursor in wrong position below line with virtual text below ending in + multi-byte character. + * Error when using "none" for GUI color is confusing. + * Completion of map includes simplified ones. + * Handling new value of an option has a long "else if" chain. + * Illegal memory access when using :ball in Visual mode. + * Crash when using buffer-local user command in cmdline window. (Karl + Yngve Lervåg) + * When redo'ing twice may not get the script ID. + * Using tt_member for the class leads to mistakes. + * No test for bad use of spaces in help files. + * Functions without arguments are not always declared properly. + * Yuck files are not recognized. + * :defcompile and :disassemble can't find class method. (Ernie Rael) + * No test for :disassemble with class function. + * Coverity warns for using NULL pointer. + * Build error with mzscheme but without GUI. + * Check for OSC escape sequence doesn't work. + * Too many "else if" statements for handling options. + * Starlark files are not recognized. + * "gr CTRL-O" stays in Insert mode. (Pierre Ganty) + * Un-grammar files are not recognized. + * "gr" with a count fails. + * CPON files are not recognized. + * Dhall files are not recognized. + * "ignore" files are outdated. + * Too many "else if" statements to handle option values. + * "gr CTRL-G" stays in virtual replace mode. (Pierre Ganty) + * No error when declaring a class twice. (Ernie Rael) + * Cannot cancel "gr" with Esc. + * Using null_object results in an internal error. (Ernie Rael) + ------------------------------------------------------------------- Fri Feb 17 11:45:06 UTC 2023 - Petr Vorel diff --git a/vim.spec b/vim.spec index 484996c..5ebfbc4 100644 --- a/vim.spec +++ b/vim.spec @@ -17,7 +17,7 @@ %define pkg_version 9.0 -%define patchlevel 1307 +%define patchlevel 1357 %define patchlevel_compact %{patchlevel} %define VIM_SUBDIR vim90 %define site_runtimepath %{_datadir}/vim/site