Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor!: make unsued util functions private
If any public function is not used by any configuration, then we can simply make them private. It is possible that there are external uses of these functions, but a preliminary search indicated that usage is small to non-existent. Functions that are privatized: - get_active_clients_list_by_ft Work on neovim#2079.
- Loading branch information