diff options
Diffstat (limited to 'src/proto/diff.pro')
-rw-r--r-- | src/proto/diff.pro | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/proto/diff.pro b/src/proto/diff.pro index f1afeecec..d6ab221da 100644 --- a/src/proto/diff.pro +++ b/src/proto/diff.pro @@ -4,6 +4,7 @@ void diff_buf_adjust(win_T *win); void diff_buf_add(buf_T *buf); void diff_invalidate(buf_T *buf); void diff_mark_adjust(linenr_T line1, linenr_T line2, long amount, long amount_after); +int diff_internal(void); void ex_diffupdate(exarg_T *eap); void ex_diffpatch(exarg_T *eap); void ex_diffsplit(exarg_T *eap); |