Accepting request 618960 from home:mimi_vx:branches:editors

- update to 8.1 revision 0115
- refresh vim-7.4-disable_lang_no.patch
 * The matchparen plugin may throw an error.
 * Rename new_ts to new_vts_array.
 * No error when using bad arguments with searchpair()
 * File name not displayed with ":file" when 'F' is in 'shortmess'.
 * New po makefile missing from distribution.
 * Python: getting buffer option clears message
 * Build fails when HAVE_DATE_TIME is undefined.
 * All tab stops are the same
 * Can't build without the +eval feature.
 * Build the string in init_longVersion()
 * Cannot build without syntax highlighting.
 * Terminal debugger: error when setting a watch point.
 * exclamation mark in error message not needed
 * Segfault when pattern with \z() is very slow.
 * Superfluous space before exclamation mark.
 * Dialog for ":browse tabnew" says "new window".
 * Cannot interrupt gdb when program is running.
 * Set 'nomodified' before closing the window.
 * "..." used inconsistently in a message.
 * error when ending the terminal debugger
 * v:shell_error is always zero when using terminal for "!cmd".
 * "is" and "as" have trouble with quoted punctuation.
 * in terminal window, typing : at more prompt, inserts ':'
 * terminal debugger doesn't adjust to changed 'background'.
 * can't see the breakpoint number in the terminal debugger.
 * "..." used inconsistently in messages.
 * Command getting cleared with CTRL-W : in a terminal window.
 * Crash when autocommands call setloclist().

OBS-URL: https://build.opensuse.org/request/show/618960
OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=501
This commit is contained in:
Martin Pluskal 2018-06-26 07:23:59 +00:00 committed by Git OBS Bridge
parent 1495355916
commit a593c930ff
5 changed files with 73 additions and 17 deletions

View File

@ -1,28 +1,28 @@
Index: vim-8.0.1358/src/po/Makefile
Index: vim-8.1.0115/src/po/Make_all.mak
===================================================================
--- vim-8.0.1358.orig/src/po/Makefile
+++ vim-8.0.1358/src/po/Makefile
@@ -25,7 +25,6 @@ LANGUAGES = \
lv \
--- vim-8.1.0115.orig/src/po/Make_all.mak
+++ vim-8.1.0115/src/po/Make_all.mak
@@ -23,7 +23,6 @@ LANGUAGES = \
ko.UTF-8 \
nb \
nl \
- no \
pl \
pt_BR \
ru \
@@ -67,7 +66,6 @@ MOFILES = \
lv.mo \
pl.UTF-8 \
pl.cp1250 \
@@ -63,7 +62,6 @@ MOFILES = \
ko.mo \
nb.mo \
nl.mo \
- no.mo \
pl.mo \
pt_BR.mo \
ru.mo \
@@ -108,7 +106,6 @@ CHECKFILES = \
ko.UTF-8.ck \
@@ -113,7 +111,6 @@ CHECKFILES = \
lv.ck \
nb.ck \
nl.ck \
- no.ck \
pl.UTF-8.ck \
pl.ck \
pt_BR.ck \
ru.ck \
pl.cp1250.ck \

View File

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

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

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

View File

@ -1,3 +1,59 @@
-------------------------------------------------------------------
Mon Jun 25 10:32:38 UTC 2018 - mimi.vx@gmail.com
- update to 8.1 revision 0115
- refresh vim-7.4-disable_lang_no.patch
* The matchparen plugin may throw an error.
* Rename new_ts to new_vts_array.
* No error when using bad arguments with searchpair()
* File name not displayed with ":file" when 'F' is in 'shortmess'.
* New po makefile missing from distribution.
* Python: getting buffer option clears message
* Build fails when HAVE_DATE_TIME is undefined.
* All tab stops are the same
* Can't build without the +eval feature.
* Build the string in init_longVersion()
* Cannot build without syntax highlighting.
* Terminal debugger: error when setting a watch point.
* exclamation mark in error message not needed
* Segfault when pattern with \z() is very slow.
* Superfluous space before exclamation mark.
* Dialog for ":browse tabnew" says "new window".
* Cannot interrupt gdb when program is running.
* Set 'nomodified' before closing the window.
* "..." used inconsistently in a message.
* error when ending the terminal debugger
* v:shell_error is always zero when using terminal for "!cmd".
* "is" and "as" have trouble with quoted punctuation.
* in terminal window, typing : at more prompt, inserts ':'
* terminal debugger doesn't adjust to changed 'background'.
* can't see the breakpoint number in the terminal debugger.
* "..." used inconsistently in messages.
* Command getting cleared with CTRL-W : in a terminal window.
* Crash when autocommands call setloclist().
* Use of 'termwinkey' is inconsistent.
* Terminal debugger only works with the terminal feature.
* Cannot handle pressing CTRL-C in a prompt buffer.
* Nasty autocommands can still cause using freed memory.
* Syntax highlighting not working when re-entering a buffer.
* balloon displayed at the wrong position
* Typing CTRL-W in a prompt buffer shows mode "-- --".
* Popup menu broken if a callback changes the window layout.
* Window title is wrong after resetting and setting 'title'.
* crash when autocommands delete the current buffer
* Displayed digraph for "ga" wrong with 'encoding' "cp1251".
* Display problem with margins and scrolling.
* Popup menu displayed wrong when using autocmd.
* Crash when using :hardcopy with illegal byte.
* first argument of 'completefunc' has inconsistent type
* When a mapping to <Nop> times out the next mapping is skipped
* $VIM_TERMINAL is also set when not in a terminal window
* shell cannot tell running in a terminal window
* vim_str2nr() does not handle numbers close to the maximum.
* no completion for :unlet $VAR
* loading a session file fails if 'winheight' is big
* ++bad argument of :edit does not work properly
-------------------------------------------------------------------
Mon Jun 11 21:18:38 UTC 2018 - mimi.vx@gmail.com

View File

@ -17,7 +17,7 @@
%define pkg_version 8.1
%define patchlevel 0042
%define patchlevel 0115
%define patchlevel_compact %{patchlevel}
%define VIM_SUBDIR vim81
%define site_runtimepath %{_datadir}/vim/site