Searched refs:let (Results 126 - 150 of 1145) sorted by relevance

1234567891011>>

/macosx-10.10.1/vim-55/runtime/ftplugin/
H A Dxhtml.vim11 let s:save_cpo = &cpo
15 let s:undo_ftplugin = ""
16 let s:browsefilter = "HTML Files (*.html, *.htm)\t*.html;*.htm\n" .
19 let s:match_words = ""
26 let s:undo_ftplugin = b:undo_ftplugin
30 let s:browsefilter = b:browsefilter
34 let s:match_words = b:match_words
39 let b:did_ftplugin = 1
43 let s:undo_ftplugin = b:undo_ftplugin . " | " . s:undo_ftplugin
46 let
[all...]
H A Deruby.vim14 let s:save_cpo = &cpo
18 let s:undo_ftplugin = ""
19 let s:browsefilter = "All Files (*.*)\t*.*\n"
20 let s:match_words = ""
23 let g:eruby_default_subtype = "html"
27 let s:lines = getline(1)."\n".getline(2)."\n".getline(3)."\n".getline(4)."\n".getline(5)."\n".getline("$")
28 let b:eruby_subtype = matchstr(s:lines,'eruby_subtype=\zs\w\+')
30 let b:eruby_subtype = matchstr(&filetype,'^eruby\.\zs\w\+')
33 let b:eruby_subtype = matchstr(substitute(expand("%:t"),'\c\%(\.erb\|\.eruby\|\.erubis\)\+$','',''),'\.\zs\w\+$')
36 let
[all...]
H A Dant.vim11 let s:save_cpo = &cpo
15 let s:undo_ftplugin = ""
16 let s:browsefilter = "XML Files (*.xml)\t*.xml\n" .
20 let b:did_ftplugin = 1
24 let s:undo_ftplugin = b:undo_ftplugin
27 let s:browsefilter = b:browsefilter
32 let b:browsefilter = "Build Files (build.xml)\tbuild.xml\n" .
40 let b:undo_ftplugin = "unlet! b:browsefilter | " . s:undo_ftplugin
43 let &cpo = s:save_cpo
H A Dgit.vim10 let b:did_ftplugin = 1
14 let b:git_dir = matchstr(expand('%:p'),'.*\.git\>')
16 let b:git_dir = $GIT_DIR
19 let b:git_dir = substitute(b:git_dir,'\\','/','g')
25 let &l:path = escape(fnamemodify(b:git_dir,':h'),'\, ').','.&l:path
27 let &l:path = escape(b:git_dir,'\, ').','.&l:path
28 let &l:keywordprg = 'git --git-dir='.shellescape(b:git_dir).' show'
33 let &l:keywordprg = substitute(&l:keywordprg,'^git\>','git --no-pager','')
37 let b:undo_ftplugin = "setl keywordprg< path< includeexpr<"
H A Dsgml.vim11 let s:save_cpo = &cpo
15 let s:undo_ftplugin = ""
16 let s:browsefilter = "XML Files (*.xml)\t*.xml\n" .
20 let b:did_ftplugin = 1
24 let s:undo_ftplugin = b:undo_ftplugin
27 let s:browsefilter = b:browsefilter
32 let b:browsefilter="SGML Files (*.sgml,*.sgm)\t*.sgm*\n" . s:browsefilter
36 let b:undo_ftplugin = "unlet! b:browsefilter | " . s:undo_ftplugin
39 let &cpo = s:save_cpo
H A Dsvg.vim11 let s:save_cpo = &cpo
15 let s:undo_ftplugin = ""
16 let s:browsefilter = "XML Files (*.xml)\t*.xml\n" .
20 let b:did_ftplugin = 1
24 let s:undo_ftplugin = b:undo_ftplugin
27 let s:browsefilter = b:browsefilter
32 let b:browsefilter="SVG Files (*.svg)\t*.svg\n" . s:browsefilter
36 let b:undo_ftplugin = "unlet! b:browsefilter | " . s:undo_ftplugin
39 let &cpo = s:save_cpo
H A Dtcsh.vim11 let s:save_cpo = &cpo
15 let s:undo_ftplugin = ""
16 let s:browsefilter = "csh Files (*.csh)\t*.csh\n" .
20 let b:did_ftplugin = 1
24 let s:undo_ftplugin = b:undo_ftplugin
27 let s:browsefilter = b:browsefilter
32 let b:browsefilter="tcsh Scripts (*.tcsh)\t*.tcsh\n" . s:browsefilter
36 let b:undo_ftplugin = "unlet! b:browsefilter | " . s:undo_ftplugin
39 let &cpo = s:save_cpo
H A Dxsd.vim11 let s:save_cpo = &cpo
15 let s:undo_ftplugin = ""
16 let s:browsefilter = "XML Files (*.xml)\t*.xml\n" .
20 let b:did_ftplugin = 1
24 let s:undo_ftplugin = b:undo_ftplugin
27 let s:browsefilter = b:browsefilter
32 let b:browsefilter="XSD Files (*.xsd)\t*.xsd\n" . s:browsefilter
35 let b:undo_ftplugin = "unlet! b:browsefilter | " . s:undo_ftplugin
38 let &cpo = s:save_cpo
H A Daspvbs.vim11 let s:save_cpo = &cpo
15 let s:undo_ftplugin = ""
16 let s:browsefilter = "HTML Files (*.html, *.htm)\t*.htm*\n" .
18 let s:match_words = ""
21 let b:did_ftplugin = 1
25 let s:undo_ftplugin = b:undo_ftplugin
28 let s:browsefilter = b:browsefilter
31 let s:match_words = b:match_words
37 let s:notend = '\%(\<end\s\+\)\@<!'
38 let
[all...]
H A Dcobol.vim13 let b:did_ftplugin = 1
15 let s:cpo_save = &cpo
26 let s:ordot = '\|\ze\.\%( \@=\|$\)'
27 let b:match_ignorecase=1
28 "let b:match_skip = 'getline(".") =~ "^.\\{6\\}[*/C]"'
29 let b:match_words=
40 let b:browsefilter = "COBOL Source Files (*.cbl, *.cob)\t*.cbl;*.cob;*.lib\n".
44 let b:undo_ftplugin = "setlocal com< cms< fo< et< tw<" .
47 let b:undo_ftplugin = b:undo_ftplugin .
96 let
[all...]
/macosx-10.10.1/vim-55/runtime/indent/
H A Dbst.vim9 let b:did_indent = 1
27 let lnum = a:lnum
29 let lnum = prevnonblank(lnum - 1)
38 let line = getline(a:lnum)
39 let line = substitute(line,'"[^"]*"','""','g')
40 let line = substitute(line,'%.*','','')
41 let line = substitute(line,'^\s\+','','')
46 let str = substitute(a:string,'[^'.a:char.']','','g')
54 let lnum = s:prevgood(a:lnum)
58 let lin
[all...]
H A Dhaml.vim11 let b:did_indent = 1
22 let s:attributes = '\%({.\{-\}}\|\[.\{-\}\]\)'
23 let s:tag = '\%([%.#][[:alnum:]_-]\+\|'.s:attributes.'\)*[<>]*'
26 let g:haml_self_closing_tags = 'meta|link|img|hr|br'
30 let lnum = prevnonblank(v:lnum-1)
34 let line = substitute(getline(lnum),'\s\+$','','')
35 let cline = substitute(substitute(getline(v:lnum),'\s\+$','',''),'^\s\+','','')
36 let lastcol = strlen(line)
37 let line = substitute(line,'^\s\+','','')
38 let inden
[all...]
H A Dchaiscript.vim9 let b:did_indent = 1
21 let lnum = prevnonblank(v:lnum - 1)
30 let ind = indent(lnum)
31 let flag = 0
32 let prevline = getline(lnum)
34 let ind = ind + &shiftwidth
35 let flag = 1
41 let ind = ind - &shiftwidth
46 let ind = ind - &shiftwidth
H A Djava.vim10 let b:did_indent = 1
21 let b:undo_indent = "set cin< cino< indentkeys< indentexpr<"
29 let lnum = a:startline
31 let lnum = prevnonblank(lnum)
34 let lnum = lnum - 1
37 let lnum = lnum - 1
42 let lnum = lnum - 1
54 let theIndent = cindent(v:lnum)
62 let lnum = SkipJavaBlanksAndComments(v:lnum - 1)
63 let pre
[all...]
H A Ddylan.vim11 let b:did_indent = 1
23 let cline = getline(v:lnum)
31 let lnum = prevnonblank(v:lnum - 1)
37 let prevline=getline(lnum)
38 let ind = indent(lnum)
39 let chg = 0
48 let chg = &sw
51 let chg = &sw + 6
52 " If previous line was a let with no closing semicolon, indent
53 elseif prevline =~? '^\s*let
[all...]
H A Dishd.vim9 let b:did_indent = 1
17 let b:undo_indent = "setl ai< indentexpr< indentkeys<"
26 let this_line = getline(a:lnum)
27 let LABELS_OR_PREPROC = '^\s*\(\<\k\+\>:\s*$\|#.*\)'
28 let LABELS_OR_PREPROC_EXCEPT = '^\s*\<default\+\>:'
35 let lnum = a:lnum
37 let lnum = prevnonblank(lnum - 1)
38 let previous_line = getline(lnum)
49 let ind = indent(lnum)
53 let in
[all...]
H A Dvb.vim10 let b:did_indent = 1
17 let b:undo_indent = "set ai< indentexpr< indentkeys<"
26 let this_line = getline(a:lnum)
27 let LABELS_OR_PREPROC = '^\s*\(\<\k\+\>:\s*$\|#.*\)'
34 let lnum = a:lnum
36 let lnum = prevnonblank(lnum - 1)
37 let previous_line = getline(lnum)
48 let ind = indent(lnum)
52 let ind = ind + &sw
58 let in
[all...]
H A Dperl.vim26 let b:did_indent = 1
29 let b:indent_use_syntax = has("syntax")
42 let s:cpo_save = &cpo
48 let cline = getline(v:lnum)
61 let csynid = ''
63 let csynid = synIDattr(synID(v:lnum,1,0),"name")
88 let lnum = prevnonblank(v:lnum - 1)
93 let line = getline(lnum)
94 let ind = indent(lnum)
97 let skippi
[all...]
/macosx-10.10.1/vim-55/runtime/autoload/
H A Dsyntaxcomplete.vim47 let g:loaded_syntax_completion = 70
53 let g:omni_syntax_ignorecase = &ignorecase
61 let g:omni_syntax_use_iskeyword = 1
69 let g:omni_syntax_minimum_length = 0
74 let s:syn_remove_words = 'match,matchgroup=,contains,'.
77 let s:cache_name = []
78 let s:cache_list = []
79 let s:prepended = ''
88 let b:omni_syntax_ignorecase = g:omni_syntax_ignorecase
90 let
[all...]
H A Dccomplete.vim11 let line = getline('.')
12 let start = col('.') - 1
13 let lastword = -1
16 let start -= 1
19 let lastword = start
21 let start -= 1
24 let lastword = start
26 let start -= 2
29 let n = 0
30 let star
[all...]
H A Dcsscomplete.vim6 let s:values = split("azimuth background background-attachment background-color background-image background-position background-repeat border bottom border-collapse border-color border-spacing border-style border-top border-right border-bottom border-left border-top-color border-right-color border-bottom-color border-left-color border-top-style border-right-style border-bottom-style border-left-style border-top-width border-right-width border-bottom-width border-left-width border-width caption-side clear clip color content counter-increment counter-reset cue cue-after cue-before cursor display direction elevation empty-cells float font font-family font-size font-style font-variant font-weight height left letter-spacing line-height list-style list-style-image list-style-position list-style-type margin margin-right margin-left margin-top margin-bottom max-height max-width min-height min-width orphans outline outline-color outline-style outline-width overflow padding padding-top padding-right padding-bottom padding-left page-break-after page-break-before page-break-inside pause pause-after pause-before pitch pitch-range play-during position quotes right richness speak speak-header speak-numeral speak-punctuation speech-rate stress table-layout text-align text-decoration text-indent text-transform top unicode-bidi vertical-align visibility voice-family volume white-space width widows word-spacing z-index")
12 let line = getline('.')
13 let start = col('.') - 1
14 let compl_begin = col('.') - 2
16 let start -= 1
18 let b:compl_context = line[0:compl_begin]
35 let line = b:compl_context
38 let line = a:base
41 let res = []
42 let res
[all...]
/macosx-10.10.1/vim-55/runtime/plugin/
H A Drrhelper.vim9 let loaded_rrhelper = 1
15 let cnt = 0
16 let max = argc()
18 let id = expand("<client>")
25 let uniqueGroup = "RemoteReply_".id."_".cnt
29 let f = substitute(argv(cnt), '\\', '/', "g")
31 let f = fnameescape(f)
33 let f = escape(f, " \t\n*?[{`$\\%#'\"|!<")
37 let cnt = cnt + 1
/macosx-10.10.1/llvmCore-3425.0.34/examples/OCaml-Kaleidoscope/Chapter4/
H A Dcodegen.ml9 let context = global_context ()
10 let the_module = create_module context "my cool jit"
11 let builder = builder context
12 let named_values:(string, llvalue) Hashtbl.t = Hashtbl.create 10
13 let double_type = double_type context
15 let rec codegen_expr = function
21 let lhs_val = codegen_expr lhs in
22 let rhs_val = codegen_expr rhs in
30 let i = build_fcmp Fcmp.Ult lhs_val rhs_val "cmptmp" builder in
36 let calle
[all...]
/macosx-10.10.1/vim-55/runtime/syntax/
H A D2html.vim21 let s:cpo_sav = &cpo
22 let s:ls = &ls
25 let s:end=line('$')
29 let s:htmlfont = "'". g:html_font . "', monospace"
31 let s:htmlfont = "monospace"
34 let s:settings = tohtml#GetUserSettings()
38 let s:whatterm = "gui"
40 let s:whatterm = "cterm"
42 let s:cterm_color = {0: "#808080", 1: "#ff6060", 2: "#00ff00", 3: "#ffff00", 4: "#8080ff", 5: "#ff40ff", 6: "#00ffff", 7: "#ffffff"}
44 let
[all...]
/macosx-10.10.1/llvmCore-3425.0.34/examples/OCaml-Kaleidoscope/Chapter5/
H A Dcodegen.ml9 let context = global_context ()
10 let the_module = create_module context "my cool jit"
11 let builder = builder context
12 let named_values:(string, llvalue) Hashtbl.t = Hashtbl.create 10
13 let double_type = double_type context
15 let rec codegen_expr = function
21 let lhs_val = codegen_expr lhs in
22 let rhs_val = codegen_expr rhs in
30 let i = build_fcmp Fcmp.Ult lhs_val rhs_val "cmptmp" builder in
36 let calle
[all...]

Completed in 257 milliseconds

1234567891011>>