comparison src/proto/misc1.pro @ 5438:878ed73c7070 v7.4.069

updated for version 7.4.069 Problem: Cannot right shift lines starting with #. Solution: Allow the right shift when 'cino' contains #N with N > 0. (Christian Brabandt) Refactor parsing 'cino', store the values in the buffer.
author Bram Moolenaar <bram@vim.org>
date Tue, 05 Nov 2013 07:13:41 +0100
parents 38b948f534e4
children faf7e86203b5
comparison
equal deleted inserted replaced
5437:7772f379c73d 5438:878ed73c7070
82 pos_T *find_start_comment __ARGS((int ind_maxcomment)); 82 pos_T *find_start_comment __ARGS((int ind_maxcomment));
83 void do_c_expr_indent __ARGS((void)); 83 void do_c_expr_indent __ARGS((void));
84 int cin_islabel __ARGS((int ind_maxcomment)); 84 int cin_islabel __ARGS((int ind_maxcomment));
85 int cin_iscase __ARGS((char_u *s, int strict)); 85 int cin_iscase __ARGS((char_u *s, int strict));
86 int cin_isscopedecl __ARGS((char_u *s)); 86 int cin_isscopedecl __ARGS((char_u *s));
87 void parse_cino __ARGS((buf_T *buf));
87 int get_c_indent __ARGS((void)); 88 int get_c_indent __ARGS((void));
88 int get_expr_indent __ARGS((void)); 89 int get_expr_indent __ARGS((void));
89 int get_lisp_indent __ARGS((void)); 90 int get_lisp_indent __ARGS((void));
90 void prepare_to_exit __ARGS((void)); 91 void prepare_to_exit __ARGS((void));
91 void preserve_exit __ARGS((void)); 92 void preserve_exit __ARGS((void));