mattboehm / vim-unstack

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

Python/Ruby can more than one trailing character #37

Closed maljub01 closed 3 years ago

maljub01 commented 3 years ago

This fixes a bug introduced by 163cf12, which made trailing characters optional, but restricted them (if present) to only a single one.

mattboehm commented 3 years ago

Thanks for catching this! Sorry for the delay in getting it merged in.