From 6c22936303a3236b471baee81c83683de4c25f47 Mon Sep 17 00:00:00 2001 From: Jason Franklin Date: Mon, 2 Nov 2020 10:46:28 -0500 Subject: [PATCH] Remove a noise comment --- autoload/ale/handlers/sh.vim | 1 - 1 file changed, 1 deletion(-) diff --git a/autoload/ale/handlers/sh.vim b/autoload/ale/handlers/sh.vim index 1e50cb89..20ed5cb8 100644 --- a/autoload/ale/handlers/sh.vim +++ b/autoload/ale/handlers/sh.vim @@ -1,6 +1,5 @@ " Author: w0rp -" Get the shell type for a buffer, based on the hashbang line. function! ale#handlers#sh#GetShellType(buffer) abort let l:bang_line = get(getbufline(a:buffer, 1), 0, '')