Unsaved buffer warning when switching files/buffers

后端 未结 2 2023
傲寒
傲寒 2020-12-24 05:16

I am using FuzzyFinder with Vim to open files and switch between buffers. It works like a charm except when the current file I am working on has some changes. Vim wouldn\'t

相关标签:
2条回答
  • 2020-12-24 05:41

    Use the :set hidden option and Vim will hide the buffer until you come back to it.

    You can also use :set confirm to deal with the unsaved buffer warning more conveniently.

    0 讨论(0)
  • 2020-12-24 06:00

    I think you can use :set hidden.

    0 讨论(0)
提交回复
热议问题