From c1aac2e2794006d035c8bb9a8c7037b78e8ecbba Mon Sep 17 00:00:00 2001 From: Adam Stankiewicz Date: Tue, 29 Sep 2020 23:36:28 +0200 Subject: Deduplicate polyglot files --- autoload/polyglot/detect.vim | 2 ++ 1 file changed, 2 insertions(+) (limited to 'autoload/polyglot/detect.vim') diff --git a/autoload/polyglot/detect.vim b/autoload/polyglot/detect.vim index e92d4d12..53086c4e 100644 --- a/autoload/polyglot/detect.vim +++ b/autoload/polyglot/detect.vim @@ -1,3 +1,5 @@ +" DO NOT EDIT CODE BELOW, IT IS GENERATED WITH MAKEFILE + func! polyglot#detect#Inp() let line = getline(nextnonblank(1)) if line =~# '^\*' -- cgit v1.2.3