Skip to content

Commit 7b4f0d2

Browse files
committed
Update README and docs for new repo
i.e. JuliaLang -> JuliaEditorSupport Also update versions in README.md
1 parent 7f1ea6a commit 7b4f0d2

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

LICENSE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
The julia-vim plug-in is licensed under the MIT License:
22

3-
> Copyright (c) 2012-2014: Carlo Baldassi and other contributors:
3+
> Copyright (c) 2012-2016: Carlo Baldassi and other contributors:
44
>
5-
> https://github.com/JuliaLang/julia-vim/contributors
5+
> https://github.com/JuliaEditorSupport/julia-vim/contributors
66
>
77
> Permission is hereby granted, free of charge, to any person obtaining
88
> a copy of this software and associated documentation files (the

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@
55
``` bash
66
cd ~/.vim
77
mkdir -p bundle && cd bundle
8-
git clone git://github.com/JuliaLang/julia-vim.git
8+
git clone git://github.com/JuliaEditorSupport/julia-vim.git
99
```
1010

1111
### Using [vundle]
1212

1313
Add a new plugin line to your `.vimrc`:
1414

1515
``` vim
16-
Plugin 'JuliaLang/julia-vim'
16+
Plugin 'JuliaEditorSupport/julia-vim'
1717
```
1818

1919
Run `vim` and update your bundles:
@@ -30,7 +30,7 @@ Run `vim` and update your bundles:
3030
Copy (or symlink) the contents of this repository into the vim application support directory:
3131

3232
``` bash
33-
git clone git://github.com/JuliaLang/julia-vim.git
33+
git clone git://github.com/JuliaEditorSupport/julia-vim.git
3434
cd julia-vim
3535
mkdir -p ~/.vim
3636
cp -R * ~/.vim
@@ -194,15 +194,15 @@ you can use:
194194
let g:default_julia_version = "devel"
195195
```
196196

197-
or if you are still using Julia 0.3 you can use:
197+
or if you are still using Julia 0.4 you can use:
198198

199199
```
200-
let g:default_julia_versoin = "0.3"
200+
let g:default_julia_versoin = "0.4"
201201
```
202202

203203
You can also switch version for a particular buffer, by using the `julia#set_syntax_version()` function, e.g.
204204
by typing in Vim:
205205

206206
```
207-
:call julia#set_syntax_version("0.3")
207+
:call julia#set_syntax_version("0.4")
208208
```

doc/julia-vim.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -335,6 +335,6 @@ ABOUT *julia-vim-about*
335335

336336
Grab the latest version or report a bug on GitHub:
337337

338-
http://github.com/JuliaLang/julia-vim
338+
http://github.com/JuliaEditorSupport/julia-vim
339339

340340
vim:tw=78:et:ft=help:norl:

0 commit comments

Comments
 (0)