diff options
| author | Max Christian Pohle | 2020-06-26 10:13:58 +0200 |
|---|---|---|
| committer | Max Christian Pohle | 2020-06-26 13:43:27 +0200 |
| commit | b68fec17407aa70fdd4cc5c88667ac2d2f49658a (patch) | |
| tree | 113528e165b486cbf2069f220bdca949b1dcd18d /ftdetect | |
| parent | dbcaab09f2b1f2b6256364407fa67ee67f3cdc66 (diff) | |
| download | vim-karlmarks-b68fec17407aa70fdd4cc5c88667ac2d2f49658a.tar.bz2 vim-karlmarks-b68fec17407aa70fdd4cc5c88667ac2d2f49658a.zip | |
Hotfixes to improve compatibility with python
Diffstat (limited to 'ftdetect')
| -rw-r--r-- | ftdetect/univention-template.vim | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/ftdetect/univention-template.vim b/ftdetect/univention-template.vim deleted file mode 100644 index add6348..0000000 --- a/ftdetect/univention-template.vim +++ /dev/null | |||
| @@ -1,11 +0,0 @@ | |||
| 1 | au BufRead,BufNewFile */base/univention* set ft=univention-template | ||
| 2 | au BufRead,BufNewFile */services/univention* set ft=univention-template | ||
| 3 | au BufRead,BufNewFile */container/univention* set ft=univention-template | ||
| 4 | au BufRead,BufNewFile */virtualization/univention* set ft=univention-template | ||
| 5 | au BufRead,BufNewFile */management/univention* set ft=univention-template | ||
| 6 | au BufRead,BufNewFile */packaging/univention* set ft=univention-template | ||
| 7 | au BufRead,BufNewFile */mail/univention* set ft=univention-template | ||
| 8 | au BufRead,BufNewFile */saml/univention* set ft=univention-template | ||
| 9 | au BufRead,BufNewFile */nagios/univention* set ft=univention-template | ||
| 10 | au BufRead,BufNewFile /etc/univention/* set ft=univention-template | ||
| 11 | |||
