mirror of
https://github.com/dhruvasagar/vim-table-mode.git
synced 2025-11-08 11:03:47 -05:00
Symptom:
when trying to sort a column using <leader>ts the following error would
be displayed:
E119: Not enough arguments for function: tablemode#spreadsheet#Sort
Problem:
Function call tablemode#spreadsheet#Sort() was missing a arguemnts for
it's named parameter bang.
Solution:
Add a blank value of '' as the argument for the bang parameter
----
Related Issues: #38