summaryrefslogtreecommitdiff
path: root/autoload
diff options
context:
space:
mode:
authorJason Franklin <jason.franklin@quoininc.com>2020-11-02 10:46:28 -0500
committerJason Franklin <jason.franklin@quoininc.com>2020-11-02 10:46:28 -0500
commit6c22936303a3236b471baee81c83683de4c25f47 (patch)
tree1bf0f61fc6ea9496e304f1e661fca69dd1a39ae5 /autoload
parent557a1ed5da70cb443a8650766f4e8ea95e8c0da3 (diff)
downloadale-6c22936303a3236b471baee81c83683de4c25f47.zip
Remove a noise comment
Diffstat (limited to 'autoload')
-rw-r--r--autoload/ale/handlers/sh.vim1
1 files changed, 0 insertions, 1 deletions
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 <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, '')