arp242 / xdg_open.vim

Run xdg-open from Vim; re-implements netrw's gx.
MIT License
11 stars 4 forks source link

plugin: abort on error for s:get_text #4

Closed averms closed 3 years ago

averms commented 3 years ago

Change the function definition for get_text to have the abort keyword. This is general good practice.