nakst / gf

A GDB frontend for Linux.
MIT License
1.82k stars 61 forks source link

Small bug correction with gvim sync in non-English systems #80

Closed rsachetto closed 2 years ago

rsachetto commented 2 years ago

The gvim sync fuction only works in systems that are in English. The CommandSyncWithGvim was searching for the world line in the end of a vim command output. In systems that have other works for line the function fails.

I've made a small correction that change the function to be language agnostic.

Thanks for the software. My best, Rafael Sachetto