Skip to content

Commit

Permalink
remove open from editor info from readme as it's in the yardoc now
Browse files Browse the repository at this point in the history
  • Loading branch information
Charlie Somerville committed Dec 16, 2012
1 parent 16a0866 commit 537f981
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,15 +51,6 @@ get "/" do
end
```

## Open-in-Editor functionality

File links will open in TextMate by default, using the `txmt` URL scheme. You can supply a custom proc to generate the URL
for your preferred editor :

```ruby
BetterErrors.editor = Proc.new{|file, line| "mvim://open/?url=file://#{URI.escape file}&line=#{line}"}
```

## Compatibility

* **Supported**
Expand Down

0 comments on commit 537f981

Please sign in to comment.