dbgx / lldb.nvim

No longer maintained. Possible alternative: https://github.com/rcarriga/nvim-dap-ui
Other
262 stars 20 forks source link

`lldb#util#buffer_do`: Fix off-by-one error #36

Closed nfnty closed 7 years ago

critiqjo commented 7 years ago

Is this a fix for #37? I haven't tested this, but looks correct... I'll merge if you are ready.

nfnty commented 7 years ago

No, this is not a fix for #37. This is a fix for the last window not being updated.

critiqjo commented 7 years ago

Okay, thanks!