Searched +refs:diff +refs:after +refs:change +refs:function (Results 1 - 10 of 10) sorted by relevance

/macosx-10.10/vim-55/runtime/syntax/
H A D2html.vim16 " See Mercurial change logs for more!
63 function! s:HtmlColor(color)
67 function! s:HtmlColor(color)
78 function! s:HtmlOpening(id)
99 function! s:HtmlClosing(id)
118 function! s:HtmlFormat(text, style_name, diff_style_name)
122 " 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.
150 " Add the diff highlight class to class list if used and it's not there yet.
151 " Add diff group
[all...]
H A Dmonk.vim112 syn keyword monkFunc $resolve-event-definition change-pattern copy copy-strip
120 " Keywords from the Monk function library (from e*Gate 4.1 programmers ref)
123 syn keyword monkFunc diff-two-dates display-error empty-string? fail_id
125 syn keyword monkFunc find-get-after find-get-before get-timestamp julian-date?
/macosx-10.10/Security-57031.1.35/SecurityTests/regressions/inc/
H A DTest.pm262 This function is the reason for C<Test>'s existence. It's
263 the basic function that
489 # $prefix variable to run a diff program on the output.)
499 my $diff = $ENV{PERL_TEST_DIFF} || die "WHAAAA?";
512 my $diff_cmd = "$diff $exp_filename $got_filename";
522 warn "Can't run diff: $!";
630 The arguments after the I<skip_if_true> are what is fed to C<ok(...)> if
747 The C<skip(...)> function is for tests that might or might not be
764 notes or in the change log.
839 passing a function tha
[all...]
/macosx-10.10/vim-55/runtime/autoload/
H A Dnetrw.vim315 " immediately after NetrwOptionSave() calls in NetRead
316 " and NetWrite, or after the s:NetrwEnew() call in
329 " call Decho("fo=".&fo.(exists("&acd")? " acd=".&acd : " acd doesn't exist")." diff=".&l:diff)
344 let {a:vt}netrw_diffkeep = &l:diff
391 call netrw#ErrorMsg(s:ERROR,"unable to change directory to <".curdir."> (permissions?)",61)
404 if exists("{a:vt}netrw_diffkeep") |let &l:diff = {a:vt}netrw_diffkeep |unlet {a:vt}netrw_diffkeep |endif
441 " call Decho("diff=".&l:diff." win#".winnr()." w:netrw_diffkeep=".(exists("w:netrw_diffkeep")? w:netrw_diffkeep : "doesn't exist"))
539 " =1 read remote file and insert after curren
[all...]
/macosx-10.10/vim-55/runtime/
H A Doptwin.vim25 " function to be called when <CR> is hit in the option-window
59 " function to be called when <Space> is hit in the option-window
220 " List of all options, organized by function.
768 call append("$", "completefunc\tuser defined function for Insert mode completion")
799 call append("$", "joinspaces\tuse two spaces after '.' when joining a line")
862 call append("$", "lispwords\twords that change how lisp indenting works")
910 if has("diff")
911 call <SID>Header("diff mode")
912 call append("$", "diff\tuse diff mod
[all...]
H A Dfiletype.vim166 " This function checks for the kind of assembly that is wanted by the user, or
191 " see if file contains any asmsyntax=foo overrides. If so, change
418 " This function checks if one of the first ten lines start with a '@'. In
419 " that case it is probably a change file.
427 setf change
460 " This function checks for valid cl syntax in the first five lines.
586 au BufNewFile,BufRead *.diff,*.rej,*.patch setf diff
869 " Cproto files have a comment in the first line and a function prototype in
1213 " This function check
[all...]
H A Dmenu.vim113 if has("diff")
483 an 40.340.210 &Tools.&Folding.Fold\ Met&hod.&Diff :set fdm=diff<CR>
501 if has("diff")
529 " Use a function to do the conversion, so that it also works with 'insertmode'
595 " wait with building the menu until after loading 'session' files. Makes
898 if col('.') > curcol " don't use word after the cursor
908 let s:changeitem = 'change\ "' . escape(w, ' .'). '"\ to'
H A Dmakemenu.vim13 " Use the SynMenu command and function to define all menu entries
29 " after the colon is the syntax name
162 SynMenu DE.Diff:diff
571 SynMenu WXYZ.WEB.WEB\ Changes:change
/macosx-10.10/CPANInternal-159.1/Perl-Tidy-20121207/lib/Perl/
H A DTidy.pm241 # The POSIX tmpnam() function has been unreliable for non-unix systems
246 # the POSIX tmpnam function doesn't work.
505 # return or exit immediately after all dumps
595 # remains after all '/' characters are removed. For example:
772 # add option to change path here
859 # make sure user gives a file name after -o
861 Die "You must specify a valid filename after -o\n";
1596 $add_option->( 'nospace-after-keyword', 'nsak', '=s' );
1600 $add_option->( 'space-after-keyword', 'sak', '=s' );
1602 $add_option->( 'space-function
[all...]
/macosx-10.10/emacs-93/emacs/lisp/textmodes/
H A Dorg.el138 in table fields. Such tables will look correct only after the first re-align.
148 When the function `org-mode' is called interactively in an empty file, this
218 Changes become only effective after restarting Emacs."
227 Changes become only effective after restarting Emacs."
245 Changes become only effective after restarting Emacs."
399 org-optimize-window-after-visibility-change)
400 "Hook that is run after `org-cycle' has changed the buffer visibility.
401 The function(s) in this hook must accept a single argument which indicates
403 argument is a symbol. After a global state change, i
[all...]

Completed in 163 milliseconds