| /vim-8.2.3635/runtime/autoload/ |
| H A D | rust.vim | 223 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 D | ft_rust.txt | 138 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 D | usr_21.txt | 128 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 D | undo.txt | 127 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 D | matchit.txt | 90 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 D | state.c | 599 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 D | pen.c | 193 state->saved.pen = state->pen; in vterm_state_savepen() 196 state->pen = state->saved.pen; in vterm_state_savepen()
|
| H A D | vterm_internal.h | 152 } saved; member
|
| /vim-8.2.3635/runtime/ftplugin/ |
| H A D | csc.vim | 25 " Restore the saved compatibility options.
|
| H A D | tcl.vim | 33 " Restore the saved compatibility options.
|
| H A D | dtd.vim | 38 " Restore the saved compatibility options.
|
| H A D | config.vim | 40 " Restore the saved compatibility options.
|
| H A D | svg.vim | 38 " Restore the saved compatibility options.
|
| H A D | xsd.vim | 37 " Restore the saved compatibility options.
|
| H A D | sgml.vim | 38 " Restore the saved compatibility options.
|
| H A D | sh.vim | 37 " Restore the saved compatibility options.
|
| H A D | html.vim | 49 " Restore the saved compatibility options.
|
| H A D | ant.vim | 42 " Restore the saved compatibility options.
|
| H A D | java.vim | 49 " Restore the saved compatibility options.
|
| H A D | aspvbs.vim | 58 " Restore the saved compatibility options.
|
| H A D | xml.vim | 63 " Restore the saved compatibility options.
|
| H A D | jsp.vim | 65 " Restore the saved compatibility options.
|
| H A D | xhtml.vim | 65 " Restore the saved compatibility options.
|
| H A D | php.vim | 81 " Restore the saved compatibility options.
|
| /vim-8.2.3635/src/ |
| H A D | popupmenu.c | 489 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()
|