From 94ec9c38e744241e48fb8d75ae6e8811bc73fc59 Mon Sep 17 00:00:00 2001 From: Adam Stankiewicz Date: Fri, 2 Oct 2020 03:42:03 +0200 Subject: Do not use ++once to support older vims, fixes #7056 --- autoload/polyglot/sleuth.vim | 2 -- 1 file changed, 2 deletions(-) (limited to 'autoload/polyglot/sleuth.vim') diff --git a/autoload/polyglot/sleuth.vim b/autoload/polyglot/sleuth.vim index 0c3c34e8..d74de687 100644 --- a/autoload/polyglot/sleuth.vim +++ b/autoload/polyglot/sleuth.vim @@ -1,5 +1,3 @@ -" DO NOT EDIT CODE BELOW, IT IS GENERATED WITH MAKEFILE - let s:globs = { \ '8th': '*.8th', \ 'Dockerfile': '*.dockerfile,*.dock,*.Dockerfile,Dockerfile,dockerfile,Dockerfile*', -- cgit v1.2.3