- Upstream changes: * 9.1.1918: completion: crash with fuzzy completion * 9.1.1917: Vim9: incorrect type inference with mkdir() * 9.1.1916: WinEnter autocommand confuses Vim when closing tabpage * 9.1.1915: :breaklist accepts unprocessed arguments. * 9.1.1914: runtime(netrw): wipes unnamed buffers * 9.1.1913: Error message with :unlet! and non-existing dictionary item * 9.1.1912: tests: test_plugin_comment fails * 9.1.1911: build failure on Solaris with gcc 5 * 9.1.1910: tests: test failures in Test_term_gettitle() in CI * 9.1.1909: filetype: .mom files recognized as nroff files * 9.1.1908: tests: test_crash.vim times out in CI ASAN builds * 9.1.1907: xterm: no support for mouse buttons 8 and 9 * 9.1.1906: filetype: not all Ruby files are recognized * 9.1.1905: tabpanel: truncates terminal output * 9.1.1904: Code still supports GTK2 versions older than 2.4 * 9.1.1903: GTK naming still reflects GTK1 support * 9.1.1902: GTK fails to compile with !FEAT_PROP_POPUP * 9.1.1901: tests: test_vim9_generics fails without job feature * 9.1.1900: tabpanel: wrong condition after v9.1.1898 * 9.1.1899: tabpanel: getcmdscreenpos() wrong when tabpanel is shown * 9.1.1898: tabpanel: inconsistent use of cmdline with tabpanel * 9.1.1897: Mac: Build failure on Mac OS X 10.6 * 9.1.1896: tests: patch v9.1.1895 breaks CI - Refresh patches: * vim-7.3-filetype_spec.patch * vim-7.4-filetype_apparmor.patch OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=909
13 lines
428 B
Diff
13 lines
428 B
Diff
Index: vim-9.1.1918/runtime/autoload/dist/ft.vim
|
|
===================================================================
|
|
--- vim-9.1.1918.orig/runtime/autoload/dist/ft.vim
|
|
+++ vim-9.1.1918/runtime/autoload/dist/ft.vim
|
|
@@ -2673,6 +2673,7 @@ const ft_from_ext = {
|
|
"sparql": "sparql",
|
|
# Spec (Linux RPM)
|
|
"spec": "spec",
|
|
+ "spec.in": "spec",
|
|
# Speedup (AspenTech plant simulator)
|
|
"speedup": "spup",
|
|
"spdata": "spup",
|