Skip to content

Commit

Permalink
Document CoffeeRun in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
kchmck committed Jun 13, 2011
1 parent a76cff2 commit ead4012
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions readme.md
Expand Up @@ -128,6 +128,11 @@ The command can also be mapped to a visual mode key for convenience:


vmap KEY :CoffeeCompile<CR> vmap KEY :CoffeeCompile<CR>


### Running some CoffeeScript

The `CoffeeRun` command compiles the current file or selected snippet and runs
the resulting JavaScript. Output is shown at the bottom of the screen.

### Customizing ### Customizing


These customizations can be enabled or disabled by adding the relevant `let` These customizations can be enabled or disabled by adding the relevant `let`
Expand Down

0 comments on commit ead4012

Please sign in to comment.