summaryrefslogtreecommitdiff
path: root/src/proto
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2010-07-08 22:27:55 +0200
committerBram Moolenaar <Bram@vim.org>2010-07-08 22:27:55 +0200
commitd04b7507fde8bb7e3103ce53f2156c798b5e5245 (patch)
treea452897549e1c7bde0a476bbc3aa17653f577cf1 /src/proto
parentb0b508808f33934d30be6a46c4e8aa9a0ad2d614 (diff)
downloadvim-git-d04b7507fde8bb7e3103ce53f2156c798b5e5245.tar.gz
Make synstack() work on the character just after the end of the line.
Diffstat (limited to 'src/proto')
-rw-r--r--src/proto/undo.pro1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/proto/undo.pro b/src/proto/undo.pro
index 40d166a54..a914c4925 100644
--- a/src/proto/undo.pro
+++ b/src/proto/undo.pro
@@ -1,5 +1,4 @@
/* undo.c */
-void u_check __ARGS((int newhead_may_be_NULL));
int u_save_cursor __ARGS((void));
int u_save __ARGS((linenr_T top, linenr_T bot));
int u_savesub __ARGS((linenr_T lnum));