Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix: Modifications on task in multiple viewports #222

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

sdondley
Copy link

I'm not sure why this patch was never applied to master branch. Just trying to move this along with a proper pull request. See #176

Currently, after modifying a task, it's updating only the task line
where the command is issued (like \td for "done") and if the same task
is being shown in another viewport, that line is not reflected with
modifications.
So, on saving the file, it reverts the modifications.

To handle, updating the entire buffer on task modifications

Currently, after modifying a task, it's updating only the task line
where the command is issued (like \td for "done") and if the same task
is being shown in another viewport, that line is not reflected with
modifications.
So, on saving the file, it reverts the modifications.

To handle, updating the entire buffer on task modifications
@tbabej
Copy link
Collaborator

tbabej commented Jul 15, 2019

@sdondley We would need to add some new test scenarios in order to make sure this works as expected!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants