Remove a noise comment

This commit is contained in:
Jason Franklin 2020-11-02 10:46:28 -05:00
parent 557a1ed5da
commit 6c22936303
No known key found for this signature in database
GPG Key ID: E55F751316A343B0

View File

@ -1,6 +1,5 @@
" Author: w0rp <devw0rp@gmail.com>
" 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, '')