'u' should clear modified flag
See original GitHub issueWhat did you do?
open a file
do some editing
u
to undo all editing
close the file
What did you expect to happen?
the file be closed
What happened instead?
VSCode asks: Do you want to save the changes you made to xxxxx?
Technical details:
- VSCode Version: 1.4.0
- VsCodeVim Version: 0.1.4
- OS: Windows 10 Professional
Issue Analytics
- State:
- Created 7 years ago
- Reactions:20
- Comments:7 (6 by maintainers)
Top Results From Across the Web
When should you remove a modify flag? - Mibuso Forum
Once a you complete a project, select all modified objects and SET THE VERSION TAGS, turn off modification flags. This way, you can...
Read more >EMACS how to reset buffer-modified flag when buffer is equal ...
Given you have diff installed, this will do it: (defun my-update-modified-flag () "Update the buffer modified flag.
Read more >Keep the modified flag after writing to a file - Vim Tips Wiki
Problem: When you modify a file and write contents to a different file, Vim resets the 'modified' flag, which is a Vi compatible...
Read more >Buffer Modification (GNU Emacs Lisp Reference Manual)
Emacs keeps a flag called the modified flag for each buffer, to record whether you have changed the text of the buffer. This...
Read more >Is it possible to quickly clear flags in Apple Mail 6 ( probably ...
Your selected message will flag with Orange. You can flag message with other color by replacing 1 in the script.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Any progress on this? https://github.com/VSCodeVim/Vim/issues/2378
@johnfn true. I’ll have another round of sync up about the history access this afternoon and then let’s how can we improve.