comparison src/proto/undo.pro @ 25362:68a7e6d70a5e v8.2.3218

patch 8.2.3218: when using xchaha20 crypt undo file is not removed Commit: https://github.com/vim/vim/commit/8a4c812ede5b01a8e71082c1ff4ebfcbf1bd515f Author: Christian Brabandt <cb@256bit.org> Date: Sun Jul 25 14:36:05 2021 +0200 patch 8.2.3218: when using xchaha20 crypt undo file is not removed Problem: When using xchaha20 crypt undo file is not removed. Solution: Reset 'undofile' and delete the file. (Christian Brabandt, closes #8630, closes #8467)
author Bram Moolenaar <Bram@vim.org>
date Sun, 25 Jul 2021 14:45:04 +0200
parents d1e77015f60b
children 8303936dbd64
comparison
equal deleted inserted replaced
25361:7784e9d84ff6 25362:68a7e6d70a5e
25 int bufIsChanged(buf_T *buf); 25 int bufIsChanged(buf_T *buf);
26 int anyBufIsChanged(void); 26 int anyBufIsChanged(void);
27 int bufIsChangedNotTerm(buf_T *buf); 27 int bufIsChangedNotTerm(buf_T *buf);
28 int curbufIsChanged(void); 28 int curbufIsChanged(void);
29 void f_undofile(typval_T *argvars, typval_T *rettv); 29 void f_undofile(typval_T *argvars, typval_T *rettv);
30 void u_undofile_reset_and_delete(buf_T *buf);
30 void f_undotree(typval_T *argvars, typval_T *rettv); 31 void f_undotree(typval_T *argvars, typval_T *rettv);
31 /* vim: set ft=c : */ 32 /* vim: set ft=c : */