Searched +refs:diff +refs:index +refs:face (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10/emacs-93/emacs/lisp/
H A Dvc.el62 ;; Proper function of the SCCS diff commands requires the shellscript vcdiff
155 ;; vc-BACKEND-diff. (Note that vc-BACKEND-diff must not run
156 ;; asynchronously in this case, see variable `vc-disable-async-diff'.)
306 ;; * diff (file &optional rev1 rev2 buffer)
308 ;; Insert the diff for FILE into BUFFER, or the *vc-diff* buffer if
314 ;; BACKEND 'diff) to the backend command. It should return a status
315 ;; of either 0 (no differences found), or 1 (either non-empty diff
316 ;; or the diff i
[all...]
/macosx-10.10/vim-55/runtime/syntax/
H A D2html.vim122 " separate the two classes by a space to apply them both if there is a diff
140 " Add normal groups to the beginning so diff groups can override them.
142 if index(s:idlist, s:id ) == -1
150 " Add the diff highlight class to class list if used and it's not there yet.
151 " Add diff groups to the end so they override the other highlighting.
154 if index(s:idlist, s:diff_id) == -1
477 " start searching at the last found index to make the search for the
545 " level, so subtract 2 from index of first non-dash after the dashes
577 " level, so subtract 2 from index of first non-dash after the dashes
585 if empty(s:allfolds) || index(
[all...]
/macosx-10.10/emacs-93/emacs/lisp/eshell/
H A Dem-unix.el74 (defcustom eshell-plain-diff-behavior nil
75 "*If non-nil, standalone \"diff\" commands will behave normally.
152 "cat" "time" "cp" "mv" "make" "du" "diff")
754 index)
755 (when (setq index (string-match "@[a-z.]*\\'" arg))
756 (setq pcomplete-stub (substring arg (1+ index))
904 (set-text-properties 0 (length elapsed) '(face bold) elapsed)
937 (defvar eshell-diff-window-config nil)
939 (defun eshell-diff-quit ()
940 "Restore the window configuration previous to diff'in
[all...]

Completed in 190 milliseconds