Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package vim for openSUSE:Factory checked in 
at 2026-08-01 18:27:17
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/vim (Old)
 and      /work/SRC/openSUSE:Factory/.vim.new.16738 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "vim"

Sat Aug  1 18:27:17 2026 rev:405 rq:1368240 version:9.2.0780

Changes:
--------
--- /work/SRC/openSUSE:Factory/vim/vim.changes  2026-07-23 23:08:41.532810088 
+0200
+++ /work/SRC/openSUSE:Factory/.vim.new.16738/vim.changes       2026-08-01 
18:27:22.695808393 +0200
@@ -1,0 +2,5 @@
+Thu Jul 23 07:15:11 UTC 2026 - Christoffer Aasted <[email protected]>
+
+- Guard suse.vimrc against missing syntax without vim-data
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------









++++++ suse.vimrc ++++++
--- /var/tmp/diff_new_pack.IqLHLB/_old  2026-08-01 18:27:24.055854858 +0200
+++ /var/tmp/diff_new_pack.IqLHLB/_new  2026-08-01 18:27:24.059854994 +0200
@@ -24,6 +24,12 @@
 "          Switch it off if you prefer real vi compatibility
 set nocompatible
 
+" runtime/syntax/generator/vim.vim.base:2017 when 'vim-data' missing:
+if !filereadable($'{$VIMRUNTIME}/syntax/lua.vim')
+    \ && !filereadable($'{$VIMRUNTIME}/syntax/python.vim')
+    let g:vimsyn_embed = '' " avoid error on startup
+endif
+
 " enable syntax highlighting
 if &t_Co > 2 || has("gui_running")
     syntax on

Reply via email to