diff options
author | Bram Moolenaar <Bram@vim.org> | 2010-05-16 15:46:46 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2010-05-16 15:46:46 +0200 |
commit | 64486671c3fcc75698c57732c50865ad0573b3fe (patch) | |
tree | 2e638c57e838549b6c314984b2405c25b2e4c175 /src/proto/misc2.pro | |
parent | 13c4c5da673c488d2d340c72f401f0631b9f669d (diff) | |
download | vim-64486671c3fcc75698c57732c50865ad0573b3fe.zip |
Add 'relativenumber' patch from Markus Heidelberg.
Diffstat (limited to 'src/proto/misc2.pro')
-rw-r--r-- | src/proto/misc2.pro | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/proto/misc2.pro b/src/proto/misc2.pro index 261ec8226..5c4cc4210 100644 --- a/src/proto/misc2.pro +++ b/src/proto/misc2.pro @@ -11,6 +11,7 @@ int incl __ARGS((pos_T *lp)); int dec_cursor __ARGS((void)); int dec __ARGS((pos_T *lp)); int decl __ARGS((pos_T *lp)); +linenr_T get_cursor_rel_lnum __ARGS((win_T *wp, linenr_T lnum)); void check_cursor_lnum __ARGS((void)); void check_cursor_col __ARGS((void)); void check_cursor __ARGS((void)); |