Christian Brabandt <[email protected]> 于2019年8月26日周一 下午4:50写道: > > > On Mo, 26 Aug 2019, Hongyi Zhao wrote: > > > Hi, > > > > In order to let vim auto-save files, I tried the follwing plugin: > > > > https://github.com/907th/vim-auto-save > > as far as I remember that script depends on Vims autocommands to do it's > work. Nowadays with a modern vim you can instead make use of timers, > that work a bit more reliable. My autosave plugin uses this: > https://github.com/chrisbra/vim-autosave
Thanks for your reply. I try your autosave plugin, but it seems id doesn't work for my case. I want to the save into the original opened buffer/file instead of into a backup file. Regards > > > Best, > Christian > -- > Stilblüten aus Schreiben von Versicherungsnehmern: > Zunächst sagte ich der Polizei, ich sei nicht verletzt, aber als ich > den Hut abnahm, bemerkte ich den Schädelbruch. > > -- > -- > You received this message from the "vim_use" maillist. > Do not top-post! Type your reply below the text you are replying to. > For more information, visit http://www.vim.org/maillist.php > > --- > You received this message because you are subscribed to the Google Groups > "vim_use" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/vim_use/20190826085019.GN10736%40256bit.org. -- Hongsheng Zhao <[email protected]> Institute of Semiconductors, Chinese Academy of Sciences GnuPG DSA: 0xD108493 -- -- You received this message from the "vim_use" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_use" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/vim_use/CAGP6POLBgT9-qb9AP%2B0tdA033ji9aAWxj97LHqpxV2Gs6e__2w%40mail.gmail.com.
