Closed petobens closed 4 years ago
I'd say it's a bug. I didn't consider usage of those two at the same time. auto execute depends on execute on save, because it just writes the buffer. I'll fix it.
Today I added <CR>
as part of the default mappings for open, so you don't need to bind that manually.
@petobens this should be fixed now. Please give it a test.
@kristijanhusak Are you mention wrong people?
@glepnir sorry.
Seems to work. Thanks!
Consider the following minimal
init.vim
file:If I now run
:DBUI
and press enter on one of the postgres tablesList
orColumns
queries then the helper query is not auto executed. If I now changeg:db_ui_execute_on_save
to1
then it is. I don't know if this is a bug or a feature.