diff options
author | Bram Moolenaar <Bram@vim.org> | 2010-07-08 22:27:55 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2010-07-08 22:27:55 +0200 |
commit | d04b7507fde8bb7e3103ce53f2156c798b5e5245 (patch) | |
tree | a452897549e1c7bde0a476bbc3aa17653f577cf1 /src/proto | |
parent | b0b508808f33934d30be6a46c4e8aa9a0ad2d614 (diff) | |
download | vim-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.pro | 1 |
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)); |