Accepting request 619109 from editors
OBS-URL: https://build.opensuse.org/request/show/619109 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vim?expand=0&rev=212
This commit is contained in:
commit
f13f12357c
@ -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 \
|
||||
|
@ -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
3
vim-8.1.0115.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6af39d4c9ca042e928a3d7d1cb86427803f53153158401c7d635a1e8f1712409
|
||||
size 13722407
|
56
vim.changes
56
vim.changes
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user