Searched +refs:keep +refs:region +refs:active (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/vim-53/runtime/syntax/
H A Dprogress.vim34 syn region ProgressDoBlock transparent matchgroup=ProgressDo start="\<do\>" matchgroup=ProgressDo end="\<end\>" contains=ALLBUT,ProgressProcedure,ProgressFunction
35 syn region ProgressForBlock transparent matchgroup=ProgressFor start="\<for\>" matchgroup=ProgressFor end="\<end\>" contains=ALLBUT,ProgressProcedure,ProgressFunction
36 syn region ProgressRepeatBlock transparent matchgroup=ProgressRepeat start="\<repeat\>" matchgroup=ProgressRepeat end="\<end\>" contains=ALLBUT,ProgressProcedure,ProgressFunction
37 syn region ProgressCaseBlock transparent matchgroup=ProgressCase start="\<case\>" matchgroup=ProgressCase end="\<end\scase\>\|\<end\>" contains=ALLBUT,ProgressProcedure,ProgressFunction
61 syn keyword ProgressReserved accum[ulate] active-window add alias all alter ambig[uous] analyz[e] and any apply as asc[ending] assign at attr[-space]
92 syn region ProgressString matchgroup=ProgressQuote start=+"+ end=+"+ skip=+\~'\|\~\~+
93 syn region ProgressString matchgroup=ProgressQuote start=+'+ end=+'+ skip=+\~'\|\~\~+
116 syn region ProgressComment start="/\*" end="\*/" contains=ProgressComment,ProgressTodo,ProgressDebug
117 syn region ProgressInclude start="^[ ]*[{][^&]" end="[}]" contains=ProgressPreProc,ProgressOperator,ProgressString,ProgressComment
118 syn region ProgressPrePro
[all...]
H A Dsqlanywhere.vim371 syn keyword sqlKeyword absolute accent action active add address aes_decrypt
421 syn keyword sqlKeyword jconnect jdk join kb key keep kerberos language last
642 syn region sqlString start=+"+ end=+"+ contains=@Spell
643 syn region sqlString start=+'+ end=+'+ contains=@Spell
649 syn region sqlDashComment start=/--/ end=/$/ contains=@Spell
650 syn region sqlSlashComment start=/\/\// end=/$/ contains=@Spell
651 syn region sqlMultiComment start="/\*" end="\*/" contains=sqlMultiComment,@Spell
/macosx-10.9.5/vim-53/runtime/autoload/
H A Dnetrw.vim2732 " call Decho("active banner handling")
2898 " keep cursor on the filename
2921 " keep cursor on the filename
5040 " if cursor in banner region, use b:netrw_curdir for the target
5844 " slowest mode (keep buffers refreshed, local or remote)
5845 " call Decho("slowest mode: keep buffers refreshed, local or remote")
8070 " s:NetrwSaveWordPosn: used to keep cursor on same word after refresh, {{{2
8079 " s:NetrwRestoreWordPosn: used to keep cursor on same word after refresh, {{{2

Completed in 176 milliseconds