comparison src/proto/diff.pro @ 2250:1bac28a53fae vim73

Add the conceal patch from Vince Negri.
author Bram Moolenaar <bram@vim.org>
date Sat, 05 Jun 2010 23:22:07 +0200
parents e63691e7c504
children 99c1eba60b2d
comparison
equal deleted inserted replaced
2249:6d3d35ff2c2b 2250:1bac28a53fae
20 int diff_infold __ARGS((win_T *wp, linenr_T lnum)); 20 int diff_infold __ARGS((win_T *wp, linenr_T lnum));
21 void nv_diffgetput __ARGS((int put)); 21 void nv_diffgetput __ARGS((int put));
22 void ex_diffgetput __ARGS((exarg_T *eap)); 22 void ex_diffgetput __ARGS((exarg_T *eap));
23 int diff_mode_buf __ARGS((buf_T *buf)); 23 int diff_mode_buf __ARGS((buf_T *buf));
24 int diff_move_to __ARGS((int dir, long count)); 24 int diff_move_to __ARGS((int dir, long count));
25 linenr_T diff_get_corresponding_line __ARGS((buf_T *buf1, linenr_T lnum1, buf_T *buf2, linenr_T lnum2));
25 linenr_T diff_lnum_win __ARGS((linenr_T lnum, win_T *wp)); 26 linenr_T diff_lnum_win __ARGS((linenr_T lnum, win_T *wp));
26 /* vim: set ft=c : */ 27 /* vim: set ft=c : */