Lines Matching refs:This
10 This chapter explains the different ways this can be done.
93 This will R-educe the folding. The opposite is: >
97 This folds M-ore. You can repeat "zr" and "zm" to open and close nested folds
104 This R-educes folds until there are none left. And you can close all folds
109 This folds M-ore and M-ore.
112 back the folding as it was. |zi| toggles between the two. This is a useful
125 fold like it was a single, empty line. This allows you to quickly move around
128 You can yank, delete and put folds as if it was a single line. This is very
145 This will show a small column on the left of the window to indicate folds.
177 This will re-apply 'foldlevel' to all folds that don't contain the cursor.
181 The folding is local to the window. This allows you to open two windows on
195 This will store the settings and other things that influence the view on the
216 method. This will create folds for every sequence of lines with the same
217 indent. Lines with a larger indent will become nested folds. This works well
227 This line is not indented
228 This line is indented once
229 This line is indented twice
230 This line is indented twice
231 This line is indented once
232 This line is not indented
233 This line is indented once
234 This line is indented once
238 depth of the fold. This is called a fold level.
245 This means that all folds with three times a 'shiftwidth' indent or more will
253 This gives a very quick way of "zooming out" to view the structure of the
257 This allows opening only those folds that you want to be open, while other
260 This can be combined: You can first close most folds by using |zm| a few times
273 This gives precise control over which lines are included in a fold. The
291 Notice that the folded line will display the text before the marker. This is
295 lines around. This can be avoided by using numbered markers. Example:
308 At every numbered marker a fold at the specified level begins. This will make
318 For each language Vim uses a different syntax file. This defines the colors
322 argument. These define a fold region. This requires writing a syntax file
334 This is similar to folding by indent, but instead of using the indent of a
378 This is useful when you set the 'diff' option in the same window. The
397 This requires a good knowledge of search patterns. It's not easy, but when
419 you want them, you could switch to the "manual" method. This will not remove