@@ -10,7 +10,7 @@ compiling, and more.
10
10
- Installation
11
11
- [ Install using Pathogen] ( #install-using-pathogen )
12
12
- [ Install using Vundle] ( #install-using-vundle )
13
- - [ Install from a Zipball ] ( #install-from-a-zipball )
13
+ - [ Install from a Zip File ] ( #install-from-a-zip-file )
14
14
- Coffee Commands
15
15
- [ Compile to JavaScript] ( #compile-to-javascript )
16
16
- [ Compile CoffeeScript Snippets] ( #coffeecompile-compile-coffeescript-snippets )
@@ -97,22 +97,20 @@ Updating takes two steps:
97
97
98
98
To update, open vim and run ` :BundleInstall! ` (notice the bang!)
99
99
100
- ## Install from a Zipball
100
+ ## Install from a Zip File
101
101
102
- 1 . Download the latest zipball from [ vim.org] [ zipball-vim ] or
103
- [ github] [ zipball-github ] .
102
+ 1 . Download the latest zip file from [ vim.org] [ zip ] .
104
103
105
104
2 . Extract the archive into ` ~/.vim/ ` :
106
105
107
- unzip -od ~/.vim/ ZIPBALL .zip
106
+ unzip -od ~/.vim/ ARCHIVE .zip
108
107
109
- This should create the directories ` ~/.vim/autoload/ ` , ` ~/ .vim/compiler/ ` ,
110
- etc.
108
+ This should create the files ` ~/.vim/autoload/coffee .vim ` ,
109
+ ` ~/.vim/compiler/coffee.vim ` , etc.
111
110
112
111
You can update the plugin using the same steps.
113
112
114
- [ zipball-vim ] : http://www.vim.org/scripts/script.php?script_id=3590
115
- [ zipball-github ] : https://github.com/kchmck/vim-coffee-script/releases
113
+ [ zip ] : http://www.vim.org/scripts/script.php?script_id=3590
116
114
117
115
## Compile to JavaScript
118
116
0 commit comments