Lines Matching refs:be
23 " 'textwidth' will be used. These are handy, if you just want to specify
28 " If specified, alignment will only be done, if the longest space run
36 " space runs will be used to justify the text.
40 " This argument specifies how a line should be indented. The default is
47 " Note that the value 0, needs to be quoted as a string. This value
50 " Additionally units of 'shiftwidth'/'sw' and 'tabstop'/'ts' may be
52 " whitespace to be added will be multiplied by the value of the
54 " argument must be given as a string, eg. Justify('','','2sw').
61 " As with the other arguments, '' may be used to get the default
68 " is wider than the used textwidth, the line will be left untouched (no
69 " whitespace removed). This should be equivalent to the behaviour of
79 " with whitespace using the value of 'tabstop'. This should be
94 " Mappings that will remove space runs and format lines (might be useful
103 " function. Arguments to Justify() can be added after the command.
124 " 001103: If 'joinspaces' was set, calculations could be wrong.
154 call Justify_error("tw must be a number (>0), '' or 'tw'")
173 call Justify_error("maxspaces must be a number or ''")
180 call Justify_error("maxspaces should be larger than 1")
267 " Can extraspaces be added?
268 " Note that str_n may be less than strlen(str) [joinspaces above]
270 " How many spaces should be added