Searched refs:revert (Results 1 – 19 of 19) sorted by relevance
| /vim-8.2.3635/src/xxd/ |
| H A D | xxd.c | 460 int c, e, p = 0, relseek = 1, negseek = 0, revert = 0; in main() local 502 else if (!STRNCMP(pp, "-r", 2)) revert++; in main() 657 BIN_ASSIGN(fp = stdin, !revert); in main() 660 if ((fp = fopen(argv[1], BIN_READ(!revert))) == NULL) in main() 669 BIN_ASSIGN(fpo = stdout, revert); in main() 673 int mode = revert ? O_WRONLY : (O_TRUNC|O_WRONLY); in main() 675 if (((fd = OPEN(argv[2], mode | BIN_CREAT(revert), 0666)) < 0) || in main() 676 (fpo = fdopen(fd, BIN_WRITE(revert))) == NULL) in main() 685 if (revert) in main()
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | os_dos.txt | 193 t_me 0 normal mode (revert to default) 196 t_se 0 standout mode end (revert to default) 199 t_czr 0 italic mode end (revert to default) 202 t_ue 0 underline mode end (revert to default)
|
| H A D | xxd.man | 88 -r | -revert 97 When used after -r: revert with <offset> added to file positions
|
| H A D | undo.txt | 42 to revert the text to how it was before each change. You can also apply the 161 ":earlier 1f" will revert the text to the state when
|
| H A D | diff.txt | 71 See `:diffoff` for an easy way to revert the options.
|
| H A D | indent.txt | 927 You can revert to the classic way of indenting by setting this option to 1: >
|
| H A D | starting.txt | 1055 revert individual settings. See the defaults.vim file for hints on how to 1056 revert each item.
|
| H A D | netbeans.txt | 805 revert Not implemented.
|
| H A D | syntax.txt | 5111 The font-name "NONE" can be used to revert to the default font.
|
| H A D | todo.txt | 5906 8 Add a command to revert to the saved version of file; undo or redo until
|
| H A D | version8.txt | 5693 program. And when the program is finished, revert to vim's one.
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | readline.vim | 147 \ revert-all-at-newline 282 \ revert-line
|
| H A D | gtkrc.vim | 62 …rint-preview gtk-properties gtk-quit gtk-redo gtk-refresh gtk-remove gtk-revert-to-saved gtk-save …
|
| H A D | mupad.vim | 115 syn keyword mupadFunction rec rectform register reset return revert
|
| H A D | maxima.vim | 161 syn keyword maximaFunc reveal reverse revert revert2 rhs ric ricci riem riemann
|
| H A D | css.vim | 203 syn keyword cssCascadeAttr contained initial unset revert
|
| H A D | progress.vim | 82 syn keyword ProgressReserved return-val[ue] revert revoke row-created row-deleted row-modified row-…
|
| /vim-8.2.3635/src/testdir/ |
| H A D | test_vartabs.vim | 48 " Clearing vts should revert to using ts. 186 " Clearing vts should revert to using ts.
|
| /vim-8.2.3635/runtime/ |
| H A D | defaults.vim | 98 " Put these in an autocmd group, so that you can revert them with:
|