File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed
Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 11The 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
Original file line number Diff line number Diff line change 55``` bash
66cd ~ /.vim
77mkdir -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
1313Add a new plugin line to your ` .vimrc ` :
1414
1515``` vim
16- Plugin 'JuliaLang /julia-vim'
16+ Plugin 'JuliaEditorSupport /julia-vim'
1717```
1818
1919Run ` vim ` and update your bundles:
@@ -30,7 +30,7 @@ Run `vim` and update your bundles:
3030Copy (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
3434cd julia-vim
3535mkdir -p ~ /.vim
3636cp -R * ~ /.vim
@@ -194,15 +194,15 @@ you can use:
194194let 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
203203You can also switch version for a particular buffer, by using the ` julia#set_syntax_version() ` function, e.g.
204204by typing in Vim:
205205
206206```
207- :call julia#set_syntax_version("0.3 ")
207+ :call julia#set_syntax_version("0.4 ")
208208```
Original file line number Diff line number Diff line change @@ -335,6 +335,6 @@ ABOUT *julia-vim-about*
335335
336336Grab 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:
You can’t perform that action at this time.
0 commit comments