vim-mysql-plugin icon indicating copy to clipboard operation
vim-mysql-plugin copied to clipboard

Bug report: Constructing options string fails

Open stedebonnet08 opened this issue 2 years ago • 2 comments

There is an issue where, when putting together the mysql - command, a space character is omitted between options, potentially making the whole options string invalid. Inserting an additional space character in front of "\1" at line 117, i.e. "\1" -> " \1" fixed that, at least for me.

stedebonnet08 avatar Nov 09 '23 17:11 stedebonnet08

@stedebonnet08 can you open a pull request ?

kezhenxu94 avatar Nov 10 '23 02:11 kezhenxu94

I'm not all too familiar yet with github, but I'll try!

stedebonnet08 avatar Nov 10 '23 14:11 stedebonnet08