Home
last modified time | relevance | path

Searched refs:saved (Results 1 – 25 of 94) sorted by relevance

1234

/vim-8.2.3635/runtime/autoload/
H A Drust.vim223 let saved = {}
226 let saved.write = &write
235 if pathisempty || !saved.write
246 let saved.mod = &mod
261 for [opt, value] in items(saved)
/vim-8.2.3635/runtime/doc/
H A Dft_rust.txt138 it will be saved first using |:update|. If the current file is
157 changes, it will be saved first using |:update|. If the
175 will be saved first using |:update|. If the current file is an
186 will be saved first using |:update|. If the current file is an
H A Dusr_21.txt128 The < option controls how many lines are saved for each of the registers. By
129 default, all the lines are saved. If 0, nothing is saved. To avoid adding
297 is saved, using ":mksession!". This overwrites the previous session. The
302 up the window layout, you can go back to the last saved session: >
432 saved them.
H A Dundo.txt127 number changes when saved ~
144 The "saved" column specifies, if this change was
253 Undo files are normally saved in the same directory as the file. This can be
371 Marks for the buffer ('a to 'z) are also saved and restored, together with the
380 When manual |folding| is being used, the folds are not saved and restored.
/vim-8.2.3635/runtime/pack/dist/opt/matchit/doc/
H A Dmatchit.txt90 nested groups. If debugging is turned on, the parsed version is saved as
126 turned on, the matched bit of text is saved as |b:match_match| and the cursor
127 column of the start of the match is saved as |b:match_col|.
131 saved as |b:match_ini| (the first pattern) and |b:match_tail| (the rest). If
132 there are |backref|s then, in addition, the matching pattern is saved as
133 |b:match_word| and a table of translations is saved as |b:match_table|. If
203 Define b:match_debug if you want debugging information to be saved. See
/vim-8.2.3635/src/libvterm/src/
H A Dstate.c599 state->saved.pos = state->pos; in savecursor()
600 state->saved.mode.cursor_visible = state->mode.cursor_visible; in savecursor()
601 state->saved.mode.cursor_blink = state->mode.cursor_blink; in savecursor()
602 state->saved.mode.cursor_shape = state->mode.cursor_shape; in savecursor()
609 state->pos = state->saved.pos; in savecursor()
611 settermprop_bool(state, VTERM_PROP_CURSORVISIBLE, state->saved.mode.cursor_visible); in savecursor()
612 settermprop_bool(state, VTERM_PROP_CURSORBLINK, state->saved.mode.cursor_blink); in savecursor()
613 settermprop_int (state, VTERM_PROP_CURSORSHAPE, state->saved.mode.cursor_shape); in savecursor()
H A Dpen.c193 state->saved.pen = state->pen; in vterm_state_savepen()
196 state->pen = state->saved.pen; in vterm_state_savepen()
H A Dvterm_internal.h152 } saved; member
/vim-8.2.3635/runtime/ftplugin/
H A Dcsc.vim25 " Restore the saved compatibility options.
H A Dtcl.vim33 " Restore the saved compatibility options.
H A Ddtd.vim38 " Restore the saved compatibility options.
H A Dconfig.vim40 " Restore the saved compatibility options.
H A Dsvg.vim38 " Restore the saved compatibility options.
H A Dxsd.vim37 " Restore the saved compatibility options.
H A Dsgml.vim38 " Restore the saved compatibility options.
H A Dsh.vim37 " Restore the saved compatibility options.
H A Dhtml.vim49 " Restore the saved compatibility options.
H A Dant.vim42 " Restore the saved compatibility options.
H A Djava.vim49 " Restore the saved compatibility options.
H A Daspvbs.vim58 " Restore the saved compatibility options.
H A Dxml.vim63 " Restore the saved compatibility options.
H A Djsp.vim65 " Restore the saved compatibility options.
H A Dxhtml.vim65 " Restore the saved compatibility options.
H A Dphp.vim81 " Restore the saved compatibility options.
/vim-8.2.3635/src/
H A Dpopupmenu.c489 int saved = *p; in pum_redraw() local
491 if (saved != NUL) in pum_redraw()
494 if (saved != NUL) in pum_redraw()
495 *p = saved; in pum_redraw()

1234