kristijanhusak / vim-dadbod-ui

Simple UI for https://github.com/tpope/vim-dadbod
MIT License
1.48k stars 86 forks source link

fix: remove seemingly innocuous echoes #199

Closed willruggiano closed 1 year ago

willruggiano commented 1 year ago

...because they pain me in the form of hit-enter-prompts :(

resolves #198

willruggiano commented 1 year ago

Honestly, I have no idea what these two lines are supposed to be doing. I assume they have a purpose, but opening the PR regardless since it seems to work just fine for me (using neovim)

kristijanhusak commented 1 year ago

They were added to clear the cmdline from the previous message but I agree that it's probably not needed since most of the users do not use echo mode. Thanks!

willruggiano commented 1 year ago

Thanks!