You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If a plugin logs a warning or error to maktaba's logging mechanism, it should also be displayed to the user using echomsg. The alternative would be for plugin authors to both log and display errors, but that's less convenient and not configurable. Also users could end up seeing duplicate warnings if there's confusion about who's responsible for displaying the errors.
The text was updated successfully, but these errors were encountered:
Changes since 1.14.0:
* Implement maktaba#buffer#GetVisualSelection helper (#132).
* Implement maktaba#log#GetFormattedEntries and support 1-arg log
handler (see #204).
* Notify user for messages logged at WARN or above by default (#185).
* Fix Syscall.CallAsync failing for complex commands (#205).
* Preserve trailing slash in maktaba#path#Split and MakeRelative
(#137 and #175).
* Fix 'maxfuncdepth' error in maktaba#json#Parse corner case (#153).
If a plugin logs a warning or error to maktaba's logging mechanism, it should also be displayed to the user using echomsg. The alternative would be for plugin authors to both log and display errors, but that's less convenient and not configurable. Also users could end up seeing duplicate warnings if there's confusion about who's responsible for displaying the errors.
The text was updated successfully, but these errors were encountered: