Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(model): fire onTextChange on TextChangedI
This fixes issue like #4873 on Vim, but https://github.com/neoclide/coc.nvim/blob/392264f475aea82419b493cec368b0bcf5ca40ee/src/model/document.ts#L648-L655 won't called anymore. I've checked 930c6dc, but still can't get the original logic, needs more tests. Before this change, vim couldn't get correct lines of buffer as nvim.
- Loading branch information