diff options
author | Jason Franklin <jason.franklin@quoininc.com> | 2020-11-02 10:46:28 -0500 |
---|---|---|
committer | Jason Franklin <jason.franklin@quoininc.com> | 2020-11-02 10:46:28 -0500 |
commit | 6c22936303a3236b471baee81c83683de4c25f47 (patch) | |
tree | 1bf0f61fc6ea9496e304f1e661fca69dd1a39ae5 | |
parent | 557a1ed5da70cb443a8650766f4e8ea95e8c0da3 (diff) | |
download | ale-6c22936303a3236b471baee81c83683de4c25f47.zip |
Remove a noise comment
-rw-r--r-- | autoload/ale/handlers/sh.vim | 1 |
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, '') |