summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJosh Glendenning <joshglendenning@gmail.com>2017-06-12 07:20:41 -0500
committerAdam Stankiewicz <sheerun@sher.pl>2017-06-12 14:20:41 +0200
commit8eab5f5403afc1c33a7593459a27f7ff625fa60b (patch)
tree058a93769190d9f868894d18c12e35c7fb015011
parentd5b9c4ae84aaa98bdfbf15cba90eeafa5aded091 (diff)
downloadvim-polyglot-8eab5f5403afc1c33a7593459a27f7ff625fa60b.tar.gz
vim-polyglot-8eab5f5403afc1c33a7593459a27f7ff625fa60b.zip
Replace instances of "joshglendenning" with "isobit" following GitHub username change (#216)
Diffstat (limited to '')
-rw-r--r--README.md2
-rwxr-xr-xbuild2
-rw-r--r--ftdetect/polyglot.vim2
3 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index ebb2317b..92c39450 100644
--- a/README.md
+++ b/README.md
@@ -44,7 +44,7 @@ If you need full functionality of any plugin, please use it directly with your p
- [blade](https://github.com/jwalton512/vim-blade) (syntax, indent, ftplugin)
- [c++11](https://github.com/octol/vim-cpp-enhanced-highlight) (syntax)
- [c/c++](https://github.com/vim-jp/vim-cpp) (syntax)
-- [caddyfile](https://github.com/joshglendenning/vim-caddyfile) (syntax, indent, ftplugin)
+- [caddyfile](https://github.com/isobit/vim-caddyfile) (syntax, indent, ftplugin)
- [cjsx](https://github.com/mtscout6/vim-cjsx) (syntax, ftplugin)
- [clojure](https://github.com/guns/vim-clojure-static) (syntax, indent, autoload, ftplugin)
- [coffee-script](https://github.com/kchmck/vim-coffee-script) (syntax, indent, compiler, autoload, ftplugin)
diff --git a/build b/build
index f9b44db0..c71c9b7a 100755
--- a/build
+++ b/build
@@ -116,7 +116,7 @@ PACKS="
blade:jwalton512/vim-blade
c++11:octol/vim-cpp-enhanced-highlight
c/c++:vim-jp/vim-cpp
- caddyfile:joshglendenning/vim-caddyfile
+ caddyfile:isobit/vim-caddyfile
cjsx:mtscout6/vim-cjsx
clojure:guns/vim-clojure-static
coffee-script:kchmck/vim-coffee-script
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