Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix regression with setting UI options
As @bellini666 [pointed out](daa84#267 (comment)) it seems that I accidentally broke the ability to set UI options when converting to nvim-rs. We both were using the wrong API call (nvim.set_option() instead of nvim.ui_set_option()) and accidentally adding a space between "ext_" and the name of the UI option. So, let's fix that.
- Loading branch information