I am attempting to write a vim function that I would like to be loaded automatically when vim starts, thus I am putting it in my vimrc. It should modify the currently edited file (eg abc.txtbut maybe that is wrong?). When called during normal editing, thenit should write thea modified version of the current buffer's contents to another file (eg abc_x.txt), and finallythen return me to my original file to continue editing abc.txtit. My verionversion of vim is 8.1.5126.