f88071b9c7
- update to 8.1.0229 - refresh disable-unreliable-tests.patch and vim-7.4-disable_lang_no.patch * Crash when dumping profiling data. * Dropping files is ignored while Vim is busy. * Mode() does not indicate using CTRL-O from Insert mode. * Hang in bracketed paste mode when t_PE not encountered. * Completing shell command finds sub-directories in $PATH. * Ruby converts v:true and v:false to a number. * Expanding ## fails to escape backtick. * Cannot add matches to another window. * Compiler warning for variable set but not used. * No error if configure --with-x cannot configure X. * +autochdir feature not reported by has() or :version. * CTRL-W CR does not work properly in a quickfix window * Preferred cursor column not set in interfaces. * Expanding a file name "~" results in $HOME. * Stderr output from Ruby messes up display. * Invalid memory access with invalid modeline. * :version always shows +packages. * Newer Python uses "importlib" instead of "imp". OBS-URL: https://build.opensuse.org/request/show/626502 OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=508
29 lines
523 B
Diff
29 lines
523 B
Diff
Index: vim-8.1.0229/src/po/Make_all.mak
|
|
===================================================================
|
|
--- vim-8.1.0229.orig/src/po/Make_all.mak
|
|
+++ vim-8.1.0229/src/po/Make_all.mak
|
|
@@ -24,7 +24,6 @@ LANGUAGES = \
|
|
lv \
|
|
nb \
|
|
nl \
|
|
- no \
|
|
pl \
|
|
pl.UTF-8 \
|
|
pl.cp1250 \
|
|
@@ -64,7 +63,6 @@ MOFILES = \
|
|
lv.mo \
|
|
nb.mo \
|
|
nl.mo \
|
|
- no.mo \
|
|
pl.mo \
|
|
pt_BR.mo \
|
|
ru.mo \
|
|
@@ -113,7 +111,6 @@ CHECKFILES = \
|
|
lv.ck \
|
|
nb.ck \
|
|
nl.ck \
|
|
- no.ck \
|
|
pl.UTF-8.ck \
|
|
pl.ck \
|
|
pl.cp1250.ck \
|