Home
last modified time | relevance | path

Searched refs:amount (Results 1 – 25 of 65) sorted by relevance

123

/vim-8.2.3635/src/
H A Dcindent.c906 int amount; in skip_label() local
1603 int amount; in get_baseclass_amount() local
2119 amount = -1; in get_c_indent()
2141 amount = 0; in get_c_indent()
2152 amount = col; in get_c_indent()
2172 amount = col; in get_c_indent()
2297 amount = col; in get_c_indent()
2693 amount = 0; in get_c_indent()
2994 amount = n; in get_c_indent()
3658 amount = 0; in get_c_indent()
[all …]
H A Dindent.c1027 int amount; in op_reindent() local
1058 amount = 0; in op_reindent()
1062 if (amount >= 0 && set_indent(amount, SIN_UNDO)) in op_reindent()
1218 int amount, in change_indent() argument
1897 int amount; in get_lisp_indent() local
1923 amount = -1; in get_lisp_indent()
1973 if (amount == -1) in get_lisp_indent()
1982 amount = 2; in get_lisp_indent()
1987 amount = 0; in get_lisp_indent()
2006 amount++; in get_lisp_indent()
[all …]
H A Dmark.c975 if (amount == MAXLNUM) \
978 *lp += amount; \
990 if (amount == MAXLNUM) \
993 *lp += amount; \
1014 long amount, in mark_adjust() argument
1024 long amount, in mark_adjust_nofold() argument
1034 long amount, in mark_adjust_internal() argument
1093 sign_mark_adjust(line1, line2, amount, amount_after); in mark_adjust_internal()
1142 if (amount == MAXLNUM) // topline is deleted in mark_adjust_internal()
1150 win->w_topline += amount; in mark_adjust_internal()
[all …]
H A Dfold.c1495 long amount, in foldMarkAdjust() argument
1515 long amount, in foldMarkAdjustRecurse() argument
1571 if (amount == MAXLNUM) in foldMarkAdjustRecurse()
1579 fp->fd_top += amount; in foldMarkAdjustRecurse()
1591 if (amount == MAXLNUM) in foldMarkAdjustRecurse()
1594 fp->fd_len += amount; in foldMarkAdjustRecurse()
1606 if (amount == MAXLNUM) in foldMarkAdjustRecurse()
1611 amount, in foldMarkAdjustRecurse()
1621 amount, in foldMarkAdjustRecurse()
1622 amount_after - amount); in foldMarkAdjustRecurse()
[all …]
H A Dops.c158 shift_block(oap, amount); in op_shift()
205 oap->line_count, op, amount); in op_shift()
228 int amount, in shift_line() argument
242 --amount; in shift_line()
245 i -= amount; in shift_line()
250 i += amount; in shift_line()
257 count -= sw_val * amount; in shift_line()
262 count += sw_val * amount; in shift_line()
304 if ((total / sw_val) != amount) in shift_block()
2340 linenr_T amount = Prenum1; in op_addsub() local
[all …]
H A Ddiff.c77 static void diff_mark_adjust_tp(tabpage_T *tp, int idx, linenr_T line1, linenr_T line2, long amount
255 long amount, in diff_mark_adjust() argument
266 diff_mark_adjust_tp(tp, idx, line1, line2, amount, amount_after); in diff_mark_adjust()
283 long amount, in diff_mark_adjust_tp() argument
309 inserted = amount; in diff_mark_adjust_tp()
/vim-8.2.3635/src/proto/
H A Dops.pro6 void op_shift(oparg_T *oap, int curs_top, int amount);
7 void shift_line(int left, int round, int amount, int call_changed_bytes);
H A Dmark.pro21 void mark_adjust(linenr_T line1, linenr_T line2, long amount, long amount_after);
22 void mark_adjust_nofold(linenr_T line1, linenr_T line2, long amount, long amount_after);
H A Ddiff.pro6 void diff_mark_adjust(linenr_T line1, linenr_T line2, long amount, long amount_after);
H A Dindent.pro27 void change_indent(int type, int amount, int round, int replaced, int call_changed_bytes);
H A Dquickfix.pro11 void qf_mark_adjust(win_T *wp, linenr_T line1, linenr_T line2, long amount, long amount_after);
H A Dsign.pro10 void sign_mark_adjust(linenr_T line1, linenr_T line2, long amount, long amount_after);
H A Dfold.pro35 void foldMarkAdjust(win_T *wp, linenr_T line1, linenr_T line2, long amount, long amount_after);
/vim-8.2.3635/runtime/indent/
H A Djava.vim100 let amount = strlen(cont_kw) + 1
102 let theIndent = theIndent - (amount + shiftwidth())
107 let theIndent = theIndent + amount
H A Dpov.vim40 " The main function. Returns indent amount.
/vim-8.2.3635/runtime/pack/dist/opt/justify/plugin/
H A Djustify.vim11 " appropriate amount of spaces. Extra spaces are added to existing
43 " Negative values: Keep current amount of leading whitespace.
45 " amount of whitespace.
51 " added. In this case, if the value of indent is positive, the amount of
/vim-8.2.3635/runtime/doc/
H A Dindent.txt398 CN When N is non-zero, indent comment lines by the amount specified
977 The amount of indent can be set for the following situations. The examples
1043 The amount of indent applied under various circumstances in a shell file can
1045 b:sh_indent_defaults to a specific amount or to a |Funcref| that references a
1046 function that will return the amount desired:
1048 b:sh_indent_options['default'] Default amount of indent.
1210 For indenting Vim scripts there is one variable that specifies the amount of
H A Dsponsor.txt73 amount you transferred if you want to vote for features and
102 account page. You can also select whether the amount will be visible.
H A Dusr_10.txt9 goes into making changes that are repeated or can affect a large amount of
512 The command ">" shifts the selected text to the right one shift amount,
521 The shift amount is specified with the 'shiftwidth' option. To change it to
526 The "<" command removes one shift amount of whitespace at the left
527 edge of the block. This command is limited by the amount of text that is
528 there; so if there is less than a shift amount of whitespace available, it
H A Dos_390.txt73 - Vim will consistently hang when a large amount of text is selected in
H A Dusr_25.txt235 To increase the amount of indent in a line, use the ">" operator. Often this
237 The amount of indent added is specified with the 'shiftwidth' option. The
553 right amount of screen space. Extra spaces or tabs are inserted to fill the
H A Duganda.txt186 3. Sponsor the clinic: Any amount a month or quarter
277 below. Minimal amount: $70 (my bank does not accept smaller
/vim-8.2.3635/runtime/spell/eu/
H A Dmain.aap6 # Select the amount of memory that can be used.
/vim-8.2.3635/src/testdir/
H A Dtest_ex_z.vim12 " If there is only one window, then twice the amount of 'scroll' is used.
H A Dtest_quotestar.vim91 " Check length to prevent a large amount of output at assertion failure.

123