kezhenxu94 / vim-mysql-plugin

VIM MySQL Plugin
Apache License 2.0
21 stars 6 forks source link

Fix missing escaping of shell characters #7

Closed artfulrobot closed 4 years ago

artfulrobot commented 4 years ago

I had an SQL statement with an exclamation mark in it and it was behaving weirdly because it was not escaped.

I assume the same would be true of $ since you're using "". I added these to the escape commands when the statement is passed via -e