diff options
author | Josh Glendenning <joshglendenning@gmail.com> | 2017-06-12 07:20:41 -0500 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2017-06-12 14:20:41 +0200 |
commit | 8eab5f5403afc1c33a7593459a27f7ff625fa60b (patch) | |
tree | 058a93769190d9f868894d18c12e35c7fb015011 /ftdetect | |
parent | d5b9c4ae84aaa98bdfbf15cba90eeafa5aded091 (diff) | |
download | vim-polyglot-8eab5f5403afc1c33a7593459a27f7ff625fa60b.tar.gz vim-polyglot-8eab5f5403afc1c33a7593459a27f7ff625fa60b.zip |
Replace instances of "joshglendenning" with "isobit" following GitHub username change (#216)
Diffstat (limited to 'ftdetect')
-rw-r--r-- | ftdetect/polyglot.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ftdetect/polyglot.vim b/ftdetect/polyglot.vim index c47d13e8..ebe17f4b 100644 --- a/ftdetect/polyglot.vim +++ b/ftdetect/polyglot.vim @@ -70,7 +70,7 @@ augroup filetypedetect augroup END augroup filetypedetect -" caddyfile:joshglendenning/vim-caddyfile +" caddyfile:isobit/vim-caddyfile au BufNewFile,BufRead Caddyfile set ft=caddyfile augroup END |