Home
last modified time | relevance | path

Searched refs:previous (Results 1 – 25 of 245) sorted by relevance

12345678910

/vim-8.2.3635/runtime/indent/
H A Dvhdl.vim126 " where: start of previous line
137 " where: start of previous line
139 " where: start of previous line
141 " where: anywhere in previous line
143 " where: anywhere in previous line
232 " indent: +sw if previous line is previous opening statement
256 " find previous opening statement of
291 " where: start of previous line
299 " where: end of previous line
308 " where: start of previous line
[all …]
H A Dlogtalk.vim35 " Previous line was comment -> use previous line's indent
39 " Check for entity opening directive on previous line
42 " Check for clause head on previous line
45 " Check for grammar rule head on previous line
48 " Check for entity closing directive on previous line
51 " Check for end of clause on previous line
55 " Check for opening conditional on previous line
H A Dtcl.vim69 " Get the line number of the previous non-blank or non-comment line.
75 " ..and the previous line before the previous line.
78 " Default indentation is to preserve the previous indentation.
81 " ...but if previous line introduces an open brace, then increase current line's indentation
85 " Look for backslash line continuation on the previous two lines.
89 " If the previous line begins a line continuation.
H A Dada.vim54 " prev_indent = the previous line's indent
55 " prev_lnum = previous line (to start looking on)
77 " Get previous non-blank/non-comment-only line
97 " prev_indent = the previous line's indent
98 " prev_lnum = previous line (to start looking on)
120 " Get previous non-blank/non-comment-only line
139 " Return indent of previous statement-start
142 " the end of a statement - we want the previous beginning).
148 " Get previous non-blank/non-comment-only line
187 " Get previous non-blank/non-comment-only/non-cpp line
[all …]
H A Dawk.vim50 " Find previous line and get its indentation
58 " Increase indent if the previous line contains an opening brace. Search
59 " for this brace the hard way to prevent errors if the previous line is a
107 " If the previous line doesn't need continuation on the current line we are
109 " previous statement instead of just the previous line. This is a bit
110 " complicated because the previous statement might be multi-line.
114 " 1 If the previous line contains closing braces and has negative brace
117 " 2 If the line before the previous needs continuation search backward
172 " align a line relative to the 'print ' or 'if (' on the previous line in case
205 " Get previous relevant line. Search back until a line is that is no
H A Druby.vim213 " 2.3. Work on the previous line. {{{2
267 " Most Significant line based on the previous one -- in case it's a
283 " By default, just return the previous line's indent
431 " too), use the previous line's indent
457 " If the previous line was a private/protected keyword, add a
463 " If the previous line was a private/protected/public keyword, add
639 " If the previous line wasn't a MSL
645 " If previous line is a continuation return its indent.
792 " previous one, keep its indent and continue looking for an MSL.
803 " the previous is a dot, keep going to see if the previous line is the
[all …]
H A Dmeson.vim39 " If this line is explicitly joined: If the previous line was also joined,
54 " Search backwards for the previous non-empty line.
62 " If the previous line is inside parenthesis, use the indent of the starting
81 " a 'shiftwidth', otherwise same as previous line.
141 " If the previous line ended the conditional/loop
147 " If the previous line ended with a builtin, indent this line
155 " Unless the previous line was a one-liner
H A Dpython.vim40 " If this line is explicitly joined: If the previous line was also joined,
55 " Search backwards for the previous non-empty line.
78 " If the previous line is inside parenthesis, use the indent of the starting
96 " two 'shiftwidth', otherwise same as previous line.
160 " If the previous line ended with a colon, indent this line
165 " If the previous line was a stop-execution statement...
185 return ind " line up with previous try or except
195 " Unless the previous line was a one-liner
H A Ddylan.vim31 "Find the previous non-blank line
42 " If previous line was a comment, use its indent
47 " If previous line was a 'define', indent
53 " If previous line was a let with no closing semicolon, indent
56 " If previous line opened a parenthesis, and did not close it, indent
H A Dtypescript.vim161 " loop through previous expressions to find a var statement
194 " if the previous line doesn't end in a comma, return to regular indent
233 " Set up variables to use and search for MSL to the previous line.
238 " If the previous line wasn't a MSL and is continuation return its indent.
249 " If the previous line ended with [*+/.-=], start a continuation that
302 " previous nonblank line number
318 " if the previous line ends in comma or semicolon don't indent
367 " 3.3. Work on the previous line. {{{2
370 " If the line is empty and the previous nonblank line was a multi-line
380 " If the line is empty and inside a string, use the previous line.
[all …]
H A Dprolog.vim40 " Previous line was comment -> use previous line's indent
52 " Check for clause head on previous line
55 " Check for end of clause on previous line
59 " Check for opening conditional on previous line
H A Dgo.vim33 " grab the previous and current line, stripping comments.
41 " previous line opened a block
45 " previous line is part of a switch statement
48 " TODO: handle if the previous line is a label.
H A Dconfig.vim56 " if previous line has unmatched, unescaped opening parentheses,
62 " if previous line has unmatched opening bracket,
68 " if previous line had an unmatched closing parentheses,
76 " if previous line had an unmatched closing bracket,
H A Dfalcon.vim130 " previous one, keep its indent and continue looking for an MSL.
141 " the previous is a non-bracket one, respect the previous' indentation,
163 " If the previous line is a block-starter and the current one is
326 " If the line is empty and inside a string, use the previous line.
336 " Set up variables for the previous line.
340 " If the previous line ended with a block opening, add a level of indent.
375 " If the previous line ended with an "end", match that "end"s beginning's
405 " Set up variables to use and search for MSL to the previous line.
409 " If the previous line wasn't a MSL and is continuation return its indent.
432 " If the previous line ended with [*+/.,-=], but wasn't a block ending or a
H A Dxml.vim12 " 20190128 - Make sure to find previous tag
110 " Find previous line with a tag (regardless whether open or closed,
116 " no previous tag
147 " only indent by an extra shiftwidth, if the previous line ends
156 " Get indent from previous tag line
184 " if previous tag was a closing tag, do not add
187 " If the previous tag was closed on the same line as it was
H A Dteraterm.vim34 " grab the previous and current line, stripping comments.
42 " previous line opened a block
46 " previous line opened a block
H A Dzimbu.vim41 " If the previous line is inside parenthesis, use the indent of the starting
60 " two 'shiftwidth', otherwise same as previous line.
90 " If this line is not a comment and the previous one is then move the
91 " previous line further back.
H A Drust.vim100 " previous line.
121 " Search backwards for the previous non-empty line.
140 " Oh ho! The previous line ended in a comma! I bet cindent will try to
141 " take this too far... For now, let's normally use the previous line's
154 " Another case is similar to the previous, except calling a function
/vim-8.2.3635/runtime/spell/
H A DREADME_en.txt2850 2031) tragi (plural of previous word)
2970 2147) bullae (plural of previous word)
3835 3003) puncta (plural of previous word)
3993 3162) topmen (plural of previous word)
5572 4629) taxa (plural of previous word)
6402 4552) demoi (plural of previous word)
9267 5896) outshot (past of previous word)
9506 6135) crura (plural of previous word)
10294 6907) setae (plural of previous word)
10977 7582) unhung (past of previous word)
[all …]
/vim-8.2.3635/src/xdiff/
H A Dxpatience.c62 struct entry *next, *previous; member
129 map->entries[index].previous = map->last; in insert_record()
222 entry->previous = i < 0 ? NULL : sequence[i]; in find_longest_common_sequence()
244 while (entry->previous) { in find_longest_common_sequence()
245 entry->previous->next = entry; in find_longest_common_sequence()
246 entry = entry->previous; in find_longest_common_sequence()
/vim-8.2.3635/src/
H A Ddigraph.c27 static void printdigraph(digr_T *dp, result_T *previous);
2102 result_T previous = 0; in listdigraphs() local
2118 printdigraph(&tmp, use_headers ? &previous : NULL); in listdigraphs()
2123 printdigraph(dp, use_headers ? &previous : NULL); in listdigraphs()
2133 if (previous >= 0 && use_headers) in listdigraphs()
2135 previous = -1; in listdigraphs()
2270 printdigraph(digr_T *dp, result_T *previous) in printdigraph() argument
2285 if (previous != NULL) in printdigraph()
2290 if (*previous < header_table[i].dg_start in printdigraph()
2297 *previous = dp->result; in printdigraph()
/vim-8.2.3635/runtime/doc/
H A Dindex.txt183 <Up> select the previous match
326 |@@| @@ 2 repeat the previous @{a-z} N times
741 |g<| g< display previous command output
758 |gT| gT go to the previous tab page
1154 |:@@| :@@ repeat the previous ":@"
1205 |:cNext| :cN[ext] go to previous error
1310 |:endif| :en[dif] end previous :if
1311 |:endfor| :endfo[r] end previous :for
1313 |:endtry| :endt[ry] end previous :try
1314 |:endwhile| :endw[hile] end previous :while
[all …]
H A Dinsert.txt461 previous/next line.
649 CTRL-N (next), and CTRL-P (previous).
718 replaces the previous matching line.
721 replaces the previous matching line.
933 replaces the previous matching tag.
936 replaces the previous matching tag.
995 the previous one.
998 replaces the previous one.
1019 previous one.
1040 previous one.
[all …]
/vim-8.2.3635/src/testdir/
H A Dtest_join.vim234 * Make sure the previous comment leader is not removed.
238 * Make sure the previous comment leader is not removed.
280 /* Make sure the previous comment leader is not removed. */
281 /* Make sure the previous comment leader is not removed. */
310 * Make sure the previous comment leader is not removed.
314 * Make sure the previous comment leader is not removed.
404 /* Make sure the previous comment leader is not removed. */
405 /* Make sure the previous comment leader is not removed. */
H A Dtest_cd.vim35 " Test the :cd - goes back to the previous directory.
47 " Test for :cd - without a previous directory
109 " Test for changing to the previous directory '-'
127 " Change to the previous directory twice in all the windows.
147 " Change to the previous directory using chdir()

12345678910