mattboehm / vim-unstack

Vim plugin for parsing stack traces and opening the files
286 stars 15 forks source link

Add Erlang R15 support #15

Closed jadeallenx closed 11 years ago

jadeallenx commented 11 years ago

Hi - great plugin.

This small extension adds support for Erlang R15 (and greater) style stack traces. It might be possible to write an extractor for Erlang R14 (which didn't include file and line number info) but that's currently beyond my understanding for vimscript.

Since I write mostly R14 Erlang for work, I may try to work on it anyway though.

mattboehm commented 11 years ago

When I saw you fork, I wondered what fun language you were going to add ;). Thanks!