diff options
author | Bram Moolenaar <Bram@vim.org> | 2010-05-15 17:06:53 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2010-05-15 17:06:53 +0200 |
commit | fc2d5bdfc6b5420d726a97361671019e0d1d78ad (patch) | |
tree | 30bde6c60243b75bec5fc7b9a710f1238731b08c /src/proto/misc1.pro | |
parent | 864665d1b2c7d6503510f1061e6ba2645148821e (diff) | |
download | vim-git-fc2d5bdfc6b5420d726a97361671019e0d1d78ad.tar.gz |
After recovery check if the text changed. If it did mark the buffer as
modified.
Diffstat (limited to 'src/proto/misc1.pro')
-rw-r--r-- | src/proto/misc1.pro | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/proto/misc1.pro b/src/proto/misc1.pro index a036e3ea2..e7a820f3e 100644 --- a/src/proto/misc1.pro +++ b/src/proto/misc1.pro @@ -30,6 +30,7 @@ void pchar_cursor __ARGS((int c)); int inindent __ARGS((int extra)); char_u *skip_to_option_part __ARGS((char_u *p)); void changed __ARGS((void)); +void changed_int __ARGS((void)); void changed_bytes __ARGS((linenr_T lnum, colnr_T col)); void appended_lines __ARGS((linenr_T lnum, long count)); void appended_lines_mark __ARGS((linenr_T lnum, long count)); |