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

Feature Request: changelist for multiple files in time order #3627

Open
ericsunplus opened this issue Nov 21, 2018 · 0 comments
Open

Feature Request: changelist for multiple files in time order #3627

ericsunplus opened this issue Nov 21, 2018 · 0 comments

Comments

@ericsunplus
Copy link

Currently the :changes only gives the change list to current buffer. In comparision :jumps and :tags gives a list across multiple files in the current vim-server.

It is possible to make a script on all open buffers and list the changes via getchangelist() in a quickfix window. However the list is per file basis, there is no way to sort it because there is no timestamp recorded in the change list.

I think adding a timestamp will give possibility to make a multiple-file change list in time order. It will be better if a intrinsic :globalchanges can be provided to provide cross-file features like :jumps and :tags.

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

No branches or pull requests

1 participant