fanglingsu / vimb

Vimb - the vim like browser is a webkit based web browser that behaves like the vimperator plugin for the firefox and usage paradigms from the great editor vim. The goal of vimb is to build a completely keyboard-driven, efficient and pleasurable browsing-experience.
https://fanglingsu.github.io/vimb/
GNU General Public License v3.0
1.34k stars 99 forks source link

make invalid command warnings more useful #681

Closed Sadoon-AlBader closed 2 years ago

Sadoon-AlBader commented 2 years ago

Added a simple print of line numbers when printing a warning of invalid commands in the config file. Saved me some headache finding that line with only spaces in it. I considered fixing it so that it doesn't warn on lines with spaces and tabs and considers them empty instead, but it might add more complexity than necessary.

fanglingsu commented 2 years ago

@Sadoon-AlBader Pretty nice idea to make dearching for wrong syntax in config easier.