jakewvincent / mkdnflow.nvim

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

fix: table.unpack is nil in lua5.1 #191

Closed svenrdz closed 7 months ago

svenrdz commented 8 months ago

I had an error within max_cols function due to table.unpack being nil in lua5.1

jakewvincent commented 7 months ago

Thanks @svenrdz!