Accepting request 622350 from home:mimi_vx:branches:editors

- update to 8.1 revision 8.1.0178 
- refresh disable-unreliable-tests.patch
   vim-7.3-filetype_changes.patch
   vim-7.3-filetype_ftl.patch
   vim-7.3-filetype_spec.patch
   vim-7.3-help_tags.patch
   vim-7.3-name_vimrc.patch
   vim-7.4-filetype_apparmor.patch
 * Warning for passing pointer to non-pointer argument.
 * Overlapping string argument for strcpy().
 * Marks test fails in very wide window
 * After paging up and down fold line is wrong.
 * 'viminfofile' option does not behave like a file name.
 * Typing CTRL-W n in a terminal window causes ml_get error.
 * Invalid memory use with complicated pattern.
 * Calling message_filtered() a bit too often.
 * output of :marks is too short with multi-byte chars
 * lock flag in new dictitem is reset in many places
 * using dict_add_nr_str() is clumsy
 * :clist output can be very long.
 * luaeval('vim.buffer().name') returns an error.
 * Danish and German man pages are not installed.
 * Buffer not updated with 'autoread' set if file was deleted.
 * completion for user names does not work for a prefix.
 * GUI: input() fails if CTRL-C was pressed before
 * Evim.man missing from the distribution.
 * Crash with "set smarttab shiftwidth=0 softtabstop=-1".
 * Build with SHADOWDIR fails.
 * session is wrong with multiple tabs when :lcd was used
 * Memory leak when using :tcl expr command.

OBS-URL: https://build.opensuse.org/request/show/622350
OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=503
This commit is contained in:
Martin Pluskal
2018-07-13 06:48:02 +00:00
committed by Git OBS Bridge
parent a593c930ff
commit 6aeb8c7a0a
11 changed files with 110 additions and 67 deletions

View File

@@ -1,3 +1,57 @@
-------------------------------------------------------------------
Thu Jul 12 20:01:14 UTC 2018 - mimi.vx@gmail.com
- update to 8.1 revision 8.1.0178
- refresh disable-unreliable-tests.patch
vim-7.3-filetype_changes.patch
vim-7.3-filetype_ftl.patch
vim-7.3-filetype_spec.patch
vim-7.3-help_tags.patch
vim-7.3-name_vimrc.patch
vim-7.4-filetype_apparmor.patch
* Warning for passing pointer to non-pointer argument.
* Overlapping string argument for strcpy().
* Marks test fails in very wide window
* After paging up and down fold line is wrong.
* 'viminfofile' option does not behave like a file name.
* Typing CTRL-W n in a terminal window causes ml_get error.
* Invalid memory use with complicated pattern.
* Calling message_filtered() a bit too often.
* output of :marks is too short with multi-byte chars
* lock flag in new dictitem is reset in many places
* using dict_add_nr_str() is clumsy
* :clist output can be very long.
* luaeval('vim.buffer().name') returns an error.
* Danish and German man pages are not installed.
* Buffer not updated with 'autoread' set if file was deleted.
* completion for user names does not work for a prefix.
* GUI: input() fails if CTRL-C was pressed before
* Evim.man missing from the distribution.
* Crash with "set smarttab shiftwidth=0 softtabstop=-1".
* Build with SHADOWDIR fails.
* session is wrong with multiple tabs when :lcd was used
* Memory leak when using :tcl expr command.
* Compiler warning when building with Python 3.7.
* Matchit and matchparen don't handle E363.
* Xterm and vt320 builtin termcap missing keypad keys.
* cexpr no longer jumps to the first error.
* Recording into a register has focus events.
* Negative value of 'softtabstop' not used correctly.
* Undo message delays screen update for CTRL-O u.
* Lua interface does not support funcref.
* tagfiles() can have duplicate entries
* ":profdel func" does not work if func was called already
* still some xterm-like terminals get a stray "p"
* Build failure when disabling the session feature.
* Various problems with 'vartabstop'.
* Virtual edit replace with multi-byte fails at end of line.
* has('vcon') returns true even for non-win32 terminal.
* Crash when using ballooneval related to 'vartabstop'.
* Buffer 'modified' set even when :sort has no changes.
* Duplicate error message for put command.
* URL in install program still points to SourceForge.
* display problem with 'vartabstop' and 'linebreak'
-------------------------------------------------------------------
Mon Jun 25 10:32:38 UTC 2018 - mimi.vx@gmail.com