summaryrefslogtreecommitdiffstats
path: root/src/proto
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2010-08-04 14:29:54 +0200
committerBram Moolenaar <Bram@vim.org>2010-08-04 14:29:54 +0200
commitf9bb734367d9a706cc53cc30bbcb3544bfb16cc5 (patch)
tree032c872f2bc8cf52ec4b9a303169b396927d2568 /src/proto
parent006d2b036bfa865f1bb6920fb97bda4e412d0080 (diff)
When undoing a reload, move the cursor to the first changed line.
Diffstat (limited to 'src/proto')
-rw-r--r--src/proto/undo.pro1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/proto/undo.pro b/src/proto/undo.pro
index 2cb149f42f..f6741c6bc1 100644
--- a/src/proto/undo.pro
+++ b/src/proto/undo.pro
@@ -17,6 +17,7 @@ void u_sync __ARGS((int force));
void ex_undolist __ARGS((exarg_T *eap));
void ex_undojoin __ARGS((exarg_T *eap));
void u_unchanged __ARGS((buf_T *buf));
+void u_find_first_changed __ARGS((void));
void u_update_save_nr __ARGS((buf_T *buf));
void u_clearall __ARGS((buf_T *buf));
void u_saveline __ARGS((linenr_T lnum));