summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYulij Andreevich Lesov <yalesov@gmail.com>2016-07-05 03:28:08 -0500
committerAdam Stankiewicz <sheerun@sher.pl>2016-07-05 10:28:08 +0200
commit1422f7a75ce0b382d601238c5979b04473b9021e (patch)
treefc8bc3c128de3619476c54ba431ced28cd2232ec
parentb17b5d4d9f9236826a1112289fd50e1e44dd4051 (diff)
downloadvim-polyglot-1422f7a75ce0b382d601238c5979b04473b9021e.tar.gz
vim-polyglot-1422f7a75ce0b382d601238c5979b04473b9021e.zip
Update vim-ember-script repo link (#138)
-rw-r--r--README.md2
-rwxr-xr-xbuild2
2 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 78f02a58..c0edbf1b 100644
--- a/README.md
+++ b/README.md
@@ -42,7 +42,7 @@ Optionally download one of the [releases](https://github.com/sheerun/vim-polyglo
- [dockerfile](https://github.com/honza/dockerfile.vim) (syntax, ftdetect)
- [elixir](https://github.com/elixir-lang/vim-elixir) (syntax, indent, compiler, ftplugin, ftdetect)
- [elm](https://github.com/lambdatoast/elm.vim) (syntax, indent, autoload, ftplugin, ftdetect)
-- [emberscript](https://github.com/heartsentwined/vim-ember-script) (syntax, indent, ftplugin, ftdetect)
+- [emberscript](https://github.com/yalesov/vim-ember-script) (syntax, indent, ftplugin, ftdetect)
- [emblem](https://github.com/yalesov/vim-emblem) (syntax, indent, ftplugin, ftdetect)
- [erlang](https://github.com/vim-erlang/vim-erlang-runtime) (syntax, indent, ftdetect)
- [fish](https://github.com/dag/vim-fish) (syntax, indent, compiler, autoload, ftplugin, ftdetect)
diff --git a/build b/build
index c3a3b5ba..eeee8221 100755
--- a/build
+++ b/build
@@ -114,7 +114,7 @@ PACKS="
dockerfile:honza/dockerfile.vim
elixir:elixir-lang/vim-elixir
elm:lambdatoast/elm.vim
- emberscript:heartsentwined/vim-ember-script
+ emberscript:yalesov/vim-ember-script
emblem:yalesov/vim-emblem
erlang:vim-erlang/vim-erlang-runtime
fish:dag/vim-fish