Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix: Keep cursor on the same line when reopening list of annots
Check if the buffer of the list of annotations already exists. In that case, avoid calling `tabulated-list-print` because the call to that function makes the cursor move to the beginning of the buffer. Tested for: - the buffer of the list of annotations already exists; - a new note is created; - that buffer is reopened with the cursor on the same position as previous left; and the newly inserted note appears as expected. Closes: vedang#211
- Loading branch information