Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Treat tab characters as 1 column wide in position conversion functions
Fixes #158. * eglot.el (eglot--pos-to-lsp-position): Call eglot-current-column-function with tab-width bound to 1. (eglot--lsp-position-to-point): Call eglot-move-to-column-function with tab-width bound to 1.
- Loading branch information