vim-mysql-plugin
vim-mysql-plugin copied to clipboard
Bug report: Constructing options string fails
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 can you open a pull request ?
I'm not all too familiar yet with github, but I'll try!