vim/runtime
David Mandelberg 7546afbf52
patch 9.1.1196: filetype: config files for container tools are not recognized
Problem:  filetype: config files for container tools are not recognized
Solution: detect the ones that aren't detected yet as toml filetype
          (David Mandelberg)

The .containerignore format doesn't look exactly the same as gitignore,
but very close. And .dockerignore is already using gitignore.

References:
https://github.com/containers/common/blob/main/docs/containerignore.5.md
https://github.com/containers/common/blob/main/docs/containers.conf.5.md
https://github.com/containers/storage/blob/main/docs/containers-storage.conf.5.md
https://github.com/containers/image/blob/main/docs/containers-registries.conf.5.md
https://github.com/containers/image/blob/main/docs/containers-registries.conf.d.5.md

I wasn't sure exactly how to interpret what containers.conf(5) was
saying about modules, so I looked at
https://github.com/containers/common/tree/main/pkg/config/testdata/modules
to get examples, and based the detection off those.

closes: #16852

Signed-off-by: David Mandelberg <david@mandelberg.org>
Signed-off-by: Christian Brabandt <cb@256bit.org>
2025-03-12 21:23:39 +01:00
..
autoload runtime(man): improve :Man completion for man-db 2025-03-10 21:26:50 +01:00
bitmaps
colors runtime(colors): Update colorschemes, include new unokai colorscheme 2025-01-14 17:15:59 +01:00
compiler runtime(compiler): allow customizing exe and args for tsc 2025-03-11 21:40:04 +01:00
doc runtime(doc): remove unnecessary "an" 2025-03-12 21:16:13 +01:00
ftplugin runtime(man): improve :Man completion for man-db 2025-03-10 21:26:50 +01:00
icons
import/dist
indent patch 9.1.1140: filetype: m17ndb files are not detected 2025-02-23 09:41:42 +01:00
keymap runtime(keymap): Add ukrainian-enhanced keymap 2025-02-15 09:59:57 +01:00
lang translation(fi): Fix typoes in Finish menu translation 2024-12-25 10:28:29 +01:00
macros patch 9.1.0588: The maze program no longer compiles on newer clang 2024-07-15 20:23:36 +02:00
pack/dist/opt runtime(nohlsearch): fix CursorHold loop 2025-03-08 17:16:18 +01:00
plugin patch 9.1.1187: matchparen plugin wrong highlights shell case statement 2025-03-09 08:40:33 +01:00
print
spell
syntax runtime(tera): remove unwanted code and fix issues in syntax script 2025-03-11 21:17:45 +01:00
tools patch 9.1.0736: Unicode tables are outdated 2024-09-17 20:24:56 +02:00
tutor runtime(new-tutor): add chapter two to the interactive tutorial 2025-03-05 21:49:37 +01:00
bugreport.vim
defaults.vim patch 9.1.0899: default for 'backspace' can be set in C code 2024-12-01 16:25:53 +01:00
delmenu.vim
doc.info
evim.vim
filetype.vim patch 9.1.1196: filetype: config files for container tools are not recognized 2025-03-12 21:23:39 +01:00
ftoff.vim
ftplugin.vim
ftplugof.vim
gvim.desktop
gvimrc_example.vim
hi16-action-make.png
hi22-action-make.png
icons.info
indent.vim
indoff.vim
macmap.vim
macros.info
makemenu.vim patch 9.1.1188: runtime(tera): tera support can be improved 2025-03-09 08:52:05 +01:00
menu.vim runtime(misc): Use consistent "Vim script" spelling 2024-10-13 19:16:42 +02:00
mswin.vim
optwin.vim patch 9.1.1182: No cmdline completion for 'completefuzzycollect' 2025-03-07 19:09:09 +01:00
scripts.vim
synmenu.vim patch 9.1.1188: runtime(tera): tera support can be improved 2025-03-09 08:52:05 +01:00
termcap
tools.info
tutor.info
vim.desktop
vim16x16.gif
vim16x16.png
vim16x16.xpm patch 9.1.0437: Motif requires non-const char pointer for XPM data 2024-05-23 17:49:39 +02:00
vim32x32.gif
vim32x32.png
vim32x32.xpm patch 9.1.0437: Motif requires non-const char pointer for XPM data 2024-05-23 17:49:39 +02:00
vim48x48.gif
vim48x48.png
vim48x48.xpm patch 9.1.0437: Motif requires non-const char pointer for XPM data 2024-05-23 17:49:39 +02:00
vimlogo.cdr
vimlogo.eps
vimlogo.gif
vimlogo.pdf
vimlogo.svg
vimlogo.xpm
vimrc_example.vim