Skip to content

Commit

Permalink
explain vim stack trace usage
Browse files Browse the repository at this point in the history
  • Loading branch information
docteurklein committed Oct 9, 2013
1 parent 20ea525 commit 903295e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ Then you'll have to register the exception listener, for example (in your config
services:
vim.stack_trace:
class: VimExceptionHandler
arguments: [ 'dev-vim-server' ] # optional vim server name, defaults to 'dev'
tags:
- { name: 'kernel.event_listener', event: 'kernel.exception', method: 'onKernelException' }

Expand All @@ -57,3 +58,8 @@ To use it in another system, just use the same class by typing:
VimExceptionHandler::register();


Then launch vim using:

vim --servername dev-vim-server


0 comments on commit 903295e

Please sign in to comment.