jakewvincent / mkdnflow.nvim

Fluent navigation and management of markdown notebooks
GNU General Public License v3.0
654 stars 37 forks source link

fix: MkdnEnter error with nil target_line on a buffer's bottomest line #192

Closed svenrdz closed 4 months ago

svenrdz commented 5 months ago

As per the title, when using MkdnEnter on the last row of a table, and if that row happens to be at the last line of a buffer, target_line is nil and an error happens.

jakewvincent commented 4 months ago

Thanks!