Using Vim's persistent undo?

前端 未结 5 891
独厮守ぢ
独厮守ぢ 2020-12-23 08:39

One of the new features in Vim 7.3 is \'persistent undo\', which allows for the undotree to be saved to a file when exiting a buffer.

Unfortunately, I haven\'t quite

5条回答
  •  失恋的感觉
    2020-12-23 09:29

    I suppose $HOME doesn't work as advertised.

    On my system, :echo $HOME shows H:\, but : e $HOME/ says: ~/ invalid filename.

    You could try with an absolute path to see whether it cures it

提交回复
热议问题