Vim Not an undo fileHow do I get vim to keep its undo history?Exiting the file explorer in vimCan't recover my desktop environmenthow to use my vimrc file when edit file width sudo commandVIM does not refresh properlyHow do I undo an action in Vim?vi opens Vim, but vim is not foundWhen I press : in vim, it enters insert mode not command mode?Default vim usage in Ubuntu Bionic feels regressed from 17.10
Using 4K Skyrim Textures when running 1920 x 1080 display resolution?
Is it unethical to give a gift to my professor who might potentially write me a LOR?
Did the Soviet army intentionally send troops (e.g. penal battalions) running over minefields?
Is there any problem with students seeing faculty naked in university gym?
From Art to Offices
Why do we not always use the closed testing principle for multiple comparisons?
Anonymous reviewer disclosed his identity. Should I thank him by name?
Quote to show students don't have to fear making mistakes
Substitution failure with `std::function` and previously deduced template parameter - why?
Determine the Winner of a Game of Australian Football
Young adult short story book with one story where a woman finds a walrus suit and becomes a walrus
Sort with a neural network
Sci-fi story about aliens with cells based on arsenic or nitrogen, poisoned by oxygen
How fast are we moving relative to the CMB?
As an interviewer, how to conduct interviews with candidates you already know will be rejected?
How can I find places to store/land a private airplane?
How to cope with being on standby
Is right click on tables bad UX
Lighthouse Alternatives
What action is recommended if your accommodation refuses to let you leave without paying additional fees?
Does it require less energy to reach the Sun from Pluto's orbit than from Earth's orbit?
Is there any printer at Taiwan Taoyuan International Airport (TPE) that airline passengers can use?
Was the whistleblower in the Ukraine scandal legally required to make his report?
How dangerous are my worn rims?
Vim Not an undo file
How do I get vim to keep its undo history?Exiting the file explorer in vimCan't recover my desktop environmenthow to use my vimrc file when edit file width sudo commandVIM does not refresh properlyHow do I undo an action in Vim?vi opens Vim, but vim is not foundWhen I press : in vim, it enters insert mode not command mode?Default vim usage in Ubuntu Bionic feels regressed from 17.10
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty
margin-bottom:0;
I have a vim file where every time I open it, it gives me a red message:
E823: Not an undo file: <filename>
Followed by:
Press ENTER of type command to continue
Doesn't appear to be an error, but it is very annoying. I've read about persisted undo files in newer versions of vim. But I don't know how it relates to this. So:
- What is this trying to tell me?
- How do I get rid of it?
vim
add a comment
|
I have a vim file where every time I open it, it gives me a red message:
E823: Not an undo file: <filename>
Followed by:
Press ENTER of type command to continue
Doesn't appear to be an error, but it is very annoying. I've read about persisted undo files in newer versions of vim. But I don't know how it relates to this. So:
- What is this trying to tell me?
- How do I get rid of it?
vim
Posting as a comment as there isn't enough info, so it's just a guess. Looks like there's a leftover undo file for the specific file you're editing, but it's empty. Check for files ending in~
in the file folder or, if you have persistent undo enable, in theundodir
directory. If it's really empty, you can safely remove it to get rid of the error message.
– Mr Shunz
Apr 16 at 13:39
Hey, that worked. Thank you! You can post as answer if you like.
– Neil
Apr 16 at 20:52
add a comment
|
I have a vim file where every time I open it, it gives me a red message:
E823: Not an undo file: <filename>
Followed by:
Press ENTER of type command to continue
Doesn't appear to be an error, but it is very annoying. I've read about persisted undo files in newer versions of vim. But I don't know how it relates to this. So:
- What is this trying to tell me?
- How do I get rid of it?
vim
I have a vim file where every time I open it, it gives me a red message:
E823: Not an undo file: <filename>
Followed by:
Press ENTER of type command to continue
Doesn't appear to be an error, but it is very annoying. I've read about persisted undo files in newer versions of vim. But I don't know how it relates to this. So:
- What is this trying to tell me?
- How do I get rid of it?
vim
vim
asked Apr 16 at 13:29
NeilNeil
1466 bronze badges
1466 bronze badges
Posting as a comment as there isn't enough info, so it's just a guess. Looks like there's a leftover undo file for the specific file you're editing, but it's empty. Check for files ending in~
in the file folder or, if you have persistent undo enable, in theundodir
directory. If it's really empty, you can safely remove it to get rid of the error message.
– Mr Shunz
Apr 16 at 13:39
Hey, that worked. Thank you! You can post as answer if you like.
– Neil
Apr 16 at 20:52
add a comment
|
Posting as a comment as there isn't enough info, so it's just a guess. Looks like there's a leftover undo file for the specific file you're editing, but it's empty. Check for files ending in~
in the file folder or, if you have persistent undo enable, in theundodir
directory. If it's really empty, you can safely remove it to get rid of the error message.
– Mr Shunz
Apr 16 at 13:39
Hey, that worked. Thank you! You can post as answer if you like.
– Neil
Apr 16 at 20:52
Posting as a comment as there isn't enough info, so it's just a guess. Looks like there's a leftover undo file for the specific file you're editing, but it's empty. Check for files ending in
~
in the file folder or, if you have persistent undo enable, in the undodir
directory. If it's really empty, you can safely remove it to get rid of the error message.– Mr Shunz
Apr 16 at 13:39
Posting as a comment as there isn't enough info, so it's just a guess. Looks like there's a leftover undo file for the specific file you're editing, but it's empty. Check for files ending in
~
in the file folder or, if you have persistent undo enable, in the undodir
directory. If it's really empty, you can safely remove it to get rid of the error message.– Mr Shunz
Apr 16 at 13:39
Hey, that worked. Thank you! You can post as answer if you like.
– Neil
Apr 16 at 20:52
Hey, that worked. Thank you! You can post as answer if you like.
– Neil
Apr 16 at 20:52
add a comment
|
1 Answer
1
active
oldest
votes
Looks like there's a leftover undo file for the specific file you're editing, but it's empty.
Check for files ending in ~
in the file folder or, if you have persistent undo enable, in the undodir
directory (should be in your .vimrc
if configured).
If it's really empty, you can safely remove it to get rid of the error message.
add a comment
|
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "89"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/4.0/"u003ecc by-sa 4.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1134375%2fvim-not-an-undo-file%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
Looks like there's a leftover undo file for the specific file you're editing, but it's empty.
Check for files ending in ~
in the file folder or, if you have persistent undo enable, in the undodir
directory (should be in your .vimrc
if configured).
If it's really empty, you can safely remove it to get rid of the error message.
add a comment
|
Looks like there's a leftover undo file for the specific file you're editing, but it's empty.
Check for files ending in ~
in the file folder or, if you have persistent undo enable, in the undodir
directory (should be in your .vimrc
if configured).
If it's really empty, you can safely remove it to get rid of the error message.
add a comment
|
Looks like there's a leftover undo file for the specific file you're editing, but it's empty.
Check for files ending in ~
in the file folder or, if you have persistent undo enable, in the undodir
directory (should be in your .vimrc
if configured).
If it's really empty, you can safely remove it to get rid of the error message.
Looks like there's a leftover undo file for the specific file you're editing, but it's empty.
Check for files ending in ~
in the file folder or, if you have persistent undo enable, in the undodir
directory (should be in your .vimrc
if configured).
If it's really empty, you can safely remove it to get rid of the error message.
answered Apr 17 at 5:57
Mr ShunzMr Shunz
2,6674 gold badges22 silver badges24 bronze badges
2,6674 gold badges22 silver badges24 bronze badges
add a comment
|
add a comment
|
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1134375%2fvim-not-an-undo-file%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Posting as a comment as there isn't enough info, so it's just a guess. Looks like there's a leftover undo file for the specific file you're editing, but it's empty. Check for files ending in
~
in the file folder or, if you have persistent undo enable, in theundodir
directory. If it's really empty, you can safely remove it to get rid of the error message.– Mr Shunz
Apr 16 at 13:39
Hey, that worked. Thank you! You can post as answer if you like.
– Neil
Apr 16 at 20:52