Home
last modified time | relevance | path

Searched refs:revert (Results 1 – 19 of 19) sorted by relevance

/vim-8.2.3635/src/xxd/
H A Dxxd.c460 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 Dos_dos.txt193 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 Dxxd.man88 -r | -revert
97 When used after -r: revert with <offset> added to file positions
H A Dundo.txt42 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 Ddiff.txt71 See `:diffoff` for an easy way to revert the options.
H A Dindent.txt927 You can revert to the classic way of indenting by setting this option to 1: >
H A Dstarting.txt1055 revert individual settings. See the defaults.vim file for hints on how to
1056 revert each item.
H A Dnetbeans.txt805 revert Not implemented.
H A Dsyntax.txt5111 The font-name "NONE" can be used to revert to the default font.
H A Dtodo.txt5906 8 Add a command to revert to the saved version of file; undo or redo until
H A Dversion8.txt5693 program. And when the program is finished, revert to vim's one.
/vim-8.2.3635/runtime/syntax/
H A Dreadline.vim147 \ revert-all-at-newline
282 \ revert-line
H A Dgtkrc.vim62 …rint-preview gtk-properties gtk-quit gtk-redo gtk-refresh gtk-remove gtk-revert-to-saved gtk-save …
H A Dmupad.vim115 syn keyword mupadFunction rec rectform register reset return revert
H A Dmaxima.vim161 syn keyword maximaFunc reveal reverse revert revert2 rhs ric ricci riem riemann
H A Dcss.vim203 syn keyword cssCascadeAttr contained initial unset revert
H A Dprogress.vim82 syn keyword ProgressReserved return-val[ue] revert revoke row-created row-deleted row-modified row-…
/vim-8.2.3635/src/testdir/
H A Dtest_vartabs.vim48 " Clearing vts should revert to using ts.
186 " Clearing vts should revert to using ts.
/vim-8.2.3635/runtime/
H A Ddefaults.vim98 " Put these in an autocmd group, so that you can revert them with: