Commit Graph

6 Commits

Author SHA256 Message Date
5083548bbe - Updated to version 9.0.0000, fixes the following problems
* Reading beyond the end of the line with lisp indenting.
  * search() gets stuck with "c" and skip evaluates to true.
  * "make uninstall" does not remove colors/lists.
  * Still mentioning version8, some cosmetic issues.
  * In diff mode windows may get out of sync. (Gary Johnson)
  * TSTP and INT signal tests are not run with valgrind.
  * Fix for CTRL-key combinations causes more problems than it solves.
  * Accessing invalid memory after changing terminal size.
  * Might still access invalid memory.
  * Reading before the start of the line with BS in Replace mode.
  * Crash when deleting buffers in diff mode.
  * Invalid memory access after diff buffer manipulations.
  * Import test fails because 'diffexpr' isn't reset.
  * Test for DiffUpdated fails.
  * get(Fn, 'name') on funcref returns special byte code.
  * Cannot build with Python 3.11.
  * Nested :source may use NULL pointer.
  * Dependencies and proto files are outdated.
  * "make menu" still uses legacy script.

OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=725
2022-06-28 17:54:31 +00:00
Ismail Dönmez
d614f5a310 Accepting request 876001 from home:mgerstner:branches:editors
- vim-changelog.sh:
  * use https:// URL for authenticity. For this URL needs to be changed to
    nluugl.nl which is the actual server behind this and the SSL certificate
    only works for this URL.
  * Check for number of arguments.
  * Maintain leading zeroes in version arguments, otherwise things
    like `vim-changelog.sh 0007 0010` fail to work.

OBS-URL: https://build.opensuse.org/request/show/876001
OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=651
2021-03-01 16:43:07 +00:00
Ismail Dönmez
77ec2c06eb Accepting request 830932 from home:dirkmueller:branches:editors
- Updated to version 8.2.1551, fixes the following problems
  * Vim: not operator does not result in boolean.
  * Previous tab page not usable from an Ex command.
  * Popupwindow missing last couple of lines when cursor is in the first line.
  * Closing a popup window with CTRL-C interrupts 'statusline' if it calls
  a function.
  * Vim9: boolean evaluation does not work as intended.
  * Test 49 is old style.
  * Vim9: invalid error for missing white space after function.
  * Vim9: not operator applied too early.
  * Test 49 is old style.
  * Vim9: handling "+" and "-" before number differs from Vim script.
  * The Mac GUI implementation is outdated and probably doesn't even work.
  * Vim9: find global function when looking for script-local.
  * Mac build fails.
  * Vim9: cannot use call() without :call.
  * Vim9: cannot call autoload function in :def function.
  * Vim9: cannot use a range with marks in :def function.
  * Vim9: :def function does not abort on nested function error.
  * Vim9: no error for missing white after : in dict.
  * Vim9: error for missing comma instead of extra white space.
  * Vim9: no error for white space before comma in dict.
  * Various inconsistencies in test files.
  * Vim9: cannot mingle comments in multi-line lambda.
  * Vim9: crash when lambda uses outer function argument.
  * Vim9: always converting to string for ".." leads to mistakes.
  * Function implementing :substitute has unexpected name.
  * Vim9: 'statusline' is evaluated using Vim9 script syntax.
  * Missing tests for interrupting script execution from debugger.
  * Tiny and small builds have no test coverage.

OBS-URL: https://build.opensuse.org/request/show/830932
OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=619
2020-09-05 10:31:52 +00:00
fa4709c4f4 - Update to version 8.2.0000
* make depend" does not work correctly for libvterm.
 * Crash when calling popup_close() in win_execute()
 * With a long file name the hit-enter prompt appears.
 * bufnr('$') is wrong after recycling popup buffer.
 * loading menus sets v:errmsg.
 * popup menu flickers if an info popup is used.
 * Crash when evaluating expression with error.
 * Function argument copied unnecessarily.
 * syntax menu and build instructions outdated.
 * matchadd_conceal test fails under valgrind.
 * :cexpr does not handle | in expression.
 * Use // comments where appropriate.
 * 'wincolor' is not used for 'listchars'.
 * Opening cmdline window with feedkeys() does not work.

OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=577
2019-12-13 11:10:26 +00:00
Martin Pluskal
232233987f Accepting request 646060 from home:mimi_vx:branches:editors
- Updated to 8.1.0503, fixes the following problems
- small change in vim-changelog.sh
  * Failure when setting 'varsofttabstop' to end in a comma.
  * When "Terminal" highlight is reverted cursor doesn't show.
  * Some file types are not recognized.
  * term_start() does not check if directory is accessible.
  * Can't build in MS-Windows.
  * No menus specifically for the terminal window.
  * Using freed memory in quickfix code.
  * Crash when autocmd clears vimpgrep location list.
  * If a terminal dump has CR it is considered corrupt.
  * "Edit with existing Vim" list can get long.
  * argv() and argc() only work on the current argument list.
  * Functions do not check for a window ID in other tabs.
  * :filter only supports some commands.
  * No tests for indent files.
  * :%diffput changes order of lines.
  * /etc/gitconfig not recognized at a gitconfig file.
  * :2vimgrep causes an ml_get error
  * Cleaning up in src/tee may not always work.
  * Cppcheck warns for using array index before bounds check.
  * Internal diff fails when diffing a context diff.
  * Missing change to diff test.

OBS-URL: https://build.opensuse.org/request/show/646060
OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=526
2018-11-02 14:11:16 +00:00
Ismail Dönmez
bc820345b1 Add vim-changelog.sh, a vim changelog generator
OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=517
2018-09-19 12:19:32 +00:00