Skip to content
Snippets Groups Projects
Commit 346d743d authored by Bram Moolenaar's avatar Bram Moolenaar
Browse files

updated for version 7.0223

parent 35a2e197
No related merge requests found
...@@ -6,6 +6,7 @@ int u_inssub __ARGS((linenr_T lnum)); ...@@ -6,6 +6,7 @@ int u_inssub __ARGS((linenr_T lnum));
int u_savedel __ARGS((linenr_T lnum, long nlines)); int u_savedel __ARGS((linenr_T lnum, long nlines));
void u_undo __ARGS((int count)); void u_undo __ARGS((int count));
void u_redo __ARGS((int count)); void u_redo __ARGS((int count));
void undo_time __ARGS((int step));
void u_sync __ARGS((void)); void u_sync __ARGS((void));
void ex_undojoin __ARGS((exarg_T *eap)); void ex_undojoin __ARGS((exarg_T *eap));
void u_unchanged __ARGS((buf_T *buf)); void u_unchanged __ARGS((buf_T *buf));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment