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;









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?










share|improve this question
























  • 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

















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?










share|improve this question
























  • 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













0












0








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?










share|improve this question














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






share|improve this question













share|improve this question











share|improve this question




share|improve this question










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 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

















  • 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
















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










1 Answer
1






active

oldest

votes


















2
















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.






share|improve this answer


























    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
    );



    );














    draft saved

    draft discarded
















    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









    2
















    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.






    share|improve this answer





























      2
















      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.






      share|improve this answer



























        2














        2










        2









        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.






        share|improve this answer













        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.







        share|improve this answer












        share|improve this answer



        share|improve this answer










        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































            draft saved

            draft discarded















































            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.




            draft saved


            draft discarded














            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





















































            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







            Popular posts from this blog

            Tamil (spriik) Luke uk diar | Nawigatjuun

            Align equal signs while including text over equalitiesAMS align: left aligned text/math plus multicolumn alignmentMultiple alignmentsAligning equations in multiple placesNumbering and aligning an equation with multiple columnsHow to align one equation with another multline equationUsing \ in environments inside the begintabularxNumber equations and preserving alignment of equal signsHow can I align equations to the left and to the right?Double equation alignment problem within align enviromentAligned within align: Why are they right-aligned?

            Where does the image of a data connector as a sharp metal spike originate from?Where does the concept of infected people turning into zombies only after death originate from?Where does the motif of a reanimated human head originate?Where did the notion that Dragons could speak originate?Where does the archetypal image of the 'Grey' alien come from?Where did the suffix '-Man' originate?Where does the notion of being injured or killed by an illusion originate?Where did the term “sophont” originate?Where does the trope of magic spells being driven by advanced technology originate from?Where did the term “the living impaired” originate?