comparison src/proto/ops.pro @ 3562:5c1aaf9b4b1b v7.3.541

updated for version 7.3.541 Problem: When joining lines comment leaders need to be removed manually. Solution: Add the 'j' flag to 'formatoptions'. (Lech Lorens)
author Bram Moolenaar <bram@vim.org>
date Wed, 06 Jun 2012 16:12:59 +0200
parents 2209060c340d
children fb533fb6c015
comparison
equal deleted inserted replaced
3561:c384f4f5f238 3562:5c1aaf9b4b1b
34 void do_put __ARGS((int regname, int dir, long count, int flags)); 34 void do_put __ARGS((int regname, int dir, long count, int flags));
35 void adjust_cursor_eol __ARGS((void)); 35 void adjust_cursor_eol __ARGS((void));
36 int preprocs_left __ARGS((void)); 36 int preprocs_left __ARGS((void));
37 int get_register_name __ARGS((int num)); 37 int get_register_name __ARGS((int num));
38 void ex_display __ARGS((exarg_T *eap)); 38 void ex_display __ARGS((exarg_T *eap));
39 int do_join __ARGS((long count, int insert_space, int save_undo)); 39 int do_join __ARGS((long count, int insert_space, int save_undo, int use_formatoptions));
40 void op_format __ARGS((oparg_T *oap, int keep_cursor)); 40 void op_format __ARGS((oparg_T *oap, int keep_cursor));
41 void op_formatexpr __ARGS((oparg_T *oap)); 41 void op_formatexpr __ARGS((oparg_T *oap));
42 int fex_format __ARGS((linenr_T lnum, long count, int c)); 42 int fex_format __ARGS((linenr_T lnum, long count, int c));
43 void format_lines __ARGS((linenr_T line_count, int avoid_fex)); 43 void format_lines __ARGS((linenr_T line_count, int avoid_fex));
44 int paragraph_start __ARGS((linenr_T lnum)); 44 int paragraph_start __ARGS((linenr_T lnum));