Deletes last rows of output - sometimes
artfulrobot opened this issue · 7 comments
I found myself getting a lot of truncated output.
Commenting out this line
fixes it.
How can I reproduce?
yeah, sorry, I've not figured that out either.
<leader>ds
seems most sensitive to it. Here's screenshots of one table with the line present, and commented.
Current
Desired
Why
Ah! I've got it - I think. I think it's because the normal kdG
line is assuming there's timing information at the bottom, but this is not output for describe table.
@artfulrobot this looks weird tome, I can always see the timing information for describe table, can you do the raw query describe xxx
in your mysql cli and see whether the timing information exists?
And if you remove normal kdG
, what happened to the other commands? I think we can remove the normal kdG
if it doesn't affect much to other commands.
The command in question is there just to delete the timing info from the output. So if it's not run, then the timing info is appended to the output, as it was before a recent PR that sought to move it to an echo/message command.
I can confirm it occurs, I'm going to revert the related commit.
@artfulrobot please update and retry